mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-17 20:02:53 +08:00
7 lines
71 B
Bash
7 lines
71 B
Bash
|
#!/bin/bash
|
||
|
#Compiling sim
|
||
|
iverilog -f elink.cmd
|
||
|
|
||
|
#Running sim
|
||
|
./a.out
|