7
mirror of https://github.com/parallella/parallella-hw.git synced 2024-11-24 11:35:00 +00:00
parallella-hw/archive/fpga/old/emon/dv/run.sh
Andreas Olofsson 046706db8a Reorg
2016-02-03 00:43:14 -05:00

11 lines
183 B
Bash
Executable File

#!/bin/bash
#Compiling sim
iverilog -y ../../fifos/hdl/ \
-y ../../common/hdl \
-y ../../memory/hdl \
-y ../hdl \
dv_emon.v
#Running sim
./a.out