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
9658918a
"SAS/TMSS/backend/src/tmss/tmssapp/admin.py" did not exist on "f46876ef90dfc975223280fdabde36d0fe83e5e7"
Commit
9658918a
authored
7 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Renamed dbg_status_4_dp_phs_locked into dbg_status_4_dp_phs_stable.
parent
5f0a7976
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/io/aduh/src/vhdl/lvdsh_dd_phs4.vhd
+2
-2
2 additions, 2 deletions
libraries/io/aduh/src/vhdl/lvdsh_dd_phs4.vhd
with
2 additions
and
2 deletions
libraries/io/aduh/src/vhdl/lvdsh_dd_phs4.vhd
+
2
−
2
View file @
9658918a
...
...
@@ -200,7 +200,7 @@ ARCHITECTURE str OF lvdsh_dd_phs4 IS
SIGNAL
dbg_status_0_out_word_locked
:
STD_LOGIC
;
SIGNAL
dbg_status_1_out_word_stable
:
STD_LOGIC
;
SIGNAL
dbg_status_3_dp_fifo_fill_stable
:
STD_LOGIC
;
SIGNAL
dbg_status_4_dp_phs_
locked
:
STD_LOGIC
;
SIGNAL
dbg_status_4_dp_phs_
stable
:
STD_LOGIC
;
SIGNAL
dbg_status_5_wb_roundtrip_stable
:
STD_LOGIC
;
SIGNAL
dbg_status_6_dp_in_clk_detected
:
STD_LOGIC
;
SIGNAL
dbg_status_7_dp_in_clk_stable
:
STD_LOGIC
;
...
...
@@ -787,7 +787,7 @@ BEGIN
dbg_status_0_out_word_locked
<=
r_dp
.
dp_word_locked
;
dbg_status_1_out_word_stable
<=
i_out_word_stable
;
dbg_status_3_dp_fifo_fill_stable
<=
i_out_status
(
3
);
dbg_status_4_dp_phs_
locked
<=
i_out_status
(
4
);
dbg_status_4_dp_phs_
stable
<=
i_out_status
(
4
);
dbg_status_5_wb_roundtrip_stable
<=
i_out_status
(
5
);
dbg_status_6_dp_in_clk_detected
<=
i_out_status
(
6
);
dbg_status_7_dp_in_clk_stable
<=
i_out_status
(
7
);
...
...
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