1
0
mirror of synced 2026-04-30 13:42:32 +00:00

abc9_ops: still emit delay table even box has no timing

This commit is contained in:
Eddie Hung
2020-02-14 13:53:28 -08:00
parent 5ff60d2057
commit d6cff77751

View File

@@ -669,10 +669,8 @@ void prep_box(RTLIL::Design *design, bool dff_mode)
ss << std::endl;
auto &t = timing.setup_module(module).comb;
if (t.empty()) {
if (t.empty())
log_warning("(* abc9_box *) module '%s' has no timing (and thus no connectivity) information.\n", log_id(module));
continue;
}
for (const auto &o : outputs) {
first = true;