3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-15 12:00:28 +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 31605cb006
commit acb06021a8
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");
}