create new function teststate_check_regs which is called by check_regs
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 12 Sep 2021 13:21:23 +0000 (14:21 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 12 Sep 2021 13:21:23 +0000 (14:21 +0100)
commit86f52a45b43bfc596ebf7217cbb1cc2ce0354204
treee8e21ada6bdeb88a69768a0dfecca0e6cfe0f0ae
parentb6c47e36d71e09a98ae8deac6f9c7ba5a884e1ae
create new function teststate_check_regs which is called by check_regs
teststate_checkregs does not care how many pieces of state it is asked
to compare. could be 2, could be 3, could be 30
src/soc/simple/test/test_core.py
src/soc/simple/test/teststate.py