PULLUP.v 252 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 // $Header: /root/leakn64/depot/rf/hw/flif/xilinx/PULLUP.v,v 1.1 2003/08/20 23:46:55 berndt Exp $ /* FUNCTION : pullup cell */ `timescale 100 ps / 10 ps module PULLUP (O); output O; pullup (A); buf (weak0,weak1) #(1,1) (O,A); endmodule