From 241c3c642bdd1792868a95cf5d8e2e59c8a3d575 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Sun, 29 Sep 2019 17:12:15 +0200 Subject: [PATCH] test/test_targets: update cpu-type to mor1kx --- test/test_targets.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')) -- 2.30.2