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
6b4df340
Commit
6b4df340
authored
1 year ago
by
David Brouwer
Browse files
Options
Downloads
Patches
Plain Diff
RTSD-209
: Fix missing part "_dev" in entity and architecture names due to simulation error.
parent
cc87dfd2
No related branches found
Branches containing commit
No related tags found
1 merge request
!370
RTSD-229: Verify the wpfb for iwave agilex7 through synthesis in Quartus
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/diag/tb/vhdl/tb_diag_data_buffer_dev.vhd
+4
-4
4 additions, 4 deletions
libraries/base/diag/tb/vhdl/tb_diag_data_buffer_dev.vhd
with
4 additions
and
4 deletions
libraries/base/diag/tb/vhdl/tb_diag_data_buffer_dev.vhd
+
4
−
4
View file @
6b4df340
...
...
@@ -50,15 +50,15 @@ use mm_lib.mm_file_pkg.all;
use
dp_lib
.
dp_stream_pkg
.
all
;
use
work
.
diag_pkg
.
all
;
entity
tb_diag_data_buffer
is
entity
tb_diag_data_buffer
_dev
is
generic
(
g_nof_streams
:
positive
:
=
2
;
-- = 16
g_nof_data
:
positive
:
=
128
;
g_data_w
:
positive
:
=
16
-- = 16
);
end
tb_diag_data_buffer
;
end
tb_diag_data_buffer
_dev
;
architecture
tb
of
tb_diag_data_buffer
is
architecture
tb
of
tb_diag_data_buffer
_dev
is
constant
c_sim
:
boolean
:
=
true
;
----------------------------------------------------------------------------
...
...
@@ -257,7 +257,7 @@ begin
----------------------------------------------------------------------------
-- DUT: Device Under Test
----------------------------------------------------------------------------
u_dut
:
entity
work
.
mms_diag_data_buffer
u_dut
:
entity
work
.
mms_diag_data_buffer
_dev
generic
map
(
g_nof_streams
=>
c_db_nof_streams
,
g_data_type
=>
c_db_data_type_re
,
...
...
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