mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-17 20:02:53 +08:00
9 lines
100 B
Bash
9 lines
100 B
Bash
|
#!/bin/bash
|
||
|
#Compiling sim
|
||
|
iverilog
|
||
|
-y ../hdl \
|
||
|
dv_edma.v
|
||
|
|
||
|
#Running sim
|
||
|
./a.out
|