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
932439ae
Commit
932439ae
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into
L2SDP-791
parents
274572b2
1c16ff21
No related branches found
No related tags found
1 merge request
!270
Resolve L2SDP-791
Pipeline
#34209
passed
2 years ago
Stage: simulation
Stage: synthesis
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/tb/vhdl/tb_mms_dp_gain_serial_arr.vhd
+1
-1
1 addition, 1 deletion
libraries/base/dp/tb/vhdl/tb_mms_dp_gain_serial_arr.vhd
with
1 addition
and
1 deletion
libraries/base/dp/tb/vhdl/tb_mms_dp_gain_serial_arr.vhd
+
1
−
1
View file @
932439ae
...
@@ -57,7 +57,7 @@ ARCHITECTURE tb OF tb_mms_dp_gain_serial_arr IS
...
@@ -57,7 +57,7 @@ ARCHITECTURE tb OF tb_mms_dp_gain_serial_arr IS
CONSTANT
c_mm_clk_period
:
TIME
:
=
20
ns
;
CONSTANT
c_mm_clk_period
:
TIME
:
=
20
ns
;
CONSTANT
c_dp_clk_period
:
TIME
:
=
10
ns
;
CONSTANT
c_dp_clk_period
:
TIME
:
=
10
ns
;
CONSTANT
c_cross_clock_domain_latency
:
NATURAL
:
=
20
;
CONSTANT
c_cross_clock_domain_latency
:
NATURAL
:
=
20
;
CONSTANT
c_dut_latency
:
NATURAL
:
=
5
;
-- = 3 for the real or complex multiplier +
2
for the RAM read latency
CONSTANT
c_dut_latency
:
NATURAL
:
=
4
;
-- = 3 for the real or complex multiplier +
1
for the RAM read latency
CONSTANT
c_real_multiply
:
BOOLEAN
:
=
g_complex_data
=
FALSE
AND
g_complex_gain
=
FALSE
;
CONSTANT
c_real_multiply
:
BOOLEAN
:
=
g_complex_data
=
FALSE
AND
g_complex_gain
=
FALSE
;
CONSTANT
c_nof_gains_w
:
NATURAL
:
=
ceil_log2
(
g_nof_gains
);
CONSTANT
c_nof_gains_w
:
NATURAL
:
=
ceil_log2
(
g_nof_gains
);
...
...
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