BUFGP.v
// $Header: /mnt/cvs/hdlmaker_lib/xc4000/v/BUFGP.v,v 1.1.1.1 2000/10/04 19:59:15 bjrosen Exp $
/*
FUNCTION    : BUFFER
*/
`timescale  100 ps / 10 ps
`celldefine
module BUFGP (O, I);
    parameter cds_action = "ignore";
    output O;
    input  I;
      buf B1 (O, I);
    specify
      (I *> O) = (1, 1);
    endspecify
endmodule
`endcelldefine
HDLMaker Generated Files
| BUFGP.job | 
Synopsys script file |