mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 19:35:53 +00:00
Merge branch 'xaig' into xc7mux
This commit is contained in:
commit
eb08e71bd1
5 changed files with 99 additions and 15 deletions
|
@ -294,6 +294,7 @@ struct SynthXilinxPass : public ScriptPass
|
|||
else
|
||||
run(abc + " -luts 2:2,3,6:5,10,20" + string(retime ? " -dff" : ""));
|
||||
run("clean");
|
||||
|
||||
// This shregmap call infers fixed length shift registers after abc
|
||||
// has performed any necessary retiming
|
||||
if (!nosrl || help_mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue