Revert "Merge pull request #1917 from YosysHQ/eddie/abc9_delay_check"

This reverts commit 759283fa65, reversing
changes made to f41c7ccfff.
This commit is contained in:
Eddie Hung 2020-04-16 10:25:22 -07:00
parent 48052ad813
commit 63246a5c0e
1 changed files with 0 additions and 4 deletions

View File

@ -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()) {