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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
5ae481e7
Commit
5ae481e7
authored
4 years ago
by
Pieter Donker
Browse files
Options
Downloads
Patches
Plain Diff
L2SDP-207
, backup
parent
02548eb7
Branches
Branches containing commit
No related tags found
2 merge requests
!100
Removed text for XSub that is now written in Confluence Subband correlator...
,
!79
Resolve L2SDP-207
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/src/vhdl/dp_block_from_mm_dc.vhd
+4
-2
4 additions, 2 deletions
libraries/base/dp/src/vhdl/dp_block_from_mm_dc.vhd
with
4 additions
and
2 deletions
libraries/base/dp/src/vhdl/dp_block_from_mm_dc.vhd
+
4
−
2
View file @
5ae481e7
...
@@ -55,8 +55,9 @@ ENTITY dp_block_from_mm_dc IS
...
@@ -55,8 +55,9 @@ ENTITY dp_block_from_mm_dc IS
END
dp_block_from_mm_dc
;
END
dp_block_from_mm_dc
;
ARCHITECTURE
rtl
OF
dp_block_from_mm_dc
IS
ARCHITECTURE
rtl
OF
dp_block_from_mm_dc
IS
CONSTANT
c_fifo_size
:
NATURAL
:
=
1024
;
-- 512 * 2 = 1024 words.
CONSTANT
c_packet_size
:
NATURAL
:
=
1024
;
-- 512 * 2 = 1024 words.
CONSTANT
c_start_addr_w
:
NATURAL
:
=
30
;
CONSTANT
c_fifo_size
:
NATURAL
:
=
c_packet_size
*
2
;
CONSTANT
c_start_addr_w
:
NATURAL
:
=
29
;
SIGNAL
fifo_sosi
:
t_dp_sosi
:
=
c_dp_sosi_rst
;
SIGNAL
fifo_sosi
:
t_dp_sosi
:
=
c_dp_sosi_rst
;
SIGNAL
fifo_siso
:
t_dp_siso
;
SIGNAL
fifo_siso
:
t_dp_siso
;
SIGNAL
mm_start_pulse
:
STD_LOGIC
:
=
'0'
;
SIGNAL
mm_start_pulse
:
STD_LOGIC
:
=
'0'
;
...
@@ -95,6 +96,7 @@ BEGIN
...
@@ -95,6 +96,7 @@ BEGIN
GENERIC
MAP
(
GENERIC
MAP
(
g_use_dual_clock
=>
TRUE
,
g_use_dual_clock
=>
TRUE
,
g_data_w
=>
c_word_w
,
g_data_w
=>
c_word_w
,
g_fifo_fill
=>
c_packet_size
,
g_fifo_size
=>
c_fifo_size
g_fifo_size
=>
c_fifo_size
)
)
PORT
MAP
(
PORT
MAP
(
...
...
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