Greg Chadwick

Results 164 comments of Greg Chadwick

You could always rearrange the counters to suit your requirements. It's all implementation defined so there's no harm in you changing the numbers. Remappable event counters is certainly something worth...

Thanks for the report @cappold this does sound like a bug, the instruction after an `mret` shouldn't get executed. We should be flushing out the prefetch buffer following an `mret`...

A waiver file is attached, I believe it matches up with this commit: https://github.com/lowRISC/ibex/tree/0c38b203ddc9a72349f38e364afe1e0f898edce0 Here's an example waiver entry ```xml ``` It gives you 'line' and 'text' corresponding to the...

> @GregAC Would that be enough for this task? Yes I think so, just need to make sure to cross in `MML` and `RLB` settings

Implemented by https://github.com/lowRISC/ibex/pull/1947

The general idea is either you have one sentence per line or wrap to 80 characters. For README's you can argue for the 80 character wrapper to make them easy...

The 'small' config doesn't contain a pmp unit so the mmu stress test won't do anything meaningful. What I'm slightly surprised about it is you get mostly passed tests and...

I'm afraid not, though enabling/disabling tests based on the current config is something I am planning. Turns out I'm mistaken about the riscv_mmu_stress_test too, it's not actuallly a PMP test...