mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
xprop: ignore $scopeinfo cells
This commit is contained in:
@@ -463,6 +463,10 @@ struct XpropWorker
|
||||
return;
|
||||
}
|
||||
|
||||
if (cell->type.in(ID($scopeinfo))) {
|
||||
return;
|
||||
}
|
||||
|
||||
log_warning("Unhandled cell %s (%s) during maybe-x marking\n", log_id(cell), log_id(cell->type));
|
||||
mark_outputs_maybe_x(cell);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user