1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
oh/common/dv/build.sh

9 lines
163 B
Bash
Raw Normal View History

2015-11-03 14:16:50 -05:00
#!/bin/bash
dut=$1
n=$2
rm -r *.trace
iverilog -g2005 -DCFG_N=${n} -f ../../common/dv/libs.cmd dut_${dut}.v -pRECURSIVE_MOD_LIMIT=10 -o ${dut}_model.elf
#-Wall