Skip to content

Commit a58f7c5

Browse files
committed
[libs][arch] update e_side comment
1 parent 0b73188 commit a58f7c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/libarchfpga/src/switchblock_types.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ enum e_directionality {
1818
/**
1919
* @brief At the intersection of routing channels, left, right, top and bottom specify the x- and y-directed channels
2020
* while above and under specify the switch block wires one a layer above or below the current one. above and below
21-
* are only used for multi-layer FPGAs.
21+
* are only used for multi-layer FPGAs. Note that the order of 2D sides is important, as it corresponds to the bit
22+
* order in t_rr_node_data::dir_side_.sides.
2223
*/
2324
enum e_side : unsigned char {
2425
TOP = 0,

0 commit comments

Comments
 (0)