[Doc] Update VPR arch naming convention
This commit is contained in:
parent
48ec5abed6
commit
851a20f495
|
@ -26,6 +26,8 @@ Please reveal the following architecture features in the names to help quickly s
|
|||
* Top-left (Tl): the pins of a tile are placed on the top side and left side only
|
||||
* Top-right (Tr): the pins of a tile are placed on the top side and right side only
|
||||
* Bottom-right (Br): the pins of a tile are placed on the bottom side and right side only
|
||||
- GlobalTile<Int>Clk: How many clocks are defined through global ports from physical tiles. <Int> is the number of clocks
|
||||
- GlobalTile<Int>Clk<Port>: How many clocks are defined through global ports from physical tiles.
|
||||
* <Int> is the number of clocks.
|
||||
* <Port> means each clock pin belongs to a separated port. When not specified, all the clock pins are grouped in one port
|
||||
|
||||
Other features are used in naming should be listed here.
|
||||
|
|
Loading…
Reference in New Issue