Skip to content

Commit 50d4a55

Browse files
authored
Merge pull request #15 from firesim/more-supernode
constraints for up to 8 nodes in supernode
2 parents ef82afc + 57139f9 commit 50d4a55

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

hdk/cl/developer_designs/cl_firesim/build/constraints/cl_synth_user.xdc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,25 @@
44

55
set_property RAM_STYLE ULTRA [get_cells firesim_top/top/SimpleNICWidget_0/incomingPCISdat/BRAMQueue/fq/ram_reg]
66
set_property RAM_STYLE ULTRA [get_cells firesim_top/top/SimpleNICWidget_0/outgoingPCISdat/BRAMQueue/fq/ram_reg]
7+
78
set_property RAM_STYLE ULTRA [get_cells firesim_top/top/SimpleNICWidget_1/incomingPCISdat/BRAMQueue/fq/ram_reg]
89
set_property RAM_STYLE ULTRA [get_cells firesim_top/top/SimpleNICWidget_1/incomingPCISdat/BRAMQueue/fq/ram_reg]
10+
911
set_property RAM_STYLE ULTRA [get_cells firesim_top/top/SimpleNICWidget_2/incomingPCISdat/BRAMQueue/fq/ram_reg]
1012
set_property RAM_STYLE ULTRA [get_cells firesim_top/top/SimpleNICWidget_2/outgoingPCISdat/BRAMQueue/fq/ram_reg]
13+
1114
set_property RAM_STYLE ULTRA [get_cells firesim_top/top/SimpleNICWidget_3/outgoingPCISdat/BRAMQueue/fq/ram_reg]
1215
set_property RAM_STYLE ULTRA [get_cells firesim_top/top/SimpleNICWidget_3/outgoingPCISdat/BRAMQueue/fq/ram_reg]
16+
17+
set_property RAM_STYLE ULTRA [get_cells firesim_top/top/SimpleNICWidget_4/outgoingPCISdat/BRAMQueue/fq/ram_reg]
18+
set_property RAM_STYLE ULTRA [get_cells firesim_top/top/SimpleNICWidget_4/outgoingPCISdat/BRAMQueue/fq/ram_reg]
19+
20+
set_property RAM_STYLE ULTRA [get_cells firesim_top/top/SimpleNICWidget_5/outgoingPCISdat/BRAMQueue/fq/ram_reg]
21+
set_property RAM_STYLE ULTRA [get_cells firesim_top/top/SimpleNICWidget_5/outgoingPCISdat/BRAMQueue/fq/ram_reg]
22+
23+
set_property RAM_STYLE ULTRA [get_cells firesim_top/top/SimpleNICWidget_6/outgoingPCISdat/BRAMQueue/fq/ram_reg]
24+
set_property RAM_STYLE ULTRA [get_cells firesim_top/top/SimpleNICWidget_6/outgoingPCISdat/BRAMQueue/fq/ram_reg]
25+
26+
set_property RAM_STYLE ULTRA [get_cells firesim_top/top/SimpleNICWidget_7/outgoingPCISdat/BRAMQueue/fq/ram_reg]
27+
set_property RAM_STYLE ULTRA [get_cells firesim_top/top/SimpleNICWidget_7/outgoingPCISdat/BRAMQueue/fq/ram_reg]
28+

0 commit comments

Comments
 (0)