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

wishbone_pkg: t_wishbone_device_descriptor should be a subtype

parent 62e78999
Branches
Tags
......@@ -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);
subtype t_wishbone_device_descriptor is std_logic_vector(255 downto 0);
component xwb_spi
generic (
......
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