mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-21 06:35:49 +00:00
Revert some stuff
This commit is contained in:
parent
0b0c7bd19d
commit
fbc2b71ed4
9 changed files with 8 additions and 42 deletions
|
|
@ -42,9 +42,7 @@ struct ThresholdHierarchyKeeping {
|
|||
return 0;
|
||||
|
||||
if (module->get_blackbox_attribute())
|
||||
// SILIMATE: Blackboxes have no bearing on cross module optimizations
|
||||
// log_error("Missing cost information on instanced blackbox %s\n", log_id(module));
|
||||
return 1;
|
||||
log_error("Missing cost information on instanced blackbox %s\n", log_id(module));
|
||||
|
||||
if (done.count(module))
|
||||
return done.at(module);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue