mirror of https://github.com/YosysHQ/yosys.git
analogdevices: ignore $assert cells
This commit is contained in:
parent
5d3ed5a418
commit
3592d42d3b
|
|
@ -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()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue