[Arch] Revert to the classical pin location in vpr arch

This commit is contained in:
tangxifan 2020-11-17 15:09:31 -07:00
parent 86bb530709
commit 55db5d5aaf
1 changed files with 3 additions and 3 deletions

View File

@ -144,10 +144,10 @@
</fc> </fc>
<!--pinlocations pattern="spread"/--> <!--pinlocations pattern="spread"/-->
<pinlocations pattern="custom"> <pinlocations pattern="custom">
<loc side="left"></loc> <loc side="left">clb.clk</loc>
<loc side="top">clb.clk clb.reg_in clb.sc_in clb.reg_out clb.sc_out clb.O[7:0] clb.I0 clb.I0i clb.I1 clb.I1i clb.I2 clb.I2i clb.I3 clb.I3i</loc> <loc side="top">clb.reg_in clb.sc_in clb.O[7:0] clb.I0 clb.I0i clb.I1 clb.I1i clb.I2 clb.I2i clb.I3 clb.I3i</loc>
<loc side="right">clb.O[15:8] clb.I4 clb.I4i clb.I5 clb.I5i clb.I6 clb.I6i clb.I7 clb.I7i</loc> <loc side="right">clb.O[15:8] clb.I4 clb.I4i clb.I5 clb.I5i clb.I6 clb.I6i clb.I7 clb.I7i</loc>
<loc side="bottom"></loc> <loc side="bottom">clb.reg_out clb.sc_out</loc>
</pinlocations> </pinlocations>
</tile> </tile>
</tiles> </tiles>