ibex
ibex copied to clipboard
[dv] Verify fetch enable
Verify the fetch enable signal. Write a sequence that can toggle it for the new sequence library. Use this sequence to randomly toggle fetch enable in some tests. It should have no impact on architectural execution (i.e. timing of instructions will differ but co-simulation checking should not find any issues).
Add a new checker that ensures that when fetch is disabled Ibex isn't fetching and executing new instructions (assertions may be sufficient)
estimate 4