Skip to content

Commit 2037fa8

Browse files
committed
Install Cocotb and IVerilog first before running TB sim steps
1 parent de1f083 commit 2037fa8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ See below to get started or for more information, check the [website](https://ti
55

66
## Setting up
77

8+
Firstly, install iVerilog and Cocotb:
9+
```sh
10+
sudo apt install iverilog verilator
11+
pip3 install cocotb pytest
12+
```
13+
814
1. Edit [Makefile](Makefile) and modify `PROJECT_SOURCES` to point to your Verilog files.
915
2. Edit [tb.v](tb.v) and replace `tt_um_example` with your module name.
1016

0 commit comments

Comments
 (0)