[Doc] Update README for architecture files due to new architecture features
This commit is contained in:
parent
ff4460695b
commit
64294ae4eb
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue