[arch] Move clb I to right side as left side is not supported yet
This commit is contained in:
parent
ca6e2f9831
commit
6146d0be9f
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue