Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
corr_matrixpi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
DG
FOFB
corr_matrixpi
Commits
b003e8c1
Commit
b003e8c1
authored
9 months ago
by
BRONES Romain
Browse files
Options
Downloads
Patches
Plain Diff
Increase ID width
* Allow ID up to 255 * This changes dimension of memories, registers
parent
2a0b55c8
No related branches found
Branches containing commit
Tags
1.2.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hdl/pkg_corrmatrix.vhd
+2
-2
2 additions, 2 deletions
hdl/pkg_corrmatrix.vhd
with
2 additions
and
2 deletions
hdl/pkg_corrmatrix.vhd
+
2
−
2
View file @
b003e8c1
...
...
@@ -29,8 +29,8 @@ package pkg_corr_matrix is
constant
C_W_MM_COEF
:
natural
:
=
24
;
constant
C_W_MM_MULT
:
natural
:
=
48
;
-- C_W_OE+C_W_MM_COEF;
constant
C_W_MM_IDCNT
:
natural
:
=
7
;
-- natural(ceil(log2(real(C_N_MM_BPM))));
constant
C_W_MM_ACCU
:
natural
:
=
5
5
;
-- C_W_MM_MULT+C_W_MM_IDCNT;
constant
C_W_MM_IDCNT
:
natural
:
=
8
;
--
>
natural(ceil(log2(real(C_N_MM_BPM))));
constant
C_W_MM_ACCU
:
natural
:
=
5
6
;
-- C_W_MM_MULT+C_W_MM_IDCNT;
constant
C_N_MM_SAT
:
natural
:
=
0
;
constant
C_N_MM_RND
:
natural
:
=
23
;
...
...
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