From 01ba4f3c0a738d97516355295efaa2f6813d39a3 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 27 Jun 2020 15:20:24 +0100 Subject: [PATCH] add wishbone Pi2LSUI test --- src/soc/{experiment => config}/test/test_pi2ls.py | 3 +++ 1 file changed, 3 insertions(+) rename src/soc/{experiment => config}/test/test_pi2ls.py (98%) diff --git a/src/soc/experiment/test/test_pi2ls.py b/src/soc/config/test/test_pi2ls.py similarity index 98% rename from src/soc/experiment/test/test_pi2ls.py rename to src/soc/config/test/test_pi2ls.py index ed1c0a8b..f064d5e1 100644 --- a/src/soc/experiment/test/test_pi2ls.py +++ b/src/soc/config/test/test_pi2ls.py @@ -145,6 +145,9 @@ class TestPIMem(unittest.TestCase): def test_pi2ls(self): tst_config_pi(self, 'testmem') + def test_pi2ls_bare_wb(self): + tst_config_pi(self, 'test_bare_wb') + if __name__ == '__main__': unittest.main(exit=False) -- 2.30.2