|
Message
From: cvs at opencores.org<cvs@o...>
Date: Thu Nov 30 15:32:00 CET 2006
Subject: [cvs-checkins] MODIFIED: t48 ...
Date: 00/06/11 30:15:32 Modified: t48/rtl/vhdl timer.vhd Log: reset counter_q Revision Changes Path 1.7 t48/rtl/vhdl/timer.vhd http://www.opencores.org/cvsweb.shtml/t48/rtl/vhdl/timer.vhd.diff?r1=1.6&r2=1.7 (In the diff below, changes in quantity of whitespace are not shown.) Index: timer.vhd =================================================================== RCS file: /cvsroot/arniml/t48/rtl/vhdl/timer.vhd,v retrieving revision 1.6 retrieving revision 1.7 diff -u -b -r1.6 -r1.7 --- timer.vhd 11 Jun 2005 10:08:43 -0000 1.6 +++ timer.vhd 30 Nov 2006 14:31:59 -0000 1.7 @@ -2,7 +2,7 @@ -- -- The Timer/Counter unit. -- --- $Id: timer.vhd,v 1.6 2005/06/11 10:08:43 arniml Exp $ +-- $Id: timer.vhd,v 1.7 2006/11/30 14:31:59 arniml Exp $ -- -- Copyright (c) 2004, Arnim Laeuger (arniml@o...) -- @@ -188,6 +188,7 @@ t1_q <= '0'; prescaler_q <= (others => '0'); inc_sel_q <= NONE; + counter_q <= (others => '0'); elsif clk_i'event and clk_i = clk_active_c then if en_clk_i then @@ -255,6 +256,9 @@ -- File History: -- -- $Log: timer.vhd,v $ +-- Revision 1.7 2006/11/30 14:31:59 arniml +-- reset counter_q +-- -- Revision 1.6 2005/06/11 10:08:43 arniml -- introduce prefix 't48_' for all packages, entities and configurations --
|
 |