Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
0235c0ae
Commit
0235c0ae
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo in comment.
parent
8122d07a
No related branches found
Branches containing commit
No related tags found
1 merge request
!282
Increase total_block_count in dp_block_validate_err from 32b to 64b MM field.
Pipeline
#36653
passed
2 years ago
Stage: simulation
Stage: synthesis
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/src/vhdl/dp_block_validate_err.vhd
+1
-1
1 addition, 1 deletion
libraries/base/dp/src/vhdl/dp_block_validate_err.vhd
with
1 addition
and
1 deletion
libraries/base/dp/src/vhdl/dp_block_validate_err.vhd
+
1
−
1
View file @
0235c0ae
...
...
@@ -39,7 +39,7 @@
-- a 32 b value is more than enough, so one MM word, because error blocks do
-- not occur often.
-- . The g_blk_cnt_w is used to count blocks and can have at most 64 b so two
-- MM words, because 32 b
is
can easily be too small to count blocks for hours
-- MM words, because 32 b can easily be too small to count blocks for hours
-- or longer. The MM map always uses two MM words for total_block_count for
-- any value of g_blk_cnt_w.
-- . g_max/min_block_size indicate the minimum / maximum length of incoming blocks.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment