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
c0b24ad4
Commit
c0b24ad4
authored
Jul 12, 2024
by
Jonas Kaufmann
Committed by
Jakob Görgen
Jul 12, 2024
Browse files
lib/simbricks/axi_subordinate: more reasonable defaults for MaxInFlight
parent
a78b6f0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/simbricks/axi/axi_subordinate.hh
lib/simbricks/axi/axi_subordinate.hh
+2
-2
No files found.
lib/simbricks/axi/axi_subordinate.hh
View file @
c0b24ad4
...
...
@@ -58,7 +58,7 @@ struct AXIOperation {
/* Acts as the read part of an AXI Subordinate / Slave component */
template
<
size_t
BytesAddr
,
size_t
BytesId
,
size_t
BytesData
,
size_t
MaxInFlight
=
6
4
>
size_t
MaxInFlight
=
1
6
>
class
AXISubordinateRead
{
public:
static_assert
(
BytesAddr
<=
8
);
...
...
@@ -146,7 +146,7 @@ class AXISubordinateRead {
/* Acts as the write part of an AXI Subordinate / Slave component */
template
<
size_t
BytesAddr
,
size_t
BytesId
,
size_t
BytesData
,
size_t
MaxInFlight
=
6
4
>
size_t
MaxInFlight
=
1
6
>
class
AXISubordinateWrite
{
public:
static_assert
(
BytesAddr
<=
8
);
...
...
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