Subversion Repositories pentevo

Rev

Rev 492 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 492 Rev 668
Line -... Line 1...
-
 
1
// ZX-Evo Base Configuration (c) NedoPC 2008,2009,2010,2011,2012,2013,2014
-
 
2
//
1
// counter-based 'fapch', based on pentagon design, with filter and adopted to
3
// counter-based 'PFD', based on pentagon design, with filter and adopted to
2
// 28mhz
4
// 28mhz
3
 
5
 
-
 
6
/*
-
 
7
    This file is part of ZX-Evo Base Configuration firmware.
-
 
8
 
-
 
9
    ZX-Evo Base Configuration firmware is free software:
-
 
10
    you can redistribute it and/or modify it under the terms of
-
 
11
    the GNU General Public License as published by
-
 
12
    the Free Software Foundation, either version 3 of the License, or
-
 
13
    (at your option) any later version.
-
 
14
 
-
 
15
    ZX-Evo Base Configuration firmware is distributed in the hope that
-
 
16
    it will be useful, but WITHOUT ANY WARRANTY; without even
-
 
17
    the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
 
18
    See the GNU General Public License for more details.
-
 
19
 
-
 
20
    You should have received a copy of the GNU General Public License
-
 
21
    along with ZX-Evo Base Configuration firmware.
-
 
22
    If not, see <http://www.gnu.org/licenses/>.
-
 
23
*/
-
 
24
 
4
 
25
 
5
module fapch_counter
26
module fapch_counter
6
(
27
(
7
        input  wire fclk,
28
        input  wire fclk,
8
 
29