Skip to content

Commit 7d9358e

Browse files
updated comments in 3d_sb_siv arch file
1 parent a5517e1 commit 7d9358e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

vtr_flow/arch/multi_die/stratixiv_3d/3d_SB_inter_die_stratixiv_arch.timing.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48331,25 +48331,25 @@
4833148331
<scatter_gather_list>
4833248332
<sg_pattern name="name" type="unidir">
4833348333
<gather>
48334-
<!-- Gather 30 connections from the end of 'wire' nodes at all four sides of a switchblock location -->
48335-
<wireconn num_conns="7" from_type="L4" from_switchpoint="1" side="rltb"/>
48334+
<!-- Gather 30 connections from the end of L4 wires at all four sides of a switchblock location -->
48335+
<wireconn num_conns="30" from_type="L4" from_switchpoint="3" side="rltb"/>
4833648336
</gather>
4833748337

4833848338
<scatter>
48339-
<!-- Scatter 30 connections to the start of 'wire' nodes at all four sides of a switchblock location -->
48340-
<wireconn num_conns="7" to_type="L4" to_switchpoint="0" side="rtl"/>
48339+
<!-- Scatter 30 connections to the start of L4 wires at all four sides of a switchblock location -->
48340+
<wireconn num_conns="30" to_type="L4" to_switchpoint="0" side="rtl"/>
4834148341
</scatter>
4834248342

4834348343
<sg_link_list>
48344-
<!-- Link going up one layer, using the 'sw' multiplexer to gather connections from the bottom layer and using the 'wire' node/wire to move up one layer -->
48345-
<sg_link name="L_UP" z_offset="1" x_offset="0" y_offset="0" mux="seg4_inter_die_driver" seg_type="L4"/>
48346-
<!-- Link going down one layer, using the 'sw' multiplexer to gather connections from the top layer and using the 'wire' node/wire to down up one layer -->
48344+
<!-- Link going up one layer, using the 'seg4_inter_die_driver' multiplexer to gather connections from the bottom layer and using the LZ node/wire to move up one layer -->
48345+
<sg_link name="L_UP" z_offset="1" x_offset="0" y_offset="0" mux="seg4_inter_die_driver" seg_type="LZ"/>
48346+
<!-- Link going down one layer, using the 'seg4_inter_die_driver' multiplexer to gather connections from the top layer and using the LZ node/wire to down up one layer -->
4834748347
<sg_link name="L_DOWN" z_offset="-1" mux="seg4_inter_die_driver" seg_type="L4"/>
4834848348
</sg_link_list>
4834948349

48350-
<!-- Instantiate 10 'L_UP' sg_links per switchblock location everywhere on the device -->
48351-
<sg_location type="EVERYWHERE" num="1" sg_link_name="L_UP"/>
48352-
<sg_location type="EVERYWHERE" num="1" sg_link_name="L_DOWN"/>
48350+
<!-- Instantiate 6 'L_UP' and 6 'L_DOWN' sg_links per switchblock location everywhere on the device -->
48351+
<sg_location type="EVERYWHERE" num="6" sg_link_name="L_UP"/>
48352+
<sg_location type="EVERYWHERE" num="6" sg_link_name="L_DOWN"/>
4835348353
</sg_pattern>
4835448354
</scatter_gather_list>
4835548355
</architecture>

0 commit comments

Comments
 (0)