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
4122a09c
Commit
4122a09c
authored
8 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Define c_mm_reg_adr_w = 2.
parent
55c5acbb
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/src/vhdl/mms_dp_force_data_arr.vhd
+3
-1
3 additions, 1 deletion
libraries/base/dp/src/vhdl/mms_dp_force_data_arr.vhd
with
3 additions
and
1 deletion
libraries/base/dp/src/vhdl/mms_dp_force_data_arr.vhd
+
3
−
1
View file @
4122a09c
...
@@ -69,6 +69,8 @@ END mms_dp_force_data_arr;
...
@@ -69,6 +69,8 @@ END mms_dp_force_data_arr;
ARCHITECTURE
str
OF
mms_dp_force_data_arr
IS
ARCHITECTURE
str
OF
mms_dp_force_data_arr
IS
CONSTANT
c_mm_reg_adr_w
:
NATURAL
:
=
2
;
-- copied from mms_dp_force_data.vhd
SIGNAL
reg_force_data_mosi_arr
:
t_mem_mosi_arr
(
g_nof_streams
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
c_mem_mosi_rst
);
SIGNAL
reg_force_data_mosi_arr
:
t_mem_mosi_arr
(
g_nof_streams
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
c_mem_mosi_rst
);
SIGNAL
reg_force_data_miso_arr
:
t_mem_miso_arr
(
g_nof_streams
-1
DOWNTO
0
);
SIGNAL
reg_force_data_miso_arr
:
t_mem_miso_arr
(
g_nof_streams
-1
DOWNTO
0
);
...
@@ -77,7 +79,7 @@ BEGIN
...
@@ -77,7 +79,7 @@ BEGIN
u_mem_mux
:
ENTITY
common_lib
.
common_mem_mux
u_mem_mux
:
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
=>
2
g_mult_addr_w
=>
c_mm_reg_adr_w
)
)
PORT
MAP
(
PORT
MAP
(
mosi
=>
reg_force_data_mosi
,
mosi
=>
reg_force_data_mosi
,
...
...
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