Skip to content

Commit b7aff65

Browse files
committedJul 28, 2015
mor1kx: enable ADDC, CMOV and FFL1 instructions
1 parent f2eff4d commit b7aff65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎misoclib/cpu/mor1kx.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ def __init__(self, platform, reset_pc):
3131
p_FEATURE_TRAP="NONE",
3232
p_FEATURE_RANGE="NONE",
3333
p_FEATURE_OVERFLOW="NONE",
34-
p_FEATURE_ADDC="NONE",
35-
p_FEATURE_CMOV="NONE",
36-
p_FEATURE_FFL1="NONE",
34+
p_FEATURE_ADDC="ENABLED",
35+
p_FEATURE_CMOV="ENABLED",
36+
p_FEATURE_FFL1="ENABLED",
3737
p_OPTION_CPU0="CAPPUCCINO",
3838
p_OPTION_RESET_PC=reset_pc,
3939
p_IBUS_WB_TYPE="B3_REGISTERED_FEEDBACK",

0 commit comments

Comments
 (0)
Please sign in to comment.