Skip to content
GitLab
Explore
Sign in
Register
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
5e9872ab
Commit
5e9872ab
authored
4 years ago
by
Reinier van der Walle
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
fb2b60ad
No related branches found
No related tags found
2 merge requests
!100
Removed text for XSub that is now written in Confluence Subband correlator...
,
!69
Resolve L2SDP-231
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/src/vhdl/dp_bsn_monitor_v2.vhd
+7
-7
7 additions, 7 deletions
libraries/base/dp/src/vhdl/dp_bsn_monitor_v2.vhd
with
7 additions
and
7 deletions
libraries/base/dp/src/vhdl/dp_bsn_monitor_v2.vhd
+
7
−
7
View file @
5e9872ab
...
@@ -85,6 +85,12 @@ ARCHITECTURE rtl OF dp_bsn_monitor_v2 IS
...
@@ -85,6 +85,12 @@ ARCHITECTURE rtl OF dp_bsn_monitor_v2 IS
CONSTANT
c_cnt_valid_w
:
NATURAL
:
=
mon_nof_valid
'LENGTH
;
CONSTANT
c_cnt_valid_w
:
NATURAL
:
=
mon_nof_valid
'LENGTH
;
CONSTANT
c_cnt_latency_w
:
NATURAL
:
=
mon_latency
'LENGTH
;
CONSTANT
c_cnt_latency_w
:
NATURAL
:
=
mon_latency
'LENGTH
;
CONSTANT
inv_mon_bsn_at_sync
:
STD_LOGIC_VECTOR
(
c_bsn_w
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
'1'
);
CONSTANT
inv_mon_nof_sop
:
STD_LOGIC_VECTOR
(
c_cnt_sop_w
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
'1'
);
CONSTANT
inv_mon_nof_err
:
STD_LOGIC_VECTOR
(
c_cnt_sop_w
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
'1'
);
CONSTANT
inv_mon_nof_valid
:
STD_LOGIC_VECTOR
(
c_cnt_valid_w
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
'1'
);
CONSTANT
inv_mon_latency
:
STD_LOGIC_VECTOR
(
c_cnt_latency_w
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
'1'
);
SIGNAL
ready
:
STD_LOGIC
;
SIGNAL
ready
:
STD_LOGIC
;
SIGNAL
nxt_ready
:
STD_LOGIC
;
SIGNAL
nxt_ready
:
STD_LOGIC
;
SIGNAL
ready_stable
:
STD_LOGIC
;
SIGNAL
ready_stable
:
STD_LOGIC
;
...
@@ -120,12 +126,6 @@ ARCHITECTURE rtl OF dp_bsn_monitor_v2 IS
...
@@ -120,12 +126,6 @@ ARCHITECTURE rtl OF dp_bsn_monitor_v2 IS
SIGNAL
i_mon_latency
:
STD_LOGIC_VECTOR
(
c_cnt_latency_w
-1
DOWNTO
0
);
SIGNAL
i_mon_latency
:
STD_LOGIC_VECTOR
(
c_cnt_latency_w
-1
DOWNTO
0
);
SIGNAL
i_current_bsn
:
STD_LOGIC_VECTOR
(
c_bsn_w
-1
DOWNTO
0
);
SIGNAL
i_current_bsn
:
STD_LOGIC_VECTOR
(
c_bsn_w
-1
DOWNTO
0
);
SIGNAL
inv_mon_bsn_at_sync
:
STD_LOGIC_VECTOR
(
c_bsn_w
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
'1'
);
SIGNAL
inv_mon_nof_sop
:
STD_LOGIC_VECTOR
(
c_cnt_sop_w
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
'1'
);
SIGNAL
inv_mon_nof_err
:
STD_LOGIC_VECTOR
(
c_cnt_sop_w
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
'1'
);
SIGNAL
inv_mon_nof_valid
:
STD_LOGIC_VECTOR
(
c_cnt_valid_w
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
'1'
);
SIGNAL
inv_mon_latency
:
STD_LOGIC_VECTOR
(
c_cnt_latency_w
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
'1'
);
SIGNAL
sync_timeout_cnt
:
STD_LOGIC_VECTOR
(
c_sync_timeout_w
-1
DOWNTO
0
);
SIGNAL
sync_timeout_cnt
:
STD_LOGIC_VECTOR
(
c_sync_timeout_w
-1
DOWNTO
0
);
SIGNAL
sync_timeout
:
STD_LOGIC
;
SIGNAL
sync_timeout
:
STD_LOGIC
;
SIGNAL
sync_timeout_n
:
STD_LOGIC
;
SIGNAL
sync_timeout_n
:
STD_LOGIC
;
...
...
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