1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-02-07 06:44:09 +08:00
oh/stdlib/testbench
aolofsson e8bbc6a675 Adding Top level simulation file for icarus
- Very thin file with simulation control specific to simulators
- A similar file needed for Verilator
- The idea is that the testbench can be instantiated in an FPGA/Verilator
2022-06-27 00:26:09 -04:00
..
2022-06-22 11:12:51 -04:00
2022-06-22 11:12:51 -04:00
2022-06-22 11:12:51 -04:00
2022-06-22 11:12:51 -04:00
2022-06-22 11:12:51 -04:00
2022-06-22 11:12:51 -04:00
2022-06-22 11:12:51 -04:00
2022-06-22 11:12:51 -04:00
2022-06-22 11:12:51 -04:00
2022-06-22 11:12:51 -04:00
2022-06-22 11:12:51 -04:00
2022-06-22 11:12:51 -04:00
2022-06-22 11:12:51 -04:00
2022-06-22 11:12:51 -04:00
2022-06-22 11:12:51 -04:00
2022-06-22 11:12:51 -04:00
2022-06-24 22:17:21 -04:00
2022-06-22 11:12:51 -04:00
2022-06-27 00:24:07 -04:00
2022-06-22 11:12:51 -04:00
2022-06-22 11:12:51 -04:00
2022-06-27 00:23:48 -04:00
2022-06-22 11:12:51 -04:00

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

./build_all.sh