Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
zistvan-public
Caribou KVS with Privacy Perturbations
Commits
a35df4e0
Commit
a35df4e0
authored
Feb 22, 2019
by
Zsolt István
Browse files
removed per-tenant limits because we target non-mt scenarios at the moment
parent
d2ae1725
Changes
1
Hide whitespace changes
Inline
Side-by-side
hw/src/muu/muu_checkpoint.v
View file @
a35df4e0
...
...
@@ -22,11 +22,11 @@ module muu_Checkpoint #(
parameter
FIFO_BITS
=
6
,
parameter
COST_BITS
=
16
,
parameter
BURST_BITS
=
12
,
parameter
LIMIT_PER_USER
=
8
,
parameter
LIMIT_PER_USER
=
128
,
//
8
parameter
TB_DEFAULT_DEPTH
=
160
,
parameter
TB_DEFAULT_DEPTH
=
1024
,
//
160,
parameter
TB_DEFAULT_UPDFREQ
=
1
,
parameter
TB_DEFAULT_UPDCOUNT
=
2
,
parameter
TB_DEFAULT_UPDCOUNT
=
32
,
//
2,
parameter
TB_DEFAULT_HEADER_SIZE
=
2
+
7
)
(
...
...
Write
Preview
Supports
Markdown
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