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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
edfb2091
Commit
edfb2091
authored
Jun 4, 2021
by
Daniel van der Schuur
Browse files
Options
Downloads
Patches
Plain Diff
-renamed constant.
parent
6fe4813b
No related branches found
No related tags found
1 merge request
!101
Merged sub-branch L2SDP-151 into L2SDP-143 (st_histogram rework)
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/dsp/st/src/vhdl/st_histogram.vhd
+2
-2
2 additions, 2 deletions
libraries/dsp/st/src/vhdl/st_histogram.vhd
with
2 additions
and
2 deletions
libraries/dsp/st/src/vhdl/st_histogram.vhd
+
2
−
2
View file @
edfb2091
...
@@ -156,7 +156,7 @@ ARCHITECTURE rtl OF st_histogram IS
...
@@ -156,7 +156,7 @@ ARCHITECTURE rtl OF st_histogram IS
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- 2x RAM (common_ram_r_w) instances
-- 2x RAM (common_ram_r_w) instances
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
CONSTANT
c_nof_
common_ram_r_w
:
NATURAL
:
=
2
;
CONSTANT
c_nof_
ram_pages
:
NATURAL
:
=
2
;
CONSTANT
c_ram
:
t_c_mem
:
=
(
latency
=>
1
,
CONSTANT
c_ram
:
t_c_mem
:
=
(
latency
=>
1
,
adr_w
=>
c_ram_adr_w
,
adr_w
=>
c_ram_adr_w
,
...
@@ -351,7 +351,7 @@ BEGIN
...
@@ -351,7 +351,7 @@ BEGIN
bin_arbiter_rd_miso
<=
common_ram_r_w_rd_miso_arr
(
0
)
WHEN
prv_bin_arbiter_rd_ram_pointer
=
'0'
ELSE
common_ram_r_w_rd_miso_arr
(
1
);
bin_arbiter_rd_miso
<=
common_ram_r_w_rd_miso_arr
(
0
)
WHEN
prv_bin_arbiter_rd_ram_pointer
=
'0'
ELSE
common_ram_r_w_rd_miso_arr
(
1
);
histogram_rd_miso
<=
common_ram_r_w_rd_miso_arr
(
1
)
WHEN
prv_bin_arbiter_rd_ram_pointer
=
'0'
ELSE
common_ram_r_w_rd_miso_arr
(
0
);
histogram_rd_miso
<=
common_ram_r_w_rd_miso_arr
(
1
)
WHEN
prv_bin_arbiter_rd_ram_pointer
=
'0'
ELSE
common_ram_r_w_rd_miso_arr
(
0
);
gen_common_ram_r_w
:
FOR
i
IN
0
TO
c_nof_
common_ram_r_w
-1
GENERATE
gen_common_ram_r_w
:
FOR
i
IN
0
TO
c_nof_
ram_pages
-1
GENERATE
u_common_ram_r_w
:
ENTITY
common_lib
.
common_ram_r_w
u_common_ram_r_w
:
ENTITY
common_lib
.
common_ram_r_w
GENERIC
MAP
(
GENERIC
MAP
(
g_technology
=>
c_tech_select_default
,
g_technology
=>
c_tech_select_default
,
...
...
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