Skip to content

Commit e9cac2f

Browse files
committed
add DDR channels
1 parent bca30e6 commit e9cac2f

File tree

2 files changed

+1784
-275
lines changed

2 files changed

+1784
-275
lines changed

hdk/cl/developer_designs/cl_firesim/build/scripts/synth_cl_firesim.tcl

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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

8489
puts "AWS FPGA: Reading AWS constraints";
8590

0 commit comments

Comments
 (0)