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

Subversion Repositories t6507lp

[/] [t6507lp/] [trunk/] [rtl/] [verilog/] [stubs.v] - Blame information for rev 258

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 252 creep
////////////////////////////////////////////////////////////////////////////
2
////                                                                    ////
3
//// T6507LP IP Core                                                    ////
4
////                                                                    ////
5
//// This file is part of the T6507LP project                           ////
6
//// http://www.opencores.org/cores/t6507lp/                            ////
7
////                                                                    ////
8
//// Description                                                        ////
9
//// 6507 stubs for the pad cells                                       ////
10
////                                                                    ////
11
//// TODO:                                                              ////
12
//// - Nothing                                                          ////
13
////                                                                    ////
14
//// Author(s):                                                         ////
15
//// - Gabriel Oshiro Zardo, gabrieloshiro@gmail.com                    ////
16
//// - Samuel Nascimento Pagliarini (creep), snpagliarini@gmail.com     ////
17
////                                                                    ////
18
////////////////////////////////////////////////////////////////////////////
19
////                                                                    ////
20
//// Copyright (C) 2001 Authors and OPENCORES.ORG                       ////
21
////                                                                    ////
22
//// This source file may be used and distributed without               ////
23
//// restriction provided that this copyright statement is not          ////
24
//// removed from the file and that any derivative work contains        ////
25
//// the original copyright notice and the associated disclaimer.       ////
26
////                                                                    ////
27
//// This source file is free software; you can redistribute it         ////
28
//// and/or modify it under the terms of the GNU Lesser General         ////
29
//// Public License as published by the Free Software Foundation;       ////
30
//// either version 2.1 of the License, or (at your option) any         ////
31
//// later version.                                                     ////
32
////                                                                    ////
33
//// This source is distributed in the hope that it will be             ////
34
//// useful, but WITHOUT ANY WARRANTY; without even the implied         ////
35
//// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR            ////
36
//// PURPOSE. See the GNU Lesser General Public License for more        ////
37
//// details.                                                           ////
38
////                                                                    ////
39
//// You should have received a copy of the GNU Lesser General          ////
40
//// Public License along with this source; if not, download it         ////
41
//// from http://www.opencores.org/lgpl.shtml                           ////
42
////                                                                    ////
43
////////////////////////////////////////////////////////////////////////////
44
 
45
`include "timescale.v"
46
 
47 255 creep
module ICP (PAD, PI, GND5O, GND5R, VDD5O, VDD5R, CLAMPC, PO, Y);
48
        input PAD;
49 252 creep
        input PI;
50 255 creep
        input GND5O;
51
        input GND5R;
52
        input VDD5O;
53
        input VDD5R;
54
        input CLAMPC;
55
        output PO;
56 252 creep
        output Y;
57
endmodule
58
 
59 255 creep
module BT4P (A, EN, GND5O, GND5R, VDD5O, VDD5R, CLAMPC, PAD);
60
        input A;
61
        input EN;
62
        input GND5O;
63
        input GND5R;
64
        input VDD5O;
65
        input VDD5R;
66
        input CLAMPC;
67
        output PAD;
68 252 creep
endmodule
69
 
70 255 creep
module CORNERCLMP (GND5O, GND5R, VDD5O, VDD5R, CLAMPC);
71
        input CLAMPC;
72
        input VDD5O;
73
        input VDD5R;
74
        input GND5O;
75
        input GND5R;
76
endmodule
77
 
78
module GND5ALLPADP (VDD5O, VDD5R, CLAMPC, GND);
79
        input CLAMPC;
80
        input VDD5O;
81
        input VDD5R;
82
        input GND;
83
endmodule
84
 
85
module VDD5ALLPADP (GND5O, GND5R, CLAMPC, VDD);
86
        input CLAMPC;
87
        input GND5O;
88
        input GND5R;
89
        input VDD;
90
endmodule
91
 
92 258 creep
/*module FILLERP_110 (GND5O, GND5R, VDD5O, VDD5R, CLAMPC);
93 255 creep
        input CLAMPC;
94
        input VDD5O;
95
        input VDD5R;
96
        input GND5O;
97
        input GND5R;
98
endmodule
99 258 creep
*/

powered by: WebSVN 2.1.0

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