Hack Computer in SystemVerilog

0 stars 0 forks 0 watchers SystemVerilog MIT License
2 Open Issues Need Help Last updated: Jan 15, 2026

Open Issues Need Help

View All on GitHub

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

Hack Computer in SystemVerilog

SystemVerilog

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

Hack Computer in SystemVerilog

SystemVerilog