pymtl / pymtl3

Pymtl 3 (Mamba), an open-source Python-based hardware generation, simulation, and verification framework
BSD 3-Clause "New" or "Revised" License
388 stars 46 forks source link

get tests running on ProcFL #231

Closed cbatten closed 2 years ago

cbatten commented 2 years ago

I fixed a few things to get all of the TinyRV0 tests running on ProcFL. I also switched things around so all of the tests are in ProcFL_test.py and then ProcRTL_test.py and ProcVRTL_test.py just inherit from ProcFL_test.py.