[Arch] Move global pins to the first of pin list in vpr architecture to ease backend scripts

This commit is contained in:
tangxifan 2020-11-17 11:47:47 -07:00
parent 52076b8714
commit 22d0aaafeb
1 changed files with 3 additions and 3 deletions

View File

@ -144,10 +144,10 @@
</fc>
<!--pinlocations pattern="spread"/-->
<pinlocations pattern="custom">
<loc side="left">clb.clk</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="left"></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="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">clb.reg_out clb.sc_out</loc>
<loc side="bottom"></loc>
</pinlocations>
</tile>
</tiles>