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
d929288e
Commit
d929288e
authored
4 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Added c_complex_mult_variant to also support input data that is wider than 18b.
parent
2c454bc6
Branches
Branches containing commit
No related tags found
2 merge requests
!100
Removed text for XSub that is now written in Confluence Subband correlator...
,
!68
Resolve L2SDP-162
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/dsp/st/src/vhdl/st_calc.vhd
+3
-1
3 additions, 1 deletion
libraries/dsp/st/src/vhdl/st_calc.vhd
with
3 additions
and
1 deletion
libraries/dsp/st/src/vhdl/st_calc.vhd
+
3
−
1
View file @
d929288e
...
...
@@ -82,6 +82,8 @@ END;
ARCHITECTURE
str
OF
st_calc
IS
CONSTANT
c_complex_mult_variant
:
STRING
:
=
sel_a_b
(
g_in_dat_w
<=
c_dsp_mult_w
,
"IP"
,
"RTL"
);
CONSTANT
c_mux_w
:
NATURAL
:
=
true_log2
(
g_nof_mux
);
CONSTANT
c_adr_w
:
NATURAL
:
=
c_mux_w
+
g_out_adr_w
;
-- = = ceil_log2(g_nof_mux*g_nof_stat)
...
...
@@ -193,7 +195,7 @@ BEGIN
mul
:
ENTITY
common_mult_lib
.
common_complex_mult
GENERIC
MAP
(
g_technology
=>
g_technology
,
g_variant
=>
"IP"
,
g_variant
=>
c_complex_mult_variant
,
g_in_a_w
=>
in_ar
'LENGTH
,
g_in_b_w
=>
in_br
'LENGTH
,
g_out_p_w
=>
mult_re
'LENGTH
,
...
...
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