[arch] add support to route reset to LUTs

This commit is contained in:
tangxifan 2023-01-18 18:22:37 -08:00
parent 95dd4fd535
commit acc905fa11
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@
Since all our outputs LUT outputs go to a BLE output, and have a delay of
25 ps to do so, we subtract 25 ps from the 100 ps delay of a feedback
to get the part that should be marked on the crossbar. -->
<complete name="crossbar" input="clb.I fle[3:0].out" output="fle[3:0].in">
<complete name="crossbar" input="clb.I fle[3:0].out clb.reset clb.lreset" output="fle[3:0].in">
<delay_constant max="95e-12" in_port="clb.I" out_port="fle[3:0].in"/>
<delay_constant max="75e-12" in_port="fle[3:0].out" out_port="fle[3:0].in"/>
</complete>