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;
|
use IEEE.NUMERIC_STD.all;
|
||||||
library ganimede;
|
library ganimede;
|
||||||
use ganimede.io_types.all;
|
use ganimede.io_types.all;
|
||||||
library socbridge;
|
library gan_socbridge;
|
||||||
use socbridge.socbridge_driver_tb_pkg.all;
|
use gan_socbridge.socbridge_driver_tb_pkg.all;
|
||||||
library controller;
|
library controller;
|
||||||
|
|
||||||
entity ganimede_tb is
|
entity ganimede_tb is
|
||||||
|
|||||||
@ -4,10 +4,6 @@ maintainer = ""
|
|||||||
email = ""
|
email = ""
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
|
|
||||||
[libraries.socbridge]
|
|
||||||
vhdl-version = "93c"
|
|
||||||
path = "socbridge"
|
|
||||||
|
|
||||||
[libraries.ganimede]
|
[libraries.ganimede]
|
||||||
vhdl-version = "93c"
|
vhdl-version = "93c"
|
||||||
path = "ganimede"
|
path = "ganimede"
|
||||||
@ -183,3 +179,7 @@ path = "grlib-com-nx-2024.4-b4295/lib/micron"
|
|||||||
[libraries.ahb2ahb]
|
[libraries.ahb2ahb]
|
||||||
vhdl-version = "93c"
|
vhdl-version = "93c"
|
||||||
path = "grlib-com-nx-2024.4-b4295/verification/ahb2ahb"
|
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