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
f6d1d7ec
Commit
f6d1d7ec
authored
13 years ago
by
Tomasz Wlostowski
Committed by
Tomasz Wlostowski
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
wishbone_pkg: t_wishbone_device_descriptor should be a subtype
parent
62e78999
Branches
Branches containing commit
Tags
Tags containing commit
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/wishbone/wishbone_pkg.vhd
+1
-1
1 addition, 1 deletion
modules/wishbone/wishbone_pkg.vhd
with
1 addition
and
1 deletion
modules/wishbone/wishbone_pkg.vhd
+
1
−
1
View file @
f6d1d7ec
...
...
@@ -44,7 +44,7 @@ package wishbone_pkg is
end
record
t_wishbone_slave_out
;
subtype
t_wishbone_master_in
is
t_wishbone_slave_out
;
type
t_wishbone_device_descriptor
is
std_logic_vector
(
255
downto
0
);
sub
type
t_wishbone_device_descriptor
is
std_logic_vector
(
255
downto
0
);
component
xwb_spi
generic
(
...
...
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