diff --git a/README.md b/README.md index 5ee38ad..e25e159 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ 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 Lattice iCECube2 or jump therough their +so you can inspect the signals. You do not need Lattice iCECube2 or have to jump through 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,