[Doc] Update README for architecture files due to new architecture features

This commit is contained in:
tangxifan 2021-04-16 19:25:54 -06:00
parent ff4460695b
commit 64294ae4eb
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Note that an OpenFPGA architecture can be applied to multiple VPR architecture f
* The keyword 'frac' is to specify if fracturable LUT is used or not.
* The keyword 'Native' is to specify if fracturable LUT design is a native one (without mode switch) or a standard one (with mode switch).
- N<le\_size>: Number of logic elements for a CLB. If you have multiple CLB architectures, this should be largest number.
- fracdff: Use multi-mode DFF model, where reset/set/clock polarity is configurable
- adder\_chain: If hard adder/carry chain is used inside CLBs
- register\_chain: If shift register chain is used inside CLBs
- scan\_chain: If scan chain testing infrastructure is used inside CLBs

View File

@ -7,6 +7,7 @@ Please reveal the following architecture features in the names to help quickly s
- N<le\_size>: Number of logic elements for a CLB. If you have multiple CLB architectures, this should be largest number.
- tileable<IO>: If the routing architecture is tileable or not.
* The keyword 'IO' specifies if the I/O tile is tileable or not
- fracdff: Use multi-mode DFF model, where reset/set/clock polarity is configurable
- adder\_chain: If hard adder/carry chain is used inside CLBs
- register\_chain: If shift register chain is used inside CLBs
- scan\_chain: If scan chain testing infrastructure is used inside CLBs