Jacajack / hdl

A proof-of-concept, Rust-inspired, declarative hardware description language optimized for RTL coding
MIT License
16 stars 0 forks source link

Treat `iverilog` warnings as errors for SV codegen output testing #213

Open Jacajack opened 10 months ago

Jacajack commented 10 months ago

iverilog does not have -Werror switch so this will likely require some "grepping" on Rust side.

Jacajack commented 10 months ago

We should also grep for failing assertions and treat them as errors too.

WojciechPtas commented 10 months ago

We should also grep for failing assertions and treat them as errors too.

I see grep - I panic