Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Platform-independent core collection
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Platform-independent core collection
Commits
96569352
Commit
96569352
authored
6 years ago
by
Dimitris Lampridis
Browse files
Options
Downloads
Patches
Plain Diff
wb_pkg: declare arrays for data64 wishbone records
parent
e74837e6
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/wishbone/wishbone_pkg.vhd
+5
-0
5 additions, 0 deletions
modules/wishbone/wishbone_pkg.vhd
with
5 additions
and
0 deletions
modules/wishbone/wishbone_pkg.vhd
+
5
−
0
View file @
96569352
...
...
@@ -98,6 +98,11 @@ package wishbone_pkg is
subtype
t_wishbone_master_data64_in
is
t_wishbone_slave_data64_out
;
type
t_wishbone_master_data64_out_array
is
array
(
natural
range
<>
)
of
t_wishbone_master_data64_out
;
subtype
t_wishbone_slave_data64_in_array
is
t_wishbone_master_data64_out_array
;
type
t_wishbone_slave_data64_out_array
is
array
(
natural
range
<>
)
of
t_wishbone_slave_data64_out
;
subtype
t_wishbone_master_data64_in_array
is
t_wishbone_slave_data64_out_array
;
subtype
t_wishbone_device_descriptor
is
std_logic_vector
(
255
downto
0
);
type
t_wishbone_byte_select_array
is
array
(
natural
range
<>
)
of
t_wishbone_byte_select
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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