fixed unconnected I/Os
This commit is contained in:
parent
209b483adb
commit
735fca0a10
@ -11,7 +11,7 @@ library gan_buffer;
|
||||
|
||||
entity ganimede_toplevel is
|
||||
generic (
|
||||
tech : integer
|
||||
tech : integer := 0
|
||||
);
|
||||
port (
|
||||
clk : in std_logic;
|
||||
@ -46,11 +46,12 @@ begin
|
||||
--- INTERNAL CONNECTIONS ---
|
||||
ip_to_socbridge_driver.fifo <= buffer_to_socbridge_driver;
|
||||
ip_to_socbridge_driver.flush <= ip_to_ganimede.socbridge.flush;
|
||||
ganimede_to_ip_reset <= rst or ip_to_ganimede.socbridge.flush;
|
||||
ganimede_to_ip.socbridge.used_slots <= 0;
|
||||
ip_to_socbridge_driver.read_fifo.data <= (others => '0');
|
||||
ip_to_socbridge_driver.read_fifo.valid <= '0';
|
||||
ip_to_socbridge_driver.read_fifo.ready <= '0';
|
||||
ganimede_to_ip.socbridge.used_slots <= 0;
|
||||
ganimede_to_ip_reset <= rst or ip_to_ganimede.socbridge.flush;
|
||||
|
||||
--- DRIVER INSTANTIATION ---
|
||||
socbridge_driver_inst: entity gan_socbridge.socbridge_driver
|
||||
generic map(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user