mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-10 09:48:06 +00:00
analogdevices: update timing model
This commit is contained in:
parent
9d98cf8864
commit
763c69b554
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