Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
ee3096cb
Commit
ee3096cb
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Updated comment.
parent
36eead98
Branches
Branches containing commit
No related tags found
1 merge request
!272
L2SDP-801 Verify bsn time offset in dp_bsn_source_v2.vhd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/tb/vhdl/tb_dp_bsn_sync_scheduler.vhd
+15
-11
15 additions, 11 deletions
libraries/base/dp/tb/vhdl/tb_dp_bsn_sync_scheduler.vhd
with
15 additions
and
11 deletions
libraries/base/dp/tb/vhdl/tb_dp_bsn_sync_scheduler.vhd
+
15
−
11
View file @
ee3096cb
...
@@ -63,6 +63,10 @@
...
@@ -63,6 +63,10 @@
-- temporarily changing the ASSERT condition
-- temporarily changing the ASSERT condition
-- b Initialy used LOOP in p_stimuli to repeat test. Later used list of
-- b Initialy used LOOP in p_stimuli to repeat test. Later used list of
-- c_nof_test_intervals and tb_state to try different stimuli.
-- c_nof_test_intervals and tb_state to try different stimuli.
--
-- References:
-- [1] https://support.astron.nl/confluence/pages/viewpage.action?spaceKey=L2M&title=L2+STAT+Decision%3A+Timing+in+Station
--
LIBRARY
IEEE
,
common_lib
,
dp_lib
;
LIBRARY
IEEE
,
common_lib
,
dp_lib
;
USE
IEEE
.
STD_LOGIC_1164
.
ALL
;
USE
IEEE
.
STD_LOGIC_1164
.
ALL
;
...
@@ -516,17 +520,17 @@ BEGIN
...
@@ -516,17 +520,17 @@ BEGIN
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
verify_sync
<=
NOT
recover_from_in_lost
;
verify_sync
<=
NOT
recover_from_in_lost
;
proc_dp_verify_sync
(
TO_UINT
(
ctrl_start_bsn
),
-- Verify that sync is on PPS and BSN grid as defined in [1].
ctrl_interval_size
,
proc_dp_verify_sync
(
ctrl_interval_size
,
g_block_size
,
g_block_size
,
clk
,
clk
,
verify_sync
,
verify_sync
,
out_sosi
.
sync
,
out_sosi
.
sync
,
out_sosi
.
sop
,
out_sosi
.
sop
,
out_sosi
.
bsn
,
out_sosi
.
bsn
,
dbg_nof_blk
,
dbg_nof_blk
,
dbg_accumulate
,
dbg_accumulate
,
dbg_expected_bsn
);
dbg_expected_bsn
);
dbg_out_sosi_sync
<=
out_sosi
.
sync
;
dbg_out_sosi_sync
<=
out_sosi
.
sync
;
dbg_out_sosi_sop
<=
out_sosi
.
sop
;
dbg_out_sosi_sop
<=
out_sosi
.
sop
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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