mirror of
https://github.com/YosysHQ/yosys
synced 2026-08-07 06:38:26 +00:00
liberty: cleanup
This commit is contained in:
parent
ef69127001
commit
5f5f8b99b1
3 changed files with 9 additions and 17 deletions
|
|
@ -506,8 +506,8 @@ static void dfflibmap(RTLIL::Design *design, RTLIL::Module *module)
|
|||
for (auto cell : module->cells()) {
|
||||
auto cats = StaticCellTypes::categories;
|
||||
if (cats.is_ff(cell->type) && !cats.is_stdcell(cell->type))
|
||||
log_error("Wide register cell type %s is not supported.\n"
|
||||
"Convert netlist to gate-level first.\n", cell->type);
|
||||
log_error("Wide register cell type %s is not supported.\n"
|
||||
"Convert netlist to gate-level first.\n", cell->type);
|
||||
|
||||
if (design->selected(module, cell) && cell_mappings.count(cell->type) > 0)
|
||||
cell_list.push_back(cell);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue