hdl icon indicating copy to clipboard operation
hdl copied to clipboard

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

Open Jacajack opened this issue 2 years ago • 2 comments

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

Jacajack avatar Oct 25 '23 09:10 Jacajack

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

Jacajack avatar Oct 25 '23 19:10 Jacajack

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

I see grep - I panic

WojciechPtas avatar Oct 26 '23 17:10 WojciechPtas