tillitis / tillitis-key1

Board designs, FPGA verilog, firmware for TKey, the flexible and open USB security key 🔑
https://www.tillitis.se
382 stars 24 forks source link

Add Icarus Verilog to tools installed #173

Closed secworks closed 3 months ago

secworks commented 3 months ago

The core level testbenches are compiled and executed using Icarus Verilog. We should add Icarus to the tools installed by Docker.

secworks commented 3 months ago

Icarus Verilog added by commit: https://github.com/tillitis/tillitis-key1/commit/bf1bd8bae02acf8a8b995b95dc399a7a82e10d3c

mchack-work commented 3 months ago

Should we also add the testbenches as a target in the main Makefile? I imagine something like make -C core/tk1/toolruns et cetera...