[Doc] Update naming convention for OpenFPGA architecture files

This commit is contained in:
tangxifan 2022-03-20 10:51:55 +08:00
parent a1e2d9c864
commit c8da85cc24
1 changed files with 3 additions and 1 deletions

View File

@ -31,6 +31,8 @@ Note that an OpenFPGA architecture can be applied to multiple VPR architecture f
- tree\_mux: If routing multiplexers are built with a tree-like structure - tree\_mux: If routing multiplexers are built with a tree-like structure
- <feature_size>: The technology node which the delay numbers are extracted from. - <feature_size>: The technology node which the delay numbers are extracted from.
- powergate : The FPGA has power-gating techniques applied. If not defined, there is no power-gating. - powergate : The FPGA has power-gating techniques applied. If not defined, there is no power-gating.
- GlobalTile<Int>Clk: How many clocks are defined through global ports from physical tiles. <Int> is the number of clocks - GlobalTile<Int>Clk<Pin>: How many clocks are defined through global ports from physical tiles.
* <Int> is the number of clocks
* <Pin> When specified, multiple clocks are in separated pins with different names
Other features are used in naming should be listed here. Other features are used in naming should be listed here.