TDCLHLRE.v
363 Bytes
// VERSION:4.00 DATE:2001/05/14 OPENCAD Verilog LIBRARY
`timescale 1ps / 1ps
`celldefine
`ifdef verifault
`suppress_faults
`enable_portfaults
`endif
module TDCLHLRE ( N01, N02 );
output N01;
output N02;
buf ( N01, 1'b1 );
buf ( N02, 1'b0 );
endmodule
`ifdef verifault
`nosuppress_faults
`disable_portfaults
`endif
`endcelldefine