1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-21 22:12:54 +08:00
oh/elink/dv/build.sh

17 lines
206 B
Bash
Raw Normal View History

2015-11-09 16:18:20 -05:00
#!/bin/bash
#
#
#
#
#
#
#
dut="elink"
top="../../common/dv/dv_top.v"
iverilog -g2005 -DTARGET_SIMPLE=1 -DTARGET_XILINX=1 $top dut_${dut}.v -f ../../common/dv/libs.cmd -o ${dut}.vvp
#-pfileline=1
#-Wall