Hi, everyone.
Is there any way to implement a systemverilog like constraint-solver in python? I’m working on building a random instruction generator which is built by systemverilog before, and it costs a lot of time to debug-and-rebuild the generator, so I’m wondering if python can do this kind of job.
Thanks