- iverilog
- gperf
- verilator
Download as described in https://github.com/steveicarus/iverilog.
The project uses CMake as buildsystem. To configure the project using the system packages use
cmake -G Ninja -B build -S .
If you want CMake to download the necessary dependencies, use
cmake -G Ninja -B build -S . -DDEPENDENCIES_FORCE_DOWNLOAD=ON
Once the project is configured, just run
cmake --build build --clean-first
Please refer to the Contributing Guidelines.