dragonphy2 icon indicating copy to clipboard operation
dragonphy2 copied to clipboard

Add system-level test of SRAM memory interface

Open sgherbst opened this issue 5 years ago • 1 comments

Right now we have the tests SRAM and SRAM_MULTI, but they are block-level tests. We need a system-level test to show that we can read out some data from the ADC in the right order. We implemented part of this for ButterPHY in the test LOOPBACK_JTAG, but the test was never passing, so it needs to be updated for DragonPHY and debugged.

sgherbst avatar May 05 '20 03:05 sgherbst

It looks like this was addressed in cpu_system_tests/loopback_sram, but there is still some leftover code from the old approach. I think we should revisit this to make sure we're checking what we think we're checking.

sgherbst avatar Oct 07 '20 19:10 sgherbst