chipsalliance / firrtl-spec

The specification for the FIRRTL language
38 stars 27 forks source link

[patch] Correct mistakes in examples, add tests to CI #177

Closed seldridge closed 6 months ago

seldridge commented 6 months ago

Get all code examples working with tests. This means that all FIRRTL snippets pass firtool parsing and all verilog/systemverilog snippets pass verilator linting.

Only a few tests are intentionally skipped with the notest feature.

The testing is then added to CI.

This is draft while it is stacked on #172.