Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 570755c

Browse files
committedJun 13, 2025
removed floating carries in arch
1 parent f153e44 commit 570755c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎vtr_flow/arch/xilinx/7series_BRAM_DSP_carry.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,8 @@
956956
<interconnect>
957957
<mux name="cin" input="fle.cin fle.inX" output="adder.cin">
958958
<pack_pattern name="chain" in_port="fle.cin" out_port="adder.cin" />
959-
<pack_pattern name="chain2" in_port="fle.inX" out_port="adder.cin" />
959+
<!-- <pack_pattern name="chain" in_port="fle.inX" out_port="adder.cin" /> -->
960+
<!-- Not currently supported but more accurate. Commented out for now. -->
960961
</mux>
961962
<direct name="cout" input="adder.cout" output="fle.cout">
962963
<pack_pattern name="chain" in_port="adder.cout" out_port="fle.cout" />
@@ -981,7 +982,6 @@
981982
<!-- mux for the input to the inner FF of each SLICE_L -->
982983
<mux name="FFMUX" input="ALUT.O5 fle.inX" output="FDSE[0].D">
983984
<pack_pattern name="ff_in" in_port="ALUT.O5" out_port="FDSE[0].D" />
984-
<pack_pattern name="ff_in2" in_port="fle.inX" out_port="FDSE[0].D" />
985985
<delay_constant in_port="fle.inX" max="2.0200000000000003e-10"
986986
out_port="FDSE[0].D" />
987987
<delay_constant in_port="ALUT.O5" max="1.07e-10"

0 commit comments

Comments
 (0)
Please sign in to comment.