mirror of https://github.com/YosysHQ/yosys.git
Revert "Merge pull request #1917 from YosysHQ/eddie/abc9_delay_check"
This reverts commit759283fa65
, reversing changes made tof41c7ccfff
.
This commit is contained in:
parent
48052ad813
commit
63246a5c0e
|
@ -293,10 +293,6 @@ struct XAigerWriter
|
||||||
if (abc9_flop)
|
if (abc9_flop)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
if (cell->type == ID($__ABC9_DELAY))
|
|
||||||
log_error("Cell type '%s' not recognised. Check that '+/abc9_model.v' has been read.\n", cell->type.c_str());
|
|
||||||
}
|
|
||||||
|
|
||||||
bool cell_known = inst_module || cell->known();
|
bool cell_known = inst_module || cell->known();
|
||||||
for (const auto &c : cell->connections()) {
|
for (const auto &c : cell->connections()) {
|
||||||
|
|
Loading…
Reference in New Issue