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