From: Florent Kermarrec Date: Sun, 29 Sep 2019 15:12:15 +0000 (+0200) Subject: test/test_targets: update cpu-type to mor1kx X-Git-Tag: 24jan2021_ls180~962 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=241c3c642bdd1792868a95cf5d8e2e59c8a3d575;p=litex.git test/test_targets: update cpu-type to mor1kx --- diff --git a/test/test_targets.py b/test/test_targets.py index cfb7969f..157481e7 100644 --- a/test/test_targets.py +++ b/test/test_targets.py @@ -160,5 +160,5 @@ litex/boards/targets/simple.py litex.boards.platforms.arty \ self.run_variants('lm32', ('standard', 'minimal', 'lite')) @unittest.skipIf(RUNNING_ON_TRAVIS, "No or1k toolchain on Travis-CI") - def test_variants_or1k(self): - self.run_variants('or1k', ('standard', 'linux')) + def test_variants_mor1kx(self): + self.run_variants('mor1kx', ('standard', 'linux'))