projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dafdb8d
)
Fix help for or1k builds
author
Stafford Horne
<shorne@gmail.com>
Thu, 4 Oct 2018 14:09:49 +0000
(23:09 +0900)
committer
Stafford Horne
<shorne@gmail.com>
Thu, 4 Oct 2018 14:09:49 +0000
(23:09 +0900)
The help said cpu-type could be mor1kx, which is correct but you must
pass or1k to get mor1kx. Fix the message to properly represent what
needs to be passed to the commandline.
litex/soc/integration/soc_core.py
patch
|
blob
|
history
diff --git
a/litex/soc/integration/soc_core.py
b/litex/soc/integration/soc_core.py
index 11e08a3fc0ebaaaae17fa69ad42af31fc0caee8c..c8cdc1794ea2d26684d3a5f8fc8ffee545232262 100644
(file)
--- a/
litex/soc/integration/soc_core.py
+++ b/
litex/soc/integration/soc_core.py
@@
-384,7
+384,7
@@
class SoCCore(Module):
def soc_core_args(parser):
parser.add_argument("--cpu-type", default=None,
- help="select CPU: lm32,
mor1kx
, picorv32, vexriscv, minerva")
+ help="select CPU: lm32,
or1k
, picorv32, vexriscv, minerva")
parser.add_argument("--cpu-variant", default=None,
help="select CPU variant")
parser.add_argument("--integrated-rom-size", default=None, type=int,