mirror of
https://github.com/aolofsson/oh.git
synced 2025-02-07 06:44:09 +08:00
8 lines
167 B
Bash
8 lines
167 B
Bash
|
#!/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
|
||
|
|