URL
https://opencores.org/ocsvn/gecko3/gecko3/trunk
Subversion Repositories gecko3
[/] [gecko3/] [trunk/] [GECKO3COM/] [gecko3com-ip/] [core/] [USB_TMC.vhd] - Rev 12
Go to most recent revision | Compare with Previous | Blame | View Log
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; library work; use work.USB_TMC_IP_Defs.all; use work.USB_TMC_cmp.all; entity USB_TMC is port( i_nReset, i_SYSCLK : std_logic; ); end USB_TMC; architecture FSM of USB_TMC is begin end FSM;
Go to most recent revision | Compare with Previous | Blame | View Log