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
e27ebde3
Commit
e27ebde3
authored
10 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Corrected package name.
parent
b26307c4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/technology/tse/tb_tech_tse_pkg.vhd
+5
-5
5 additions, 5 deletions
libraries/technology/tse/tb_tech_tse_pkg.vhd
with
5 additions
and
5 deletions
libraries/technology/tse/tb_tech_tse_pkg.vhd
+
5
−
5
View file @
e27ebde3
...
...
@@ -29,10 +29,10 @@ USE common_lib.tb_common_mem_pkg.ALL;
USE
dp_lib
.
dp_stream_pkg
.
ALL
;
USE
dp_lib
.
tb_dp_pkg
.
ALL
;
USE
common_lib
.
eth_layers_pkg
.
ALL
;
USE
WORK
.
tse_pkg
.
ALL
;
USE
WORK
.
tech_
tse_pkg
.
ALL
;
PACKAGE
tb_tse_pkg
IS
PACKAGE
tb_
tech_
tse_pkg
IS
-- Test bench supported packet data types
CONSTANT
c_tb_tse_data_type_symbols
:
NATURAL
:
=
0
;
...
...
@@ -71,10 +71,10 @@ PACKAGE tb_tse_pkg IS
SIGNAL
ff_snk_in
:
IN
t_dp_sosi
;
SIGNAL
ff_snk_out
:
OUT
t_dp_siso
);
END
tb_tse_pkg
;
END
tb_
tech_
tse_pkg
;
PACKAGE
BODY
tb_tse_pkg
IS
PACKAGE
BODY
tb_
tech_
tse_pkg
IS
-- LOCAL ITEMS ---------------------------------------------------------------
CONSTANT
c_nof_eth_beats
:
NATURAL
:
=
c_eth_nof_words
;
-- nof words in eth part of the header
...
...
@@ -436,4 +436,4 @@ PACKAGE BODY tb_tse_pkg IS
-- No verify on CRC32 word
END
proc_tse_rx_packet
;
END
tb_tse_pkg
;
END
tb_
tech_
tse_pkg
;
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