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
b9474a1c
Commit
b9474a1c
authored
10 years ago
by
Daniel van der Schuur
Browse files
Options
Downloads
Patches
Plain Diff
-Removed unused signals.
parent
e0c62ce5
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
applications/unb1_correlator/src/vhdl/unb1_correlator.vhd
+6
-26
6 additions, 26 deletions
applications/unb1_correlator/src/vhdl/unb1_correlator.vhd
with
6 additions
and
26 deletions
applications/unb1_correlator/src/vhdl/unb1_correlator.vhd
+
6
−
26
View file @
b9474a1c
...
@@ -78,8 +78,8 @@ ARCHITECTURE str OF unb1_correlator IS
...
@@ -78,8 +78,8 @@ ARCHITECTURE str OF unb1_correlator IS
SIGNAL
mm_locked
:
STD_LOGIC
;
SIGNAL
mm_locked
:
STD_LOGIC
;
SIGNAL
mm_rst
:
STD_LOGIC
;
SIGNAL
mm_rst
:
STD_LOGIC
;
SIGNAL
st
_rst
:
STD_LOGIC
;
SIGNAL
dp
_rst
:
STD_LOGIC
;
SIGNAL
st
_clk
:
STD_LOGIC
;
SIGNAL
dp
_clk
:
STD_LOGIC
;
-- PIOs
-- PIOs
SIGNAL
pout_wdi
:
STD_LOGIC
;
SIGNAL
pout_wdi
:
STD_LOGIC
;
...
@@ -113,26 +113,6 @@ ARCHITECTURE str OF unb1_correlator IS
...
@@ -113,26 +113,6 @@ ARCHITECTURE str OF unb1_correlator IS
SIGNAL
eth1g_ram_mosi
:
t_mem_mosi
;
-- ETH rx frame and tx frame memory
SIGNAL
eth1g_ram_mosi
:
t_mem_mosi
;
-- ETH rx frame and tx frame memory
SIGNAL
eth1g_ram_miso
:
t_mem_miso
;
SIGNAL
eth1g_ram_miso
:
t_mem_miso
;
-- EPCS read
SIGNAL
reg_dpmm_data_mosi
:
t_mem_mosi
;
SIGNAL
reg_dpmm_data_miso
:
t_mem_miso
;
SIGNAL
reg_dpmm_ctrl_mosi
:
t_mem_mosi
;
SIGNAL
reg_dpmm_ctrl_miso
:
t_mem_miso
;
-- EPCS write
SIGNAL
reg_mmdp_data_mosi
:
t_mem_mosi
;
SIGNAL
reg_mmdp_data_miso
:
t_mem_miso
;
SIGNAL
reg_mmdp_ctrl_mosi
:
t_mem_mosi
;
SIGNAL
reg_mmdp_ctrl_miso
:
t_mem_miso
;
-- EPCS status/control
SIGNAL
reg_epcs_mosi
:
t_mem_mosi
;
SIGNAL
reg_epcs_miso
:
t_mem_miso
;
-- Remote Update
SIGNAL
reg_remu_mosi
:
t_mem_mosi
;
SIGNAL
reg_remu_miso
:
t_mem_miso
;
BEGIN
BEGIN
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
...
@@ -163,11 +143,11 @@ BEGIN
...
@@ -163,11 +143,11 @@ BEGIN
epcs_clk
=>
'0'
,
epcs_clk
=>
'0'
,
dp_rst
=>
st
_rst
,
dp_rst
=>
dp
_rst
,
dp_clk
=>
st
_clk
,
dp_clk
=>
dp
_clk
,
dp_pps
=>
OPEN
,
dp_pps
=>
OPEN
,
dp_rst_in
=>
st
_rst
,
dp_rst_in
=>
dp
_rst
,
dp_clk_in
=>
st
_clk
,
dp_clk_in
=>
dp
_clk
,
-- Toggle WDI
-- Toggle WDI
pout_wdi
=>
pout_wdi
,
pout_wdi
=>
pout_wdi
,
...
...
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