mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Added "deminout"
This commit is contained in:
parent
9e28290b0f
commit
ca91bccb6b
3 changed files with 118 additions and 0 deletions
|
@ -169,6 +169,7 @@ struct SynthIce40Pass : public ScriptPass
|
|||
run("proc");
|
||||
run("flatten");
|
||||
run("tribuf -logic");
|
||||
run("deminout");
|
||||
}
|
||||
|
||||
if (check_label("coarse"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue