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
35654786
Commit
35654786
authored
4 years ago
by
Reinier van der Walle
Browse files
Options
Downloads
Patches
Plain Diff
Corrected address and data widths
parent
7f96d943
No related branches found
No related tags found
2 merge requests
!100
Removed text for XSub that is now written in Confluence Subband correlator...
,
!44
Resolve L2SDP-131
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libraries/base/diag/src/vhdl/mms_diag_wg_wideband_arr.vhd
+2
-3
2 additions, 3 deletions
libraries/base/diag/src/vhdl/mms_diag_wg_wideband_arr.vhd
libraries/io/aduh/src/vhdl/mms_aduh_monitor_arr.vhd
+2
-2
2 additions, 2 deletions
libraries/io/aduh/src/vhdl/mms_aduh_monitor_arr.vhd
with
4 additions
and
5 deletions
libraries/base/diag/src/vhdl/mms_diag_wg_wideband_arr.vhd
+
2
−
3
View file @
35654786
...
@@ -78,8 +78,7 @@ END mms_diag_wg_wideband_arr;
...
@@ -78,8 +78,7 @@ END mms_diag_wg_wideband_arr;
ARCHITECTURE
str
OF
mms_diag_wg_wideband_arr
IS
ARCHITECTURE
str
OF
mms_diag_wg_wideband_arr
IS
CONSTANT
c_reg_adr_w
:
NATURAL
:
=
ceil_log2
(
2
);
CONSTANT
c_reg_adr_w
:
NATURAL
:
=
2
;
CONSTANT
c_buf_adr_w
:
NATURAL
:
=
ceil_log2
(
10
);
SIGNAL
reg_mosi_arr
:
t_mem_mosi_arr
(
g_nof_streams
-1
DOWNTO
0
);
SIGNAL
reg_mosi_arr
:
t_mem_mosi_arr
(
g_nof_streams
-1
DOWNTO
0
);
SIGNAL
reg_miso_arr
:
t_mem_miso_arr
(
g_nof_streams
-1
DOWNTO
0
);
SIGNAL
reg_miso_arr
:
t_mem_miso_arr
(
g_nof_streams
-1
DOWNTO
0
);
...
@@ -108,7 +107,7 @@ BEGIN
...
@@ -108,7 +107,7 @@ BEGIN
u_common_mem_mux_buf
:
ENTITY
common_lib
.
common_mem_mux
u_common_mem_mux_buf
:
ENTITY
common_lib
.
common_mem_mux
GENERIC
MAP
(
GENERIC
MAP
(
g_nof_mosi
=>
g_nof_streams
,
g_nof_mosi
=>
g_nof_streams
,
g_mult_addr_w
=>
c
_buf_adr_w
g_mult_addr_w
=>
g
_buf_ad
d
r_w
)
)
PORT
MAP
(
PORT
MAP
(
mosi
=>
buf_mosi
,
mosi
=>
buf_mosi
,
...
...
This diff is collapsed.
Click to expand it.
libraries/io/aduh/src/vhdl/mms_aduh_monitor_arr.vhd
+
2
−
2
View file @
35654786
...
@@ -61,8 +61,8 @@ END mms_aduh_monitor_arr;
...
@@ -61,8 +61,8 @@ END mms_aduh_monitor_arr;
ARCHITECTURE
str
OF
mms_aduh_monitor_arr
IS
ARCHITECTURE
str
OF
mms_aduh_monitor_arr
IS
CONSTANT
c_reg_adr_w
:
NATURAL
:
=
ceil_log2
(
2
)
;
CONSTANT
c_reg_adr_w
:
NATURAL
:
=
2
;
CONSTANT
c_buf_adr_w
:
NATURAL
:
=
ceil_log2
(
8
);
CONSTANT
c_buf_adr_w
:
NATURAL
:
=
ceil_log2
(
g_buffer_nof_symbols
);
SIGNAL
reg_mosi_arr
:
t_mem_mosi_arr
(
g_nof_streams
-1
DOWNTO
0
);
SIGNAL
reg_mosi_arr
:
t_mem_mosi_arr
(
g_nof_streams
-1
DOWNTO
0
);
SIGNAL
reg_miso_arr
:
t_mem_miso_arr
(
g_nof_streams
-1
DOWNTO
0
);
SIGNAL
reg_miso_arr
:
t_mem_miso_arr
(
g_nof_streams
-1
DOWNTO
0
);
...
...
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