Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
Software for White Rabbit PTP Core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
28
Issues
28
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
Software for White Rabbit PTP Core
Commits
8ff9e3ea
Commit
8ff9e3ea
authored
Aug 22, 2018
by
Grzegorz Daniluk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sim: enable time_valid_o only when the link is up
parent
d64e82f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
wrc_main_sim.c
wrc_main_sim.c
+2
-0
No files found.
wrc_main_sim.c
View file @
8ff9e3ea
...
...
@@ -109,6 +109,8 @@ static void wrc_sim_initialize(void)
minic_init
();
shw_pps_gen_init
();
spll_very_init
();
/* wait for link up before enabling tm_time_valid_o */
while
(
ep_link_up
(
NULL
)
==
0
)
{}
shw_pps_gen_enable_output
(
1
);
}
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment