mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-17 20:02:53 +08:00
Adding run.sh files for simulation
This commit is contained in:
parent
122fb564c8
commit
0ba677883d
10
ecfg/dv/run.sh
Executable file
10
ecfg/dv/run.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
#Compiling sim
|
||||
iverilog -y ../../fifos/hdl/ \
|
||||
-y ../../common/hdl \
|
||||
-y ../../memory/hdl \
|
||||
-y ../hdl \
|
||||
dv_ecfg.v
|
||||
|
||||
#Running sim
|
||||
./a.out
|
10
emmu/dv/run.sh
Executable file
10
emmu/dv/run.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
#Compiling sim
|
||||
iverilog -y ../../fifos/hdl/ \
|
||||
-y ../../common/hdl \
|
||||
-y ../../memory/hdl \
|
||||
-y ../hdl \
|
||||
dv_emmu.v
|
||||
|
||||
#Running sim
|
||||
./a.out
|
Loading…
x
Reference in New Issue
Block a user