lkolbly / ripstop

Apache License 2.0
0 stars 0 forks source link

Capture warnings from iverilog in test suite #20

Open lkolbly opened 2 years ago

lkolbly commented 2 years ago

Currently, as long as iverilog returns zero and runs the simulation, the test suite will pass.

Ripstop should generate warning-free code under all conditions. Thus, the test suite should check that there are no warnings being generated when it builds the code.