3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-09 23:52:03 +00:00

analogdevices: ignore $assert cells

This commit is contained in:
Lofty 2025-10-20 18:23:25 +01:00
parent 09b5f610f7
commit 22e04ac81e

View file

@ -506,7 +506,7 @@ struct SynthAnalogDevicesPass : public ScriptPass
if (check_label("edif")) {
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()));
}
}