|
|
|
|
|
by fleventynine
351 days ago
|
|
I've had a lot of success writing driver test cases against the hardware's RTL running in a simulation environment like verilator. Quick to setup and very accurate, the only downside is the time it takes to run. And if you want to spend the time to write a faster "expensive mock" in software, you can run your tests in a "side-by-side" environment to fix any differences (including timing) between the implementations. |
|
Can you perhaps do a write-up of what you've done and how "slow" it was, and if you've got ideas to make it faster?