minor update on arch to use auto layout sizing
This commit is contained in:
parent
2f3a36ee81
commit
95863e996a
|
@ -142,19 +142,19 @@
|
||||||
This is strongly recommended if you want to PnR large FPGA fabric
|
This is strongly recommended if you want to PnR large FPGA fabric
|
||||||
-->
|
-->
|
||||||
<layout tileable="true">
|
<layout tileable="true">
|
||||||
<!--auto_layout aspect_ratio="1.0"-->
|
<auto_layout aspect_ratio="1.0">
|
||||||
<!-- Apply a fixed layout of 2x2 core array.
|
<!-- Apply a fixed layout of 2x2 core array.
|
||||||
VPR8 considers the I/O ring in the array size
|
VPR8 considers the I/O ring in the array size
|
||||||
Therefore the height and width are both 4
|
Therefore the height and width are both 4
|
||||||
-->
|
-->
|
||||||
<fixed_layout name="32x32" width="34" height="34">
|
<!-- fixed_layout name="32x32" width="34" height="34" -->
|
||||||
<!--Perimeter of 'io' blocks with 'EMPTY' blocks at corners-->
|
<!--Perimeter of 'io' blocks with 'EMPTY' blocks at corners-->
|
||||||
<perimeter type="io" priority="100"/>
|
<perimeter type="io" priority="100"/>
|
||||||
<corners type="EMPTY" priority="101"/>
|
<corners type="EMPTY" priority="101"/>
|
||||||
<!--Fill with 'clb'-->
|
<!--Fill with 'clb'-->
|
||||||
<fill type="clb" priority="10"/>
|
<fill type="clb" priority="10"/>
|
||||||
</fixed_layout>
|
<!-- /fixed_layout -->
|
||||||
<!-- /auto_layout -->
|
</auto_layout>
|
||||||
</layout>
|
</layout>
|
||||||
<device>
|
<device>
|
||||||
<sizing R_minW_nmos="8926" R_minW_pmos="16067"/>
|
<sizing R_minW_nmos="8926" R_minW_pmos="16067"/>
|
||||||
|
|
Loading…
Reference in New Issue