Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jonathan Currier
pythondata-cpu-microwatt
Commits
a4367ece
Commit
a4367ece
authored
4 years ago
by
Raptor Engineering Development Team
Browse files
Options
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
;
...
...
This diff is collapsed.
Click to expand it.
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