Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pythondata-cpu-microwatt
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
Kestrel Collaboration
Kestrel LiteX
pythondata-cpu-microwatt
Commits
a4367ece
Commit
a4367ece
authored
Jan 15, 2021
by
Raptor Engineering Development Team
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable DMI logfile to save some die area on smaller FPGAs
parent
e2281162
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pythondata_cpu_microwatt/vhdl/core.vhdl
pythondata_cpu_microwatt/vhdl/core.vhdl
+1
-1
No files found.
pythondata_cpu_microwatt/vhdl/core.vhdl
View file @
a4367ece
...
...
@@ -12,7 +12,7 @@ entity core is
DISABLE_FLATTEN
:
boolean
:
=
false
;
EX1_BYPASS
:
boolean
:
=
true
;
ALT_RESET_ADDRESS
:
std_ulogic_vector
(
63
downto
0
)
:
=
(
others
=>
'0'
);
LOG_LENGTH
:
natural
:
=
512
LOG_LENGTH
:
natural
:
=
0
);
port
(
clk
:
in
std_ulogic
;
...
...
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