mirror of https://github.com/lnis-uofu/SOFA.git
[Arch] Add 10x10 layout as an option choice in tape-out in case we want 100 route channel width
This commit is contained in:
parent
2e1224c787
commit
7d5eabbb36
|
@ -304,6 +304,18 @@
|
||||||
<!--Column of 'mult_8' with 'EMPTY' blocks wherever a 'mult_8' does not fit. Vertical offset by 1 for perimeter.-->
|
<!--Column of 'mult_8' with 'EMPTY' blocks wherever a 'mult_8' does not fit. Vertical offset by 1 for perimeter.-->
|
||||||
<col type="mult_18" startx="2" starty="1" repeatx="8" priority="20"/>
|
<col type="mult_18" startx="2" starty="1" repeatx="8" priority="20"/>
|
||||||
</fixed_layout>
|
</fixed_layout>
|
||||||
|
<fixed_layout name="10x10" width="12" height="12">
|
||||||
|
<!--Perimeter of 'io' blocks with 'EMPTY' blocks at corners-->
|
||||||
|
<row type="io_top" starty="H-1" priority="100"/>
|
||||||
|
<row type="io_bottom" starty="0" priority="100"/>
|
||||||
|
<col type="io_left" startx="0" priority="100"/>
|
||||||
|
<col type="io_right" startx="W-1" priority="100"/>
|
||||||
|
<corners type="EMPTY" priority="101"/>
|
||||||
|
<!--Fill with 'clb'-->
|
||||||
|
<fill type="clb" priority="10"/>
|
||||||
|
<!--Column of 'mult_8' with 'EMPTY' blocks wherever a 'mult_8' does not fit. Vertical offset by 1 for perimeter.-->
|
||||||
|
<col type="mult_18" startx="3" starty="1" repeatx="5" priority="20"/>
|
||||||
|
</fixed_layout>
|
||||||
<fixed_layout name="12x12" width="14" height="14">
|
<fixed_layout name="12x12" width="14" height="14">
|
||||||
<!--Perimeter of 'io' blocks with 'EMPTY' blocks at corners-->
|
<!--Perimeter of 'io' blocks with 'EMPTY' blocks at corners-->
|
||||||
<row type="io_top" starty="H-1" priority="100"/>
|
<row type="io_top" starty="H-1" priority="100"/>
|
||||||
|
|
Loading…
Reference in New Issue