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
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) {
SimbricksMemIfM2HOutSend
(
memif
,
msg_to
,
SIMBRICKS_PROTO_MEM_M2H_MSG_READCOMP
);
#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
break
;
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