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
e202430a
Commit
e202430a
authored
3 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
removed unused jesd204b_reset signal.
parent
0887d94f
No related branches found
No related tags found
1 merge request
!219
No functional change. Use short index variables names in capitals, to ease...
Pipeline
#26265
passed
3 years ago
Stage: simulation
Stage: synthesis
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/libraries/sdp/src/vhdl/node_sdp_adc_input_and_timing.vhd
+3
-4
3 additions, 4 deletions
.../libraries/sdp/src/vhdl/node_sdp_adc_input_and_timing.vhd
with
3 additions
and
4 deletions
applications/lofar2/libraries/sdp/src/vhdl/node_sdp_adc_input_and_timing.vhd
+
3
−
4
View file @
e202430a
...
...
@@ -145,14 +145,13 @@ ARCHITECTURE str OF node_sdp_adc_input_and_timing IS
SIGNAL
mm_rst_internal
:
STD_LOGIC
;
SIGNAL
mm_jesd_ctrl_reg
:
STD_LOGIC_VECTOR
(
c_word_w
-1
DOWNTO
0
);
SIGNAL
jesd204b_disable_arr
:
STD_LOGIC_VECTOR
(
c_sdp_S_pn
-1
DOWNTO
0
);
SIGNAL
jesd204b_reset
:
STD_LOGIC
;
BEGIN
-- The node AIT is reset at power up by mm_rst and under software control by jesd204b_
reset
.
-- The node AIT is reset at power up by mm_rst and under software control by jesd204b_
disable_arr
.
-- The mm_rst internal will cause a reset on the rx_rst by the reset sequencer in the u_jesd204b.
-- The MM jesd204b_
reset
is intended for node AIT resynchronisation tests of the u_jesd204b.
-- The MM jesd204b_
reset
should not be applied in an SDP application, because this will cause
-- The MM jesd204b_
disable_arr
is intended for node AIT resynchronisation tests of the u_jesd204b.
-- The MM jesd204b_
disable_arr
should not be applied in an SDP application, because this will cause
-- a disturbance in the block timing of the out_sosi_arr(i).sync,bsn,sop,eop. The other logic
-- in an SDP application assumes that the block timing of the out_sosi_arr(i) only contains
-- complete blocks, so from sop to eop.
...
...
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