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
92973e0f
Commit
92973e0f
authored
12 years ago
by
Grzegorz Daniluk
Browse files
Options
Downloads
Patches
Plain Diff
wrc_main: only in slave mode, when link goes down switch SoftPLL to lock to local osc
parent
25099459
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wrc_main.c
+2
-1
2 additions, 1 deletion
wrc_main.c
with
2 additions
and
1 deletion
wrc_main.c
+
2
−
1
View file @
92973e0f
...
...
@@ -182,7 +182,8 @@ int main(void)
break
;
case
LINK_WENT_DOWN
:
spll_init
(
SPLL_MODE_FREE_RUNNING_MASTER
,
0
,
1
);
if
(
wrc_ptp_get_mode
()
==
WRC_MODE_SLAVE
)
spll_init
(
SPLL_MODE_FREE_RUNNING_MASTER
,
0
,
1
);
break
;
}
...
...
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