1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-02-07 06:44:09 +08:00
oh/common/dv/README.md
Andreas Olofsson bb4a602f7f New "dut files"
- new clocks (clk1 and 2)
- simpler names
- fifo dut
2016-02-24 14:19:57 -05:00

18 lines
241 B
Markdown

# 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
```