Skip to content
GitLab
Explore
Sign in
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
0887d94f
Commit
0887d94f
authored
3 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Corrected compile errors.
parent
adc0450e
No related branches found
Branches containing commit
No related tags found
1 merge request
!219
No functional change. Use short index variables names in capitals, to ease...
Pipeline
#26260
passed
3 years ago
Stage: simulation
Stage: synthesis
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/designs/lofar2_unb2c_sdp_station/revisions/lofar2_unb2c_sdp_station_bf/tb_tb_lofar2_unb2c_sdp_station_bf.vhd
+1
-2
1 addition, 2 deletions
...nb2c_sdp_station_bf/tb_tb_lofar2_unb2c_sdp_station_bf.vhd
with
1 addition
and
2 deletions
applications/lofar2/designs/lofar2_unb2c_sdp_station/revisions/lofar2_unb2c_sdp_station_bf/tb_tb_lofar2_unb2c_sdp_station_bf.vhd
+
1
−
2
View file @
0887d94f
...
...
@@ -28,7 +28,6 @@
LIBRARY
IEEE
;
USE
IEEE
.
std_logic_1164
.
ALL
;
USE
work
.
tb_dp_pkg
.
ALL
;
ENTITY
tb_tb_lofar2_unb2c_sdp_station_bf
IS
...
...
@@ -44,7 +43,7 @@ BEGIN
u_bf
:
ENTITY
work
.
tb_lofar2_unb2c_sdp_station_bf
GENERIC
MAP
(
g_sp
=>
3
,
-- WG signal path (SP) index in range(S_pn = 12)
g_sp_ampl
=>
0
.
5
-- WG normalized amplitude
g_sp_ampl
=>
0
.
5
,
-- WG normalized amplitude
g_sp_phase
=>
-110
.
0
,
-- WG phase in degrees = subband phase
g_sp_remnant_ampl
=>
0
.
1
,
-- WG normalized amplitude for remnant sp
g_sp_remnant_phase
=>
15
.
0
,
-- WG phase in degrees for remnant sp
...
...
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