mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-17 20:02:53 +08:00
9 lines
163 B
Bash
Executable File
9 lines
163 B
Bash
Executable File
#!/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
|
|
|