Skip to content

Commit

Permalink
Revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldofJARcraft committed Nov 6, 2024
1 parent 165fc91 commit 19ff493
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 45 deletions.
4 changes: 2 additions & 2 deletions corev_apu/fpga/src/bootrom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ else
ifeq ($(BOARD), arty_a7_100)
DRAM_SIZE_64 ?= 0x10000000 #256MB
DRAM_SIZE_32 ?= 0x08000000 #128MB
CLOCK_FREQUENCY ?= 25000000 #12.5MHz
HALF_CLOCK_FREQUENCY ?= 12500000 #6.25MHz
CLOCK_FREQUENCY ?= 25000000 #25MHz
HALF_CLOCK_FREQUENCY ?= 12500000 #12.5MHz
UART_BITRATE ?= 57600
HAS_ETHERNET ?= 0
else
Expand Down
47 changes: 4 additions & 43 deletions corev_apu/fpga/xilinx/xlnx_ila/tcl/run.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,49 +7,10 @@ create_project $ipName . -force -part $partNumber
set_property board_part $boardName [current_project]

create_ip -name ila -vendor xilinx.com -library ip -module_name $ipName
# probe 1 pll_locked
# probe 2 ndmreset_n
# probe 3 irq_i
# probe 4 ipi
# probe 5 timer_irq
# probe 6 debug_req
# probe7 araddr
# probe8 arvalid
# probe9 arready
# probe10 awaddr
# probe11 awvalid
# probe12 awready
# probe 13 wdata
# probe 14 wvalid
# probe 15 wready
# probe 16 rdata
# probe 17 rresp
# probe 18 rvalid
# probe 19 bvalid
# probe 20 bresp

set_property -dict [list CONFIG.C_NUM_OF_PROBES {20} \
CONFIG.C_PROBE0_WIDTH {1} \
CONFIG.C_PROBE1_WIDTH {1} \
CONFIG.C_PROBE2_WIDTH {2} \
CONFIG.C_PROBE3_WIDTH {1} \
CONFIG.C_PROBE4_WIDTH {1} \
CONFIG.C_PROBE5_WIDTH {1} \
CONFIG.C_PROBE6_WIDTH {64} \
CONFIG.C_PROBE7_WIDTH {1} \
CONFIG.C_PROBE8_WIDTH {1} \
CONFIG.C_PROBE9_WIDTH {64} \
CONFIG.C_PROBE10_WIDTH {1} \
CONFIG.C_PROBE11_WIDTH {1} \
CONFIG.C_PROBE12_WIDTH {64} \
CONFIG.C_PROBE13_WIDTH {1} \
CONFIG.C_PROBE14_WIDTH {1} \
CONFIG.C_PROBE15_WIDTH {64} \
CONFIG.C_PROBE16_WIDTH {2} \
CONFIG.C_PROBE17_WIDTH {1} \
CONFIG.C_PROBE18_WIDTH {1} \
CONFIG.C_PROBE19_WIDTH {2} \
CONFIG.C_DATA_DEPTH {4096} \
set_property -dict [list CONFIG.C_NUM_OF_PROBES {8} \
CONFIG.C_PROBE3_WIDTH {4} \
CONFIG.C_PROBE6_WIDTH {4} \
CONFIG.C_DATA_DEPTH {16384} \
CONFIG.C_INPUT_PIPE_STAGES {1} \
] [get_ips $ipName]

Expand Down

0 comments on commit 19ff493

Please sign in to comment.