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
e8c2a21e
Commit
e8c2a21e
authored
11 years ago
by
Tomasz Wlostowski
Browse files
Options
Downloads
Patches
Plain Diff
shell/cmd_pll.c: added PLL STAT command for dumping PLL state
parent
f47ac11c
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
shell/cmd_pll.c
+2
-0
2 additions, 0 deletions
shell/cmd_pll.c
with
2 additions
and
0 deletions
shell/cmd_pll.c
+
2
−
0
View file @
e8c2a21e
...
...
@@ -26,6 +26,8 @@ static int cmd_pll(const char *args[])
if
(
!
args
[
1
])
return
-
EINVAL
;
mprintf
(
"%d
\n
"
,
spll_check_lock
(
atoi
(
args
[
1
])));
}
else
if
(
!
strcasecmp
(
args
[
0
],
"stat"
))
{
spll_show_stats
();
}
else
if
(
!
strcasecmp
(
args
[
0
],
"sps"
))
{
if
(
!
args
[
2
])
return
-
EINVAL
;
...
...
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