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
2840ff69
Commit
2840ff69
authored
3 years ago
by
Jonathan Currier
Browse files
Options
Download
Email Patches
Plain Diff
Bring Out the Reset address so it can be synth-time configurable
parent
75020a20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pythondata_cpu_microwatt/vhdl/core.vhdl
pythondata_cpu_microwatt/vhdl/core.vhdl
+2
-2
No files found.
pythondata_cpu_microwatt/vhdl/core.vhdl
View file @
2840ff69
...
...
@@ -12,6 +12,7 @@ entity core is
DISABLE_FLATTEN
:
boolean
:
=
false
;
EX1_BYPASS
:
boolean
:
=
true
;
ALT_RESET_ADDRESS
:
std_ulogic_vector
(
63
downto
0
)
:
=
(
others
=>
'0'
);
RESET_ADDRESS
:
std_ulogic_vector
(
63
downto
0
)
:
=
(
others
=>
'0'
);
LOG_LENGTH
:
natural
:
=
0
);
port
(
...
...
@@ -175,10 +176,9 @@ begin
alt_reset_d
<=
alt_reset
;
end
if
;
end
process
;
fetch1_0
:
entity
work
.
fetch1
generic
map
(
RESET_ADDRESS
=>
(
others
=>
'0'
)
,
RESET_ADDRESS
=>
RESET_ADDRESS
,
ALT_RESET_ADDRESS
=>
ALT_RESET_ADDRESS
)
port
map
(
...
...
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