Open Issues Need Help
View All on GitHub Add Verilator linting support to Makefile tasks about 1 hour ago
AI Summary: This issue proposes adding a `lint` target to the project's Makefiles, utilizing Verilator's `--lint-only` mode to automatically check SystemVerilog code for common errors, style violations, and potential bugs. This will introduce automated code quality checks, improving the detection of issues like unused signals or uninitialized variables before they become problems.
Complexity:
1/5
help wanted good first issue
Add apt caching to speed up CI pipeline about 1 hour ago
AI Summary: The CI pipeline is slow because it reinstalls Icarus Verilog on every run, taking 30-45 seconds. The goal is to implement apt package caching using `actions/cache@v4` in `.github/workflows/ci.yml` to reduce this installation time to approximately 5 seconds on subsequent runs.
Complexity:
1/5
help wanted good first issue