Skip to content

Commit

Permalink
Enable ror, ffl1 and addc for OR1K.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Jul 30, 2015
1 parent 8db098d commit 4b6bd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misoclib/soc/cpuif.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def get_cpu_mak(cpu_type):
clang = ""
elif cpu_type == "or1k":
triple = "or1k-linux"
cpuflags = "-mhard-mul -mhard-div"
cpuflags = "-mhard-mul -mhard-div -mror -mffl1 -maddc"
clang = "1"
else:
raise ValueError("Unsupported CPU type: "+cpu_type)
Expand Down

0 comments on commit 4b6bd43

Please sign in to comment.