URL
https://opencores.org/ocsvn/gamepads/gamepads/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 36 |
Rev 37 |
Line 1... |
Line 1... |
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
--
|
--
|
-- SNESpad controller core
|
-- SNESpad controller core
|
--
|
--
|
-- $Id: snespad_ctrl.vhd,v 1.2 2005-07-03 21:36:00 arniml Exp $
|
-- $Id: snespad_ctrl.vhd,v 1.3 2005-09-15 17:28:17 arniml Exp $
|
--
|
--
|
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
|
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
|
--
|
--
|
-- All rights reserved
|
-- All rights reserved
|
--
|
--
|
Line 112... |
Line 112... |
severity failure;
|
severity failure;
|
-- pragma translate_on
|
-- pragma translate_on
|
|
|
|
|
seq: process (reset_i, clk_i)
|
seq: process (reset_i, clk_i)
|
variable clocks_per_6us_overflow_v : boolean;
|
|
begin
|
begin
|
if reset_i = reset_level_g then
|
if reset_i = reset_level_g then
|
pad_latch_q <= '1';
|
pad_latch_q <= '1';
|
pad_clk_q <= '1';
|
pad_clk_q <= '1';
|
|
|
Line 213... |
Line 212... |
|
|
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
-- File History:
|
-- File History:
|
--
|
--
|
-- $Log: not supported by cvs2svn $
|
-- $Log: not supported by cvs2svn $
|
|
-- Revision 1.2 2005/07/03 21:36:00 arniml
|
|
-- removed obsolete state CLOCK
|
|
--
|
-- Revision 1.1 2004/10/05 17:01:27 arniml
|
-- Revision 1.1 2004/10/05 17:01:27 arniml
|
-- initial check-in
|
-- initial check-in
|
--
|
--
|
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.