mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-09 17:31:59 +00:00
synth_analogdevices: remove scopeinfo cells
This commit is contained in:
parent
091a417b35
commit
276ca4eeda
1 changed files with 4 additions and 2 deletions
|
@ -495,8 +495,10 @@ 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(stringf("write_edif -pvector bra %s", edif_file.c_str()));
|
run("delete t:$scopeinfo");
|
||||||
|
run(stringf("write_edif %s", edif_file.c_str()));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} SynthAnalogDevicesPass;
|
} SynthAnalogDevicesPass;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue