Skip to content

Commit 18bada5

Browse files
committed
Added nesting LUT BELs under pb_types representing LUT Elements
Signed-off-by: Maciej Kurc <[email protected]>
1 parent 1570b83 commit 18bada5

File tree

2 files changed

+292
-75
lines changed

2 files changed

+292
-75
lines changed

libs/libarchfpga/src/physical_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,7 +1798,7 @@ struct t_arch {
17981798

17991799
// Luts
18001800
std::vector<t_lut_cell> lut_cells;
1801-
std::vector<t_lut_element> lut_elements;
1801+
std::unordered_map<std::string, std::vector<t_lut_element>> lut_elements;
18021802

18031803
//The name of the switch used for the input connection block (i.e. to
18041804
//connect routing tracks to block pins).

0 commit comments

Comments
 (0)