YosysHQ / sby

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

allow removing -simcheck #168

Closed programmerjake closed 2 years ago

programmerjake commented 2 years ago

I'm working on adding support for custom smtlib2 expressions to yosys, it's built on having the expressions as attributes on outputs of a blackbox module. sby currently doesn't work with blackbox modules, since hierarchy -simcheck fails due to the blackbox modules and there doesn't appear to be a way to remove running it with -simcheck.