Added placeholder check to dfflibmap and cleaned up some other placeholder checks
This commit is contained in:
@@ -498,7 +498,7 @@ struct DfflibmapPass : public Pass {
|
||||
logmap_all();
|
||||
|
||||
for (auto &it : design->modules)
|
||||
if (design->selected(it.second))
|
||||
if (design->selected(it.second) && !it.second->get_bool_attribute("\\placeholder"))
|
||||
dfflibmap(design, it.second);
|
||||
|
||||
cell_mappings.clear();
|
||||
|
||||
Reference in New Issue
Block a user