1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
oh/stdlib/dv/README.md

18 lines
241 B
Markdown
Raw Normal View History

# What defines are used
```
iverilog -g2005 -DTARGET_SIM=1 $cfg $core.v $DV -f $LIBS -o $core.bin
```
# How to compile all duts?
The script "build_all.sh" builds all dut files in this directory with random
```sh
./build_all.sh
```