// manually removed the following lines - jfe 08/08/11 | |
// `suppress_faults | |
// `enable_portfaults | |
// `disable_portfaults | |
// `nosuppress_faults | |
`celldefine | |
module scs8lp_diode_0 ( | |
input DIODE | |
`ifdef SC_USE_PG_PIN | |
, input vpwr | |
, input vgnd | |
, input vpb | |
, input vnb | |
`endif | |
); | |
`ifdef functional | |
`else | |
`ifdef SC_USE_PG_PIN | |
`else | |
supply1 vpwr; | |
supply0 vgnd; | |
supply1 vpb; | |
supply0 vnb; | |
`endif | |
`endif | |
endmodule | |
`endcelldefine |