Skip to content

Commit 82ad6c0

Browse files
authored
Update README.md
1 parent 9569ce4 commit 82ad6c0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ deactivate
7777

7878
### Icarus simulation using cocotb:
7979
```bash
80-
py -m venv myenv
81-
.\myenv\Scripts\activate.ps1
82-
cd .\sim\cocotb\icarus
83-
py -m pytest test.py
84-
gtkwave .\gtkw.gtkw
85-
deactivate
80+
cd top
81+
make
82+
```

0 commit comments

Comments
 (0)