mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 10:55:51 +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 |