fixed imports for socbridge
This commit is contained in:
parent
0747cbfdc9
commit
842d8b2305
@ -3,8 +3,8 @@ use IEEE.std_logic_1164.all;
|
||||
use IEEE.NUMERIC_STD.all;
|
||||
library ganimede;
|
||||
use ganimede.io_types.all;
|
||||
library socbridge;
|
||||
use socbridge.socbridge_driver_tb_pkg.all;
|
||||
library gan_socbridge;
|
||||
use gan_socbridge.socbridge_driver_tb_pkg.all;
|
||||
library controller;
|
||||
|
||||
entity ganimede_tb is
|
||||
|
||||
@ -4,10 +4,6 @@ maintainer = ""
|
||||
email = ""
|
||||
version = "0.0.1"
|
||||
|
||||
[libraries.socbridge]
|
||||
vhdl-version = "93c"
|
||||
path = "socbridge"
|
||||
|
||||
[libraries.ganimede]
|
||||
vhdl-version = "93c"
|
||||
path = "ganimede"
|
||||
@ -183,3 +179,7 @@ path = "grlib-com-nx-2024.4-b4295/lib/micron"
|
||||
[libraries.ahb2ahb]
|
||||
vhdl-version = "93c"
|
||||
path = "grlib-com-nx-2024.4-b4295/verification/ahb2ahb"
|
||||
|
||||
[libraries.gan_socbridge]
|
||||
vhdl-version = "93c"
|
||||
path = "socbridge"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user