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

Subversion Repositories t6507lp

[/] [t6507lp/] [trunk/] [rtl/] [verilog/] [stubs.v] - Diff between revs 252 and 255

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 252 Rev 255
Line 42... Line 42...
////                                                                    ////
////                                                                    ////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
 
 
`include "timescale.v"
`include "timescale.v"
 
 
module ICP (PI, PO, PAD, Y);
module ICP (PAD, PI, GND5O, GND5R, VDD5O, VDD5R, CLAMPC, PO, Y);
        input PAD;
        input PAD;
        input PI;
        input PI;
        output Y;
        input GND5O;
 
        input GND5R;
 
        input VDD5O;
 
        input VDD5R;
 
        input CLAMPC;
        output PO;
        output PO;
 
        output Y;
endmodule
endmodule
 
 
module BBT16P (EN, PAD, A);
module BT4P (A, EN, GND5O, GND5R, VDD5O, VDD5R, CLAMPC, PAD);
        input   A;
        input   A;
        input   EN;
        input   EN;
 
        input GND5O;
 
        input GND5R;
 
        input VDD5O;
 
        input VDD5R;
 
        input CLAMPC;
        output  PAD;
        output  PAD;
endmodule
endmodule
 
 
 
module CORNERCLMP (GND5O, GND5R, VDD5O, VDD5R, CLAMPC);
 
        input CLAMPC;
 
        input VDD5O;
 
        input VDD5R;
 
        input GND5O;
 
        input GND5R;
 
endmodule
 
 
 
module GND5ALLPADP (VDD5O, VDD5R, CLAMPC, GND);
 
        input CLAMPC;
 
        input VDD5O;
 
        input VDD5R;
 
        input GND;
 
endmodule
 
 
 
module VDD5ALLPADP (GND5O, GND5R, CLAMPC, VDD);
 
        input CLAMPC;
 
        input GND5O;
 
        input GND5R;
 
        input VDD;
 
endmodule
 
 
 
module FILLERP_110 (GND5O, GND5R, VDD5O, VDD5R, CLAMPC);
 
        input CLAMPC;
 
        input VDD5O;
 
        input VDD5R;
 
        input GND5O;
 
        input GND5R;
 
endmodule
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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