PrincetonUniversity / ILAng

A Modeling and Verification Platform for SoCs using ILAs
https://bo-yuan-huang.gitbook.io/ilang/
MIT License
75 stars 18 forks source link

Unrolling ILA using non-z3 SMT solvers #202

Closed Bo-Yuan-Huang closed 3 years ago

Bo-Yuan-Huang commented 4 years ago

Describe your feature request. Support ILA unroller with SmtShim.

Describe the solution you'd like New (or rewritten) ILA unroller that generates templated SMT formula instead of hard fixed z3::expr.

Additional context May have limited functionality such as substitution or smaller operation set.