Skip to content

Commit

Permalink
cellmatch: Visit whiteboxes for -derive_luts
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Nov 4, 2024
1 parent c9ed6d8 commit cbe73c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passes/techmap/cellmatch.cc
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ struct CellmatchPass : Pass {
r.first->second = new Design;
Design *map_design = r.first->second;

for (auto m : d->selected_whole_modules_warn()) {
for (auto m : d->selected_whole_modules_warn(/* visit whiteboxes */derive_luts)) {
std::vector<uint64_t> luts;
if (!derive_module_luts(m, luts))
continue;
Expand Down

0 comments on commit cbe73c9

Please sign in to comment.