dz333 / secverilog

4 stars 0 forks source link

Remove z3 as external dependency - make part of secverilog compiler #10

Open dz333 opened 1 year ago

dz333 commented 1 year ago

This allows us to query z3 while typechecking in addition to afterwards. This also makes it easier to use secverilog since we can package a particular z3 version with a particular secverilog version.

Note that generating an external z3 file is probably still useful if we're debugging and we should keep that feature.