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
8aaba850
Commit
8aaba850
authored
1 year ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Rename reorder_col instances.
parent
735d4eda
No related branches found
Branches containing commit
No related tags found
1 merge request
!339
Resolve L2SDP-959
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/reorder/src/vhdl/reorder_col_wide.vhd
+3
-4
3 additions, 4 deletions
libraries/base/reorder/src/vhdl/reorder_col_wide.vhd
with
3 additions
and
4 deletions
libraries/base/reorder/src/vhdl/reorder_col_wide.vhd
+
3
−
4
View file @
8aaba850
...
...
@@ -27,7 +27,6 @@
-- It assumes that the g_nof_ch_in input channels are equally
-- distributed over the g_wb_factor input streams.
--
--
-- Remarks:
--
...
...
@@ -43,7 +42,7 @@ entity reorder_col_wide is
generic
(
g_technology
:
natural
:
=
c_tech_select_default
;
g_wb_factor
:
natural
:
=
4
;
g_dsp_data_w
:
natural
:
=
18
;
g_dsp_data_w
:
natural
:
=
18
;
-- complex data width, = c_data_w / 2
g_nof_ch_in
:
natural
:
=
256
;
g_nof_ch_sel
:
natural
:
=
192
;
-- g_nof_ch_sel < g_nof_ch_in
g_select_file_prefix
:
string
:
=
"UNUSED"
;
...
...
@@ -99,8 +98,8 @@ begin
---------------------------------------------------------------
-- INSTANTIATE MULTIPLE SINGLE CHANNEL SUBBAND SELECT UNITS
---------------------------------------------------------------
gen_
ss_singles
:
for
I
in
0
to
g_wb_factor
-
1
generate
u_
single_ss
:
entity
work
.
reorder_col
gen_
reorder_col_arr
:
for
I
in
0
to
g_wb_factor
-
1
generate
u_
reorder_col
:
entity
work
.
reorder_col
generic
map
(
g_technology
=>
g_technology
,
g_dsp_data_w
=>
g_dsp_data_w
,
...
...
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