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
3d2282d4
Commit
3d2282d4
authored
4 years ago
by
Reinier van der Walle
Browse files
Options
Downloads
Patches
Plain Diff
Added dedicated mem constant.
parent
6059a772
Branches
Branches containing commit
No related tags found
1 merge request
!33
Added si_arr.vhd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/dsp/si/src/vhdl/si_arr.vhd
+97
-95
97 additions, 95 deletions
libraries/dsp/si/src/vhdl/si_arr.vhd
with
97 additions
and
95 deletions
libraries/dsp/si/src/vhdl/si_arr.vhd
+
97
−
95
View file @
3d2282d4
...
@@ -56,13 +56,15 @@ END si_arr;
...
@@ -56,13 +56,15 @@ END si_arr;
ARCHITECTURE
str
OF
si_arr
IS
ARCHITECTURE
str
OF
si_arr
IS
SIGNAL
reg_si_en
:
STD_LOGIC_VECTOR
(
c_mem_reg
.
dat_w
*
c_mem_reg
.
nof_dat
-1
DOWNTO
0
);
CONSTANT
c_si_mem_reg
:
t_c_mem
:
=
(
c_mem_reg_rd_latency
,
1
,
1
,
1
,
'0'
);
SIGNAL
reg_si_en
:
STD_LOGIC_VECTOR
(
c_si_mem_reg
.
dat_w
*
c_si_mem_reg
.
nof_dat
-1
DOWNTO
0
);
BEGIN
BEGIN
u_mms_common_reg
:
ENTITY
common_lib
.
mms_common_reg
u_mms_common_reg
:
ENTITY
common_lib
.
mms_common_reg
GENERIC
MAP
(
GENERIC
MAP
(
g_mm_reg
=>
c_mem_reg
g_mm_reg
=>
c_
si_
mem_reg
)
)
PORT
MAP
(
PORT
MAP
(
mm_rst
=>
mm_rst
,
mm_rst
=>
mm_rst
,
...
...
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