Rupert Swarbrick
Rupert Swarbrick
This is never given a positive value and dates back to the initial import in 2019. Probably no benefit to keeping the implementation.
This is already tested by the two tests that implement the SBA testpoint. I don't believe that repeating the implementation here will gain us any confidence.
I'm pretty certain that the author wasn't quite modelling the current TAP FSM state properly and the naming is rather confusing. I think the name is probably backwards and the...
This initialisation isn't really needed because the array will come up as 'x and the SboxPermutationCheck_A assertion below would fail if the end result wasn't '1. The existing code also...
This follows the discussion in issue #22472, where we are now convinced that rv_dm is at the required stage. Closes #22472.
### Description For some reason, this is handled in a static variable in each class, which gets set up at the start of the `dvsim` main function. That seems very...
### Description At the moment, the frequency comes from `jtag_if.sv` itself. Making this frequency more sensible for GLS meant we needed to add an ifdef (issue #24580). To make this...
This should fix issue #24595. The problem that caused the issue is that we compute paths to the various IP blocks that should be included by following relative paths from...