projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2eff4d
)
mor1kx: enable ADDC, CMOV and FFL1 instructions
author
Sebastien Bourdeauducq
<sb@m-labs.hk>
Tue, 28 Jul 2015 16:08:21 +0000
(
00:08
+0800)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Tue, 28 Jul 2015 16:08:21 +0000
(
00:08
+0800)
misoclib/cpu/mor1kx.py
patch
|
blob
|
history
diff --git
a/misoclib/cpu/mor1kx.py
b/misoclib/cpu/mor1kx.py
index 4114c3190f0ec1b3dd28d75950a7e553c415f6ce..1169aba730f116303c5359f473db70bd0d35ee7d 100644
(file)
--- a/
misoclib/cpu/mor1kx.py
+++ b/
misoclib/cpu/mor1kx.py
@@
-31,9
+31,9
@@
class MOR1KX(Module):
p_FEATURE_TRAP="NONE",
p_FEATURE_RANGE="NONE",
p_FEATURE_OVERFLOW="NONE",
- p_FEATURE_ADDC="
NONE
",
- p_FEATURE_CMOV="
NONE
",
- p_FEATURE_FFL1="
NONE
",
+ p_FEATURE_ADDC="
ENABLED
",
+ p_FEATURE_CMOV="
ENABLED
",
+ p_FEATURE_FFL1="
ENABLED
",
p_OPTION_CPU0="CAPPUCCINO",
p_OPTION_RESET_PC=reset_pc,
p_IBUS_WB_TYPE="B3_REGISTERED_FEEDBACK",