File tree Expand file tree Collapse file tree 2 files changed +1784
-275
lines changed
hdk/cl/developer_designs/cl_firesim Expand file tree Collapse file tree 2 files changed +1784
-275
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,11 @@ read_verilog -sv [ list \
4848 $HDK_SHELL_DESIGN_DIR /sh_ddr/synth/flop_ccf.sv \
4949 $HDK_SHELL_DESIGN_DIR /sh_ddr/synth/ccf_ctl.v \
5050 $HDK_SHELL_DESIGN_DIR /sh_ddr/synth/sh_ddr.sv \
51+ $HDK_SHELL_DESIGN_DIR /lib/lib_pipe.sv \
52+ $HDK_SHELL_DESIGN_DIR /lib/bram_2rw.sv \
53+ $HDK_SHELL_DESIGN_DIR /lib/flop_fifo.sv \
54+ $HDK_SHELL_DESIGN_DIR /sh_ddr/synth/mgt_acc_axl.sv \
55+ $HDK_SHELL_DESIGN_DIR /sh_ddr/synth/mgt_gen_axl.sv \
5156 $HDK_SHELL_DESIGN_DIR /interfaces/cl_ports.vh
5257]
5358
@@ -76,10 +81,10 @@ read_ip [ list \
7681]
7782
7883# Additional IP's that might be needed if using the DDR
79- # read_bd [ list \
80- # $HDK_SHELL_DESIGN_DIR/ip/ddr4_core/ddr4_core.xci \
81- # $HDK_SHELL_DESIGN_DIR/ip/cl_axi_interconnect/cl_axi_interconnect.bd
82- # ]
84+ read_bd [ list \
85+ $HDK_SHELL_DESIGN_DIR /ip/ddr4_core/ddr4_core.xci \
86+ $HDK_SHELL_DESIGN_DIR /ip/cl_axi_interconnect/cl_axi_interconnect.bd
87+ ]
8388
8489puts " AWS FPGA: Reading AWS constraints" ;
8590
You can’t perform that action at this time.
0 commit comments