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

Subversion Repositories gamepads

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /gamepads/trunk/snespad
    from Rev 38 to Rev 41
    Reverse comparison

Rev 38 → Rev 41

/bench/vhdl/tb-c.vhd
5,7 → 5,7
--
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
--
-- $Id: tb-c.vhd,v 1.1 2004-10-05 17:05:31 arniml Exp $
-- $Id$
--
-------------------------------------------------------------------------------
 
bench/vhdl/tb-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: bench/vhdl/tb.vhd =================================================================== --- bench/vhdl/tb.vhd (revision 38) +++ bench/vhdl/tb.vhd (revision 41) @@ -3,7 +3,7 @@ -- Testbench for the -- SNESpad controller core -- --- $Id: tb.vhd,v 1.2 2004-10-05 18:19:08 arniml Exp $ +-- $Id$ -- -- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org) -- @@ -213,13 +213,3 @@ end process reset; end behav; - - -------------------------------------------------------------------------------- --- File History: --- --- $Log: not supported by cvs2svn $ --- Revision 1.1 2004/10/05 17:05:31 arniml --- initial check-in --- --------------------------------------------------------------------------------
bench/vhdl/tb.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: rtl/vhdl/snespad_ctrl-c.vhd =================================================================== --- rtl/vhdl/snespad_ctrl-c.vhd (revision 38) +++ rtl/vhdl/snespad_ctrl-c.vhd (revision 41) @@ -4,7 +4,7 @@ -- -- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org) -- --- $Id: snespad_ctrl-c.vhd,v 1.1 2004-10-05 17:01:27 arniml Exp $ +-- $Id$ -- -------------------------------------------------------------------------------
rtl/vhdl/snespad_ctrl-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: rtl/vhdl/snespad_ctrl.vhd =================================================================== --- rtl/vhdl/snespad_ctrl.vhd (revision 38) +++ rtl/vhdl/snespad_ctrl.vhd (revision 41) @@ -2,7 +2,7 @@ -- -- SNESpad controller core -- --- $Id: snespad_ctrl.vhd,v 1.3 2005-09-15 17:28:17 arniml Exp $ +-- $Id$ -- -- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org) -- @@ -208,16 +208,3 @@ pad_latch_o <= pad_latch_q; end rtl; - - -------------------------------------------------------------------------------- --- File History: --- --- $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 --- initial check-in --- --------------------------------------------------------------------------------
rtl/vhdl/snespad_ctrl.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: rtl/vhdl/snespad_pad-c.vhd =================================================================== --- rtl/vhdl/snespad_pad-c.vhd (revision 38) +++ rtl/vhdl/snespad_pad-c.vhd (revision 41) @@ -4,7 +4,7 @@ -- -- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org) -- --- $Id: snespad_pad-c.vhd,v 1.1 2004-10-05 17:01:27 arniml Exp $ +-- $Id$ -- -------------------------------------------------------------------------------
rtl/vhdl/snespad_pad-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: rtl/vhdl/snespad_pad.vhd =================================================================== --- rtl/vhdl/snespad_pad.vhd (revision 38) +++ rtl/vhdl/snespad_pad.vhd (revision 41) @@ -2,7 +2,7 @@ -- -- SNESpad controller core -- --- $Id: snespad_pad.vhd,v 1.2 2005-09-15 17:28:02 arniml Exp $ +-- $Id$ -- -- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org) -- @@ -144,13 +144,3 @@ but_right_o <= buttons_q(but_pos_right_c); end rtl; - - -------------------------------------------------------------------------------- --- File History: --- --- $Log: not supported by cvs2svn $ --- Revision 1.1 2004/10/05 17:01:27 arniml --- initial check-in --- --------------------------------------------------------------------------------
rtl/vhdl/snespad_pad.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: rtl/vhdl/snespad_comp-pack.vhd =================================================================== --- rtl/vhdl/snespad_comp-pack.vhd (revision 38) +++ rtl/vhdl/snespad_comp-pack.vhd (revision 41) @@ -4,7 +4,7 @@ -- -- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org) -- --- $Id: snespad_comp-pack.vhd,v 1.1 2004-10-05 18:20:14 arniml Exp $ +-- $Id$ -- -------------------------------------------------------------------------------
rtl/vhdl/snespad_comp-pack.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: rtl/vhdl/snespad_pack-p.vhd =================================================================== --- rtl/vhdl/snespad_pack-p.vhd (revision 38) +++ rtl/vhdl/snespad_pack-p.vhd (revision 41) @@ -4,7 +4,7 @@ -- -- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org) -- --- $Id: snespad_pack-p.vhd,v 1.1 2004-10-05 17:01:27 arniml Exp $ +-- $Id$ -- -------------------------------------------------------------------------------
rtl/vhdl/snespad_pack-p.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: rtl/vhdl/snespad-c.vhd =================================================================== --- rtl/vhdl/snespad-c.vhd (revision 38) +++ rtl/vhdl/snespad-c.vhd (revision 41) @@ -4,7 +4,7 @@ -- -- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org) -- --- $Id: snespad-c.vhd,v 1.1 2004-10-05 17:01:27 arniml Exp $ +-- $Id$ -- -------------------------------------------------------------------------------
rtl/vhdl/snespad-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: rtl/vhdl/snespad.vhd =================================================================== --- rtl/vhdl/snespad.vhd (revision 38) +++ rtl/vhdl/snespad.vhd (revision 41) @@ -2,7 +2,7 @@ -- -- SNESpad controller core -- --- $Id: snespad.vhd,v 1.2 2004-10-05 18:22:40 arniml Exp $ +-- $Id$ -- -- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org) -- @@ -184,13 +184,3 @@ end generate; end struct; - - -------------------------------------------------------------------------------- --- File History: --- --- $Log: not supported by cvs2svn $ --- Revision 1.1 2004/10/05 17:01:27 arniml --- initial check-in --- --------------------------------------------------------------------------------
rtl/vhdl/snespad.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: COMPILE_LIST =================================================================== --- COMPILE_LIST (revision 38) +++ COMPILE_LIST (revision 41) @@ -1,7 +1,7 @@ Compile list for the SNESpad core ================================= -Version: $Date: 2004-10-06 16:43:55 $ +Version: $Id$ rtl/vhdl/snespad_comp-pack.vhd rtl/vhdl/snespad_pack-p.vhd
COMPILE_LIST Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: sim/rtl_sim/Makefile =================================================================== --- sim/rtl_sim/Makefile (revision 38) +++ sim/rtl_sim/Makefile (revision 41) @@ -2,7 +2,7 @@ # # Tool-specific Makefile for the GHDL compiler. # -# $Id: Makefile,v 1.2 2004-10-05 18:18:23 arniml Exp $ +# $Id$ # # Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org) #
sim/rtl_sim/Makefile Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: README =================================================================== --- README (revision 38) +++ README (revision 41) @@ -1,7 +1,7 @@ README for the SNESpad core =========================== -Version: $Date: 2004-10-06 16:42:15 $ +Version: $Id$ Description
README Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property

powered by: WebSVN 2.1.0

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