cornell-c2s2/c2s2_ip

Verilator checks should output github actions format

Opened this issue · 0 comments

Currently, lint tests also check for iverilog compilation which does some useful things like erroring when bitwidths don't match, etc.

However, because only svlint supports --github-actions output, only these are highlighted in the files changed tab. We could write a short script to properly format iverilog errors for ease of use.

This could also be done with black, possibly.