You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a sample testbench for a Tiny Tapeout project. It uses [cocotb](https://docs.cocotb.org/en/stable/) to drive the DUT and check the outputs.
4
-
See below to get started or for more information, check the [website](https://tinytapeout.com/hdl/testing/).
5
-
6
-
## Setting up
7
-
8
-
1. Edit [Makefile](Makefile) and modify `PROJECT_SOURCES` to point to your Verilog files.
9
-
2. Edit [tb.v](tb.v) and replace `tt_um_example` with your module name.
10
-
11
-
## How to run
12
-
13
-
To run the RTL simulation:
14
-
15
-
```sh
16
-
make -B
17
-
```
18
-
19
-
To run gatelevel simulation, first harden your project and copy `../runs/wokwi/results/final/verilog/gl/{your_module_name}.v` to `gate_level_netlist.v`.
0 commit comments