OpenCores
URL https://opencores.org/ocsvn/gecko3/gecko3/trunk

Subversion Repositories gecko3

[/] [gecko3/] [trunk/] [GECKO3COM/] [gecko3com-ip/] [core/] [gpif_com.vhd] - Diff between revs 18 and 19

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 18 Rev 19
Line 263... Line 263...
    else
    else
      b_gpif_bus <= (others => 'Z');
      b_gpif_bus <= (others => 'Z');
    end if;
    end if;
  end process bus_access;
  end process bus_access;
 
 
 
  -- buffer the gpif bus input signals to avoid that the last word in the
 
  -- usb to xilinx transfer is read twice.
 
  buf_input : process (i_IFCLK)
 
  begin
 
    if rising_edge(i_IFCLK) then
  s_dbus_in <= b_gpif_bus;
  s_dbus_in <= b_gpif_bus;
 
    end if;
 
  end process buf_input;
 
 
 
 
end structure;
end structure;
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.