tweak readme

This commit is contained in:
John Bintz 2024-07-06 14:52:30 -04:00
parent 59f7d5db2e
commit 1a86c7f516
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ Where possible I tried to:
All of these can be built with [Yosys](https://github.com/YosysHQ/yosys)
and tested with [Icarus Verilog](https://github.com/steveicarus/iverilog). The `Makefile` is one I've been dragging along across all projects. It can fire off both a build-and-install to the Go Board, as well as run the test suite and open up [GTKWave](https://gtkwave.sourceforge.net/)
so you can inspect the signals. You do not need Lattive iCECube2 and you will have a hard time
getting it to run on modern Linux anyway!
so you can inspect the signals. You do not need Lattice iCECube2 or jump therough their
licensing hoops, and you will have a hard time getting it to run on modern Linux anyway!
`sipo_shift_register_test.sv` shows how to create your own `assert` for Icarus Verilog,
taken from an idea from here: https://stackoverflow.com/a/13906120