Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CIDR P3 Public
Pipelined RV32IMC
Commits
df860a74
Commit
df860a74
authored
10 months ago
by
Allen Jason Tan
Browse files
Options
Download
Email Patches
Plain Diff
Add 1-bit Read/Write signal
parent
175a2dcf
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
processor/core-extmem.v
+3
-0
processor/core-extmem.v
with
3 additions
and
0 deletions
+3
-0
processor/core-extmem.v
View file @
df860a74
...
...
@@ -36,6 +36,7 @@ module core_extmem (
output
[
3
:
0
]
ext_data_write
,
`endif
output
[
`BUS_BITS
-
1
:
0
]
ext_data_addr
,
output
ext_data_wr_en
,
output
[
`DATAMEM_WIDTH
-
1
:
0
]
ext_data_store
,
input
[
`DATAMEM_WIDTH
-
1
:
0
]
ext_data_load
,
output
ext_data_req
,
...
...
@@ -51,6 +52,8 @@ module core_extmem (
output
[
`WORD_WIDTH
-
1
:
0
]
ext_if_inst
,
output
[
`WORD_WIDTH
-
1
:
0
]
ext_id_inst
);
assign
ext_data_wr_en
=
|
ext_data_write
;
/******************************** DECLARING WIRES *******************************/
...
...
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
Menu
Projects
Groups
Snippets
Help