3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-11 08:32:04 +00:00

analogdevices: expreso does not care about clock buffers

This commit is contained in:
Lofty 2025-10-12 11:22:46 +01:00
parent 3e1ca2f3e6
commit 4aa5008c56
2 changed files with 0 additions and 72 deletions

View file

@ -496,8 +496,6 @@ struct SynthAnalogDevicesPass : public ScriptPass
}
if (check_label("finalize")) {
if (help_mode || !noclkbuf)
run("clkbufmap -buf BUFG O:I", "(skip if '-noclkbuf')");
run("clean");
}