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
cb14af2e
Commit
cb14af2e
authored
Sep 16, 2022
by
Antoine Kaufmann
Committed by
Jonas Kaufmann
Sep 20, 2022
Browse files
lib/simbricks/mem: Fix clashing opcodes for read/write_comp
parent
64e18149
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/simbricks/mem/proto.h
lib/simbricks/mem/proto.h
+1
-1
No files found.
lib/simbricks/mem/proto.h
View file @
cb14af2e
...
...
@@ -48,7 +48,7 @@ struct SimbricksProtoMemHostIntro {
/** Mask for type value in own_type field */
#define SIMBRICKS_PROTO_MEM_M2H_MSG_READCOMP 0x40
#define SIMBRICKS_PROTO_MEM_M2H_MSG_WRITECOMP 0x4
0
#define SIMBRICKS_PROTO_MEM_M2H_MSG_WRITECOMP 0x4
1
struct
SimbricksProtoMemM2HReadcomp
{
uint64_t
req_id
;
...
...
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