mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
3 lines
95 B
Plaintext
3 lines
95 B
Plaintext
#/bin/env bash
|
|
yosys -p "synth_intel -family cycloneiv -top top -vqm top.vqm" top.v sevenseg.v
|