Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
1da567f2
"docs/en/vscode:/vscode.git/clone" did not exist on "44c8d6cc60f081470ee2fb290edde49d427042f9"
Commit
1da567f2
authored
Oct 04, 2022
by
Jonas Kaufmann
Browse files
print addr and size for basicmem reads
parent
7bea9009
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sims/mem/basicmem/basicmem.cc
sims/mem/basicmem/basicmem.cc
+1
-1
No files found.
sims/mem/basicmem/basicmem.cc
View file @
1da567f2
...
@@ -150,7 +150,7 @@ void PollH2M(struct SimbricksMemIf *memif, uint64_t cur_ts) {
...
@@ -150,7 +150,7 @@ void PollH2M(struct SimbricksMemIf *memif, uint64_t cur_ts) {
SimbricksMemIfM2HOutSend
(
memif
,
msg_to
,
SIMBRICKS_PROTO_MEM_M2H_MSG_READCOMP
);
SimbricksMemIfM2HOutSend
(
memif
,
msg_to
,
SIMBRICKS_PROTO_MEM_M2H_MSG_READCOMP
);
#if BASICMEM_DEBUG
#if BASICMEM_DEBUG
printf
(
"received H2M read.
Sending read comp msg
\n
"
);
printf
(
"received H2M read.
addr: 0x%lx size: 0x%lx
\n
"
,
addr
,
len
);
#endif
#endif
break
;
break
;
case
SIMBRICKS_PROTO_MEM_H2M_MSG_WRITE
:
case
SIMBRICKS_PROTO_MEM_H2M_MSG_WRITE
:
...
...
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