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
9de0b78e
Commit
9de0b78e
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Updated comment.
parent
ee3096cb
No related branches found
No related tags found
1 merge request
!272
L2SDP-801 Verify bsn time offset in dp_bsn_source_v2.vhd
Pipeline
#34531
failed
2 years ago
Stage: simulation
Stage: synthesis
Stage: hardware
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/src/vhdl/dp_bsn_sync_scheduler.vhd
+5
-1
5 additions, 1 deletion
libraries/base/dp/src/vhdl/dp_bsn_sync_scheduler.vhd
with
5 additions
and
1 deletion
libraries/base/dp/src/vhdl/dp_bsn_sync_scheduler.vhd
+
5
−
1
View file @
9de0b78e
...
...
@@ -18,7 +18,8 @@
--
-- Author: Eric Kooistra, 30 July 2021
-- Purpose :
-- Create programmable sync interval for input stream.
-- Create programmable sync interval for input stream, according to the
-- PPS and BSN grid defined in [1].
-- Description:
-- * ctrl_start_bsn:
-- The output sync interval starts at an in_sosi.bsn that is programmable via
...
...
@@ -105,6 +106,9 @@
-- The differences are that:
-- . dp_bsn_sync_scheduler requires in_sosi.sync and copies the other in_sosi
-- ctrl, info and data, whereas generates bs_sosi.ctrl.
--
-- References:
-- [1] https://support.astron.nl/confluence/display/L2M/L2+STAT+Decision%3A+Timing+in+Station
LIBRARY
IEEE
,
common_lib
;
USE
IEEE
.
STD_LOGIC_1164
.
ALL
;
...
...
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