Skip to content
Snippets Groups Projects
Commit 62e78999 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski Committed by Tomasz Wlostowski
Browse files

wishbone_pkg: proper type name for t_wishbone_slave_out

parent 8a729d5b
Branches
Tags
No related merge requests found
......@@ -34,7 +34,7 @@ package wishbone_pkg is
subtype t_wishbone_slave_in is t_wishbone_master_out;
type wishbone_slave_out is record
type t_wishbone_slave_out is record
ack : std_logic;
err : std_logic;
rty : std_logic;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment