kuznia-rdzeni / coreblocks

RISC-V out-of-order core for education and research purposes
https://kuznia-rdzeni.github.io/coreblocks/
BSD 3-Clause "New" or "Revised" License
36 stars 14 forks source link

Mocking methods with validate_arguments #678

Closed tilk closed 4 months ago

tilk commented 5 months ago

In the current implementation of testing it's not possible to mock methods which are defined in HDL with validate_arguments. Solving this probably involves a refactor of TestbenchIO and Adapter related stuff.