Skip to content
Snippets Groups Projects
Commit 6258b8df authored by Tristan Gingold's avatar Tristan Gingold
Browse files

wishbone_pkg: remove useless dependency.

parent f9c55e8c
Branches
Tags
No related merge requests found
...@@ -28,9 +28,6 @@ library ieee; ...@@ -28,9 +28,6 @@ library ieee;
use ieee.std_logic_1164.all; use ieee.std_logic_1164.all;
use ieee.numeric_std.all; use ieee.numeric_std.all;
library work;
use work.genram_pkg.all;
package wishbone_pkg is package wishbone_pkg is
constant c_wishbone_address_width : integer := 32; constant c_wishbone_address_width : integer := 32;
......
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