Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wrpc-sw
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
hdl-core-lib
wr-cores
wrpc-sw
Commits
838c33df
Commit
838c33df
authored
12 years ago
by
Grzegorz Daniluk
Browse files
Options
Downloads
Patches
Plain Diff
wrc_main: default calibration values for release bitstream
parent
7e0a0cd4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wrc_main.c
+4
-4
4 additions, 4 deletions
wrc_main.c
with
4 additions
and
4 deletions
wrc_main.c
+
4
−
4
View file @
838c33df
...
...
@@ -23,10 +23,10 @@ int wrc_ui_mode = UI_SHELL_MODE;
///////////////////////////////////
//Calibration data (from EEPROM if available)
int32_t
sfp_alpha
=
-
73622176
;
//default value if could not read EEPROM
int32_t
sfp_deltaTx
=
46407
;
//default value if could not read EEPROM
int32_t
sfp_deltaRx
=
1
77093
;
//default value if could not read EEPROM
uint32_t
cal_phase_transition
=
239
4
;
//7000
;
int32_t
sfp_alpha
=
-
73622176
;
//default value
s
if could not read EEPROM
int32_t
sfp_deltaTx
=
46407
;
int32_t
sfp_deltaRx
=
1
67843
;
uint32_t
cal_phase_transition
=
23
8
9
;
void
wrc_initialize
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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