Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
litex
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jonathan Currier
litex
Commits
e7646416
Unverified
Commit
e7646416
authored
Jul 10, 2020
by
enjoy-digital
Committed by
GitHub
Jul 10, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #587 from antmicro/mor1x_ror_instruction
mor1kx: Do not generate the ror instruction
parents
468db3cf
b8d90086
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
litex/soc/cores/cpu/mor1kx/core.py
litex/soc/cores/cpu/mor1kx/core.py
+0
-2
No files found.
litex/soc/cores/cpu/mor1kx/core.py
View file @
e7646416
...
...
@@ -47,7 +47,6 @@ class MOR1KX(CPU):
def
gcc_flags
(
self
):
flags
=
"-mhard-mul "
flags
+=
"-mhard-div "
flags
+=
"-mror "
flags
+=
"-D__mor1kx__ "
return
flags
...
...
@@ -55,7 +54,6 @@ class MOR1KX(CPU):
def
clang_flags
(
self
):
flags
=
"-mhard-mul "
flags
+=
"-mhard-div "
flags
+=
"-mror "
flags
+=
"-mffl1 "
flags
+=
"-maddc "
flags
+=
"-D__mor1kx__ "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment