3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Added "deminout"

This commit is contained in:
Clifford Wolf 2016-06-19 13:08:16 +02:00
parent 9e28290b0f
commit ca91bccb6b
3 changed files with 118 additions and 0 deletions

View file

@ -169,6 +169,7 @@ struct SynthIce40Pass : public ScriptPass
run("proc");
run("flatten");
run("tribuf -logic");
run("deminout");
}
if (check_label("coarse"))