projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48e5a1d
)
test/test_targets: update cpu-type to mor1kx
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Sun, 29 Sep 2019 15:12:15 +0000
(17:12 +0200)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Sun, 29 Sep 2019 15:12:15 +0000
(17:12 +0200)
test/test_targets.py
patch
|
blob
|
history
diff --git
a/test/test_targets.py
b/test/test_targets.py
index cfb7969f8e13f02adbab02b816044b740ec14596..157481e7721b85c7b392dabd09ba63db62db19ba 100644
(file)
--- 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'))