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
81a61123
Commit
81a61123
authored
4 months ago
by
BRONES Romain
Browse files
Options
Downloads
Patches
Plain Diff
fix: fall back on coeff C name in RDL
* Avoid breaking compatibility...
parent
8bfdabc7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hdl/top_corr_matrix.vhd
+4
-4
4 additions, 4 deletions
hdl/top_corr_matrix.vhd
rdl/corr_matrix.rdl
+8
-8
8 additions, 8 deletions
rdl/corr_matrix.rdl
with
12 additions
and
12 deletions
hdl/top_corr_matrix.vhd
+
4
−
4
View file @
81a61123
...
...
@@ -237,11 +237,11 @@ begin
-- Corr coefs
coef_a_x
=>
signed
(
mm_a2l
.
CORR_K1A_X
.
data
.
data
),
coef_b_x
=>
signed
(
mm_a2l
.
CORR_K1B_X
.
data
.
data
),
coef_c_x
=>
signed
(
mm_a2l
.
CORR_K1C_X
.
data
.
data
),
coef_c_x
=>
signed
(
mm_a2l
.
CORR_K1
I
C_X
.
data
.
data
),
coef_d_x
=>
signed
(
mm_a2l
.
CORR_K1D_X
.
data
.
data
),
coef_a_y
=>
signed
(
mm_a2l
.
CORR_K1A_Y
.
data
.
data
),
coef_b_y
=>
signed
(
mm_a2l
.
CORR_K1B_Y
.
data
.
data
),
coef_c_y
=>
signed
(
mm_a2l
.
CORR_K1C_Y
.
data
.
data
),
coef_c_y
=>
signed
(
mm_a2l
.
CORR_K1
I
C_Y
.
data
.
data
),
coef_d_y
=>
signed
(
mm_a2l
.
CORR_K1D_Y
.
data
.
data
),
reset_corr_x
=>
mm_a2l
.
CONTROL_X
.
RST_CORR
.
data
(
0
),
...
...
@@ -269,11 +269,11 @@ begin
-- Corr coefs
coef_a_x
=>
signed
(
mm_a2l
.
CORR_K2A_X
.
data
.
data
),
coef_b_x
=>
signed
(
mm_a2l
.
CORR_K2B_X
.
data
.
data
),
coef_c_x
=>
signed
(
mm_a2l
.
CORR_K2C_X
.
data
.
data
),
coef_c_x
=>
signed
(
mm_a2l
.
CORR_K2
I
C_X
.
data
.
data
),
coef_d_x
=>
signed
(
mm_a2l
.
CORR_K2D_X
.
data
.
data
),
coef_a_y
=>
signed
(
mm_a2l
.
CORR_K2A_Y
.
data
.
data
),
coef_b_y
=>
signed
(
mm_a2l
.
CORR_K2B_Y
.
data
.
data
),
coef_c_y
=>
signed
(
mm_a2l
.
CORR_K2C_Y
.
data
.
data
),
coef_c_y
=>
signed
(
mm_a2l
.
CORR_K2
I
C_Y
.
data
.
data
),
coef_d_y
=>
signed
(
mm_a2l
.
CORR_K2D_Y
.
data
.
data
),
reset_corr_x
=>
mm_a2l
.
CONTROL_X
.
RST_CORR
.
data
(
0
),
...
...
This diff is collapsed.
Click to expand it.
rdl/corr_matrix.rdl
+
8
−
8
View file @
81a61123
...
...
@@ -67,10 +67,10 @@ addrmap corr_matrix {
} CORR_K1B_X;
reg {
desc="Correction coefficient C.";
desc="Correction coefficient
(inverse)
C.";
desyrdl_data_type="int32";
field {sw = rw; hw = r;} data[`C_W_COR_COEF];
} CORR_K1C_X;
} CORR_K1
I
C_X;
reg {
desc="Correction coefficient D.";
...
...
@@ -92,10 +92,10 @@ addrmap corr_matrix {
} CORR_K2B_X;
reg {
desc="Correction coefficient C.";
desc="Correction coefficient
(inverse)
C.";
desyrdl_data_type="int32";
field {sw = rw; hw = r;} data[`C_W_COR_COEF];
} CORR_K2C_X;
} CORR_K2
I
C_X;
reg {
desc="Correction coefficient D.";
...
...
@@ -116,10 +116,10 @@ addrmap corr_matrix {
} CORR_K1B_Y;
reg {
desc="Correction coefficient C.";
desc="Correction coefficient
(inverse)
C.";
desyrdl_data_type="int32";
field {sw = rw; hw = r;} data[`C_W_COR_COEF];
} CORR_K1C_Y;
} CORR_K1
I
C_Y;
reg {
desc="Correction coefficient D.";
...
...
@@ -141,10 +141,10 @@ addrmap corr_matrix {
} CORR_K2B_Y;
reg {
desc="Correction coefficient C.";
desc="Correction coefficient
(inverse)
C.";
desyrdl_data_type="int32";
field {sw = rw; hw = r;} data[`C_W_COR_COEF];
} CORR_K2C_Y;
} CORR_K2
I
C_Y;
reg {
desc="Correction coefficient D.";
...
...
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