mirror of https://github.com/YosysHQ/yosys.git
3 lines
96 B
Plaintext
3 lines
96 B
Plaintext
|
#/bin/env bash
|
||
|
yosys -p "synth_intel -family cycloneiv -top top -vout top.vqm" top.v sevenseg.v
|