YosysHQ / sby

SymbiYosys (sby) -- Front-end for Yosys-based formal verification flows
Other
387 stars 73 forks source link

Makefile improvements #163

Closed jix closed 2 years ago

jix commented 2 years ago

Several makefile improvements

This should fix everything related to the tests / makefile mentioned in #160

nakengelhardt commented 2 years ago

Sweet! Could you also make the check for btorsim check that it's a version that supports the --vcd argument?

jix commented 2 years ago

Now it also checks that btorsim supports the --vcd option. With more complex checks for the available tools now, I also added an option to fail on any skipped tests and enabled that for CI, so we don't accidentally stop running any tests because the detection broke.