analogdevices: ignore $assert cells

This commit is contained in:
Lofty 2025-10-20 18:23:25 +01:00
parent 5d3ed5a418
commit 3592d42d3b
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ struct SynthAnalogDevicesPass : public ScriptPass
if (check_label("edif")) { if (check_label("edif")) {
if (!edif_file.empty() || help_mode) { if (!edif_file.empty() || help_mode) {
run("delete t:$scopeinfo"); run("delete t:$assert t:$scopeinfo");
run(stringf("write_edif %s", edif_file.c_str())); run(stringf("write_edif %s", edif_file.c_str()));
} }
} }