mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-17 23:49:29 +00:00
2 lines
105 B
Bash
Executable file
2 lines
105 B
Bash
Executable file
#!/usr/bin/env bash
|
|
yosys -p "synth_intel -family cycloneiv -top lfsr_updown -vqm top.vqm" lfsr_updown.v
|