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

analogdevices: update timing model

This commit is contained in:
Lofty 2025-10-01 20:13:29 +01:00
parent 75fc08e876
commit 2b384b8d53
4 changed files with 168 additions and 425 deletions

View file

@ -464,7 +464,7 @@ struct SynthAnalogDevicesPass : public ScriptPass
abc_opts += " -dff";
if (retime)
abc_opts += " -D 1";
run("abc" + abc_opts);
run("abc -dress" + abc_opts);
}
run("clean");