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
05a0472d
Commit
05a0472d
authored
11 years ago
by
Grzegorz Daniluk
Browse files
Options
Downloads
Patches
Plain Diff
softpll: increase samples threshold for locking external 10MHz
parent
0dd65d57
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
softpll/spll_external.c
+1
-1
1 addition, 1 deletion
softpll/spll_external.c
with
1 addition
and
1 deletion
softpll/spll_external.c
+
1
−
1
View file @
05a0472d
...
@@ -28,7 +28,7 @@ void external_init(volatile struct spll_external_state *s, int ext_ref,
...
@@ -28,7 +28,7 @@ void external_init(volatile struct spll_external_state *s, int ext_ref,
s
->
pi
.
bias
=
32768
;
s
->
pi
.
bias
=
32768
;
/* Phase branch lock detection */
/* Phase branch lock detection */
s
->
ld
.
threshold
=
25
0
;
s
->
ld
.
threshold
=
100
0
;
s
->
ld
.
lock_samples
=
10000
;
s
->
ld
.
lock_samples
=
10000
;
s
->
ld
.
delock_samples
=
9990
;
s
->
ld
.
delock_samples
=
9990
;
s
->
ref_src
=
ext_ref
;
s
->
ref_src
=
ext_ref
;
...
...
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