mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-22 23:44:35 +00:00
analogdevices: update timing model
This commit is contained in:
parent
9c8a563305
commit
0bec90930f
4 changed files with 168 additions and 425 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue