1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-02-07 06:44:09 +08:00
oh/parallella/dv/build.sh

8 lines
167 B
Bash
Raw Normal View History

2015-11-06 06:58:14 -05:00
#!/bin/bash
top="../hdl/parallella_basic.v"
iverilog -g2005 -DTARGET_SIMPLE=1 -DTARGET_XILINX=1 $top -f ../../common/dv/libs.cmd -o ${dut}.vvp
#-pfileline=1
#-Wall