[test] enable missing options in the arch used by benchmark sweeping tests

This commit is contained in:
tangxifan 2023-11-14 09:45:02 -08:00
parent 0b473e3454
commit dff03e7993
3 changed files with 3 additions and 3 deletions

View File

@ -234,7 +234,7 @@
</tiles>
<!-- ODIN II specific config ends -->
<!-- Physical descriptions begin -->
<layout tileable="true" through_channel="false">
<layout tileable="true" through_channel="false" concat_pass_wire="true">
<auto_layout aspect_ratio="1.0">
<!--Perimeter of 'io' blocks with 'EMPTY' blocks at corners-->
<perimeter type="io" priority="100"/>

View File

@ -302,7 +302,7 @@
</tiles>
<!-- ODIN II specific config ends -->
<!-- Physical descriptions begin -->
<layout tileable="true" through_channel="false">
<layout tileable="true" through_channel="false" concat_pass_wire="true">
<auto_layout aspect_ratio="1.0">
<!--Perimeter of 'io' blocks with 'EMPTY' blocks at corners-->
<perimeter type="io" priority="100"/>

View File

@ -146,7 +146,7 @@
<!-- Apply tileable routing architecture.
This is strongly recommended if you want to PnR large FPGA fabric
-->
<layout tileable="true">
<layout tileable="true" concat_pass_wire="true">
<auto_layout aspect_ratio="1.0">
<!--Perimeter of 'io' blocks with 'EMPTY' blocks at corners-->
<perimeter type="io" priority="100"/>