Skip to content

Commit 98ee779

Browse files
committed
fix synthesis script
1 parent e9cac2f commit 98ee779

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ read_ip [ list \
7272
$HDK_SHELL_DESIGN_DIR/ip/cl_debug_bridge/cl_debug_bridge.xci \
7373
$HDK_SHELL_DESIGN_DIR/ip/ila_vio_counter/ila_vio_counter.xci \
7474
$HDK_SHELL_DESIGN_DIR/ip/vio_0/vio_0.xci \
75+
$HDK_SHELL_DESIGN_DIR/ip/axi_clock_converter_0/axi_clock_converter_0.xci \
7576
$CL_DIR/ip/axi_clock_converter_dramslim/axi_clock_converter_dramslim.xci \
7677
$CL_DIR/ip/axi_clock_converter_oclnew/axi_clock_converter_oclnew.xci \
7778
$CL_DIR/ip/axi_clock_converter_512_wide/axi_clock_converter_512_wide.xci \
@@ -81,8 +82,10 @@ read_ip [ list \
8182
]
8283

8384
# Additional IP's that might be needed if using the DDR
85+
read_ip [ list \
86+
$HDK_SHELL_DESIGN_DIR/ip/ddr4_core/ddr4_core.xci
87+
]
8488
read_bd [ list \
85-
$HDK_SHELL_DESIGN_DIR/ip/ddr4_core/ddr4_core.xci \
8689
$HDK_SHELL_DESIGN_DIR/ip/cl_axi_interconnect/cl_axi_interconnect.bd
8790
]
8891

0 commit comments

Comments
 (0)