What problem does it solve?
This Skill automates the process of linting SystemVerilog code, providing structured output that can be easily parsed by orchestration tools, thereby improving code quality and development efficiency.
Core Features & Use Cases
- Automated Linting: Runs Verilator lint checks on specified or auto-detected SystemVerilog files.
- Categorized Reporting: Classifies linting issues into errors and warnings for clear prioritization.
- Issue Explanation: Provides explanations and suggested fixes for common warning types.
- Structured Output: Generates a parseable result block for integration with other systems.
- Use Case: Integrate this skill into a CI/CD pipeline to automatically check SystemVerilog code for common errors and warnings before merging, ensuring higher code quality.
Quick Start
Run the gf-lint skill on the files rtl/top.sv and rtl/core.sv.