Skip to content

Commit

Permalink
Merge pull request #2670 from verilog-to-routing/revert-2668-ultrasca…
Browse files Browse the repository at this point in the history
…le-connectivity-update

Revert "update fracturable LUT connectivity based on known legal external placements"
  • Loading branch information
vaughnbetz authored Jul 30, 2024
2 parents 36ed2b2 + 21078b9 commit b4309ee
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions vtr_flow/arch/ispd/ultrascale_ispd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -504,12 +504,11 @@
</pb_type>
<interconnect>
<!-- Fracturable LUT connectivity: Based on Fig 3-1 of 'UltraScale Architecture CLB User Guide' UG574 (v1.5) -->
<!-- UPDATED based on known legal external ISPD placements -->
<complete name="I0" input="LUT6_2.I0" output="LUTX[0].I0 LUTX[1].I0 LUTX[0].I1 LUTX[1].I1 LUTX[0].I2 LUTX[1].I2 LUTX[0].I3 LUTX[1].I3 LUTX[0].I4 LUTX[1].I4"/>
<complete name="I1" input="LUT6_2.I1" output="LUTX[0].I0 LUTX[1].I0 LUTX[0].I1 LUTX[1].I1 LUTX[0].I2 LUTX[1].I2 LUTX[0].I3 LUTX[1].I3 LUTX[0].I4 LUTX[1].I4"/>
<complete name="I2" input="LUT6_2.I2" output="LUTX[0].I0 LUTX[1].I0 LUTX[0].I1 LUTX[1].I1 LUTX[0].I2 LUTX[1].I2 LUTX[0].I3 LUTX[1].I3 LUTX[0].I4 LUTX[1].I4"/>
<complete name="I3" input="LUT6_2.I3" output="LUTX[0].I0 LUTX[1].I0 LUTX[0].I1 LUTX[1].I1 LUTX[0].I2 LUTX[1].I2 LUTX[0].I3 LUTX[1].I3 LUTX[0].I4 LUTX[1].I4"/>
<complete name="I4" input="LUT6_2.I4" output="LUTX[0].I0 LUTX[1].I0 LUTX[0].I1 LUTX[1].I1 LUTX[0].I2 LUTX[1].I2 LUTX[0].I3 LUTX[1].I3 LUTX[0].I4 LUTX[1].I4"/>
<direct name="I0" input="LUT6_2.I0" output="LUTX[0].I0 LUTX[1].I0"/>
<direct name="I1" input="LUT6_2.I1" output="LUTX[0].I1 LUTX[1].I1"/>
<direct name="I2" input="LUT6_2.I2" output="LUTX[0].I2 LUTX[1].I2"/>
<direct name="I3" input="LUT6_2.I3" output="LUTX[0].I3 LUTX[1].I3"/>
<direct name="I4" input="LUT6_2.I4" output="LUTX[0].I4 LUTX[1].I4"/>
<direct name="O6" input="LUTX[0].O" output="LUT6_2.O6"/>
<direct name="O5" input="LUTX[1].O" output="LUT6_2.O5"/>
</interconnect>
Expand Down

0 comments on commit b4309ee

Please sign in to comment.