mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-26 10:35:38 +00:00
5 lines
No EOL
85 B
Bash
Executable file
5 lines
No EOL
85 B
Bash
Executable file
#!/bin/bash
|
|
|
|
iverilog -o presynth lfsr_updown_tb.v lfsr_updown.v &&\
|
|
|
|
vvp -N presynth |