1
0
mirror of synced 2026-04-14 01:13:58 +00:00

Ignore $scopeinfo in write_edif

This commit is contained in:
Jannis Harder
2024-01-11 14:54:02 +01:00
parent 10d5d358d2
commit 5cfbc1604c

View File

@@ -213,6 +213,9 @@ struct EdifBackend : public Backend {
for (auto cell : module->cells())
{
if (cell->type == ID($scopeinfo))
continue;
if (design->module(cell->type) == nullptr || design->module(cell->type)->get_blackbox_attribute()) {
lib_cell_ports[cell->type];
for (auto p : cell->connections())