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
276b32fd
Commit
276b32fd
authored
4 years ago
by
Pieter Donker
Browse files
Options
Downloads
Patches
Plain Diff
add tb_tb_ for dp_bsn_source_v2
parent
19a7f5c8
No related branches found
No related tags found
3 merge requests
!100
Removed text for XSub that is now written in Confluence Subband correlator...
,
!54
Resolve L2SDP-49
,
!49
WIP: Resolve L2SDP-49
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/tb/vhdl/tb_tb_dp_bsn_source_v2.vhd
+45
-0
45 additions, 0 deletions
libraries/base/dp/tb/vhdl/tb_tb_dp_bsn_source_v2.vhd
with
45 additions
and
0 deletions
libraries/base/dp/tb/vhdl/tb_tb_dp_bsn_source_v2.vhd
0 → 100644
+
45
−
0
View file @
276b32fd
-------------------------------------------------------------------------------
--
-- Copyright (C) 2010
-- ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-- JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>
-- P.O.Box 2, 7990 AA Dwingeloo, The Netherlands
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
--
-------------------------------------------------------------------------------
LIBRARY
IEEE
;
USE
IEEE
.
std_logic_1164
.
ALL
;
USE
work
.
tb_dp_pkg
.
ALL
;
-- > as 2
-- > run -all --> OK
ENTITY
tb_tb_dp_bsn_source_v2
IS
END
tb_tb_dp_bsn_source_v2
;
ARCHITECTURE
tb
OF
tb_tb_dp_bsn_source_v2
IS
SIGNAL
tb_end
:
STD_LOGIC
:
=
'0'
;
-- declare tb_end to avoid 'No objects found' error on 'when -label tb_end'
BEGIN
-- (clk_per_sync)
u0_230
:
ENTITY
work
.
tb_dp_bsn_source_v2
GENERIC
MAP
(
230
);
u0_240
:
ENTITY
work
.
tb_dp_bsn_source_v2
GENERIC
MAP
(
240
);
u0_248
:
ENTITY
work
.
tb_dp_bsn_source_v2
GENERIC
MAP
(
248
);
END
tb
;
\ No newline at end of file
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