[arch] Move clb I to right side as left side is not supported yet

This commit is contained in:
tangxifan 2024-05-20 13:43:04 -07:00
parent ca6e2f9831
commit 6146d0be9f
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@
<fc in_type="frac" in_val="0.15" out_type="frac" out_val="0.10"/> <fc in_type="frac" in_val="0.15" out_type="frac" out_val="0.10"/>
<pinlocations pattern="custom"> <pinlocations pattern="custom">
<loc side="top">clb.clk clb.I0[0:3] clb.I1[0:3] clb.O[0:1]</loc> <loc side="top">clb.clk clb.I0[0:3] clb.I1[0:3] clb.O[0:1]</loc>
<loc side="left">clb.I2[0:3] clb.I3[0:3] clb.O[2:3]</loc> <loc side="right">clb.I2[0:3] clb.I3[0:3] clb.O[2:3]</loc>
<loc side="right"/> <loc side="left"/>
<loc side="bottom"/> <loc side="bottom"/>
</pinlocations> </pinlocations>
</sub_tile> </sub_tile>