CAPTURE_VIRTEX.v 261 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 // $Header: /root/leakn64/depot/rf/hw/flif/xilinx/CAPTURE_VIRTEX.v,v 1.1 2003/08/20 23:46:45 berndt Exp $ /* FUNCTION : Special Function Cell, CAPTURE_VIRTEX */ `timescale 100 ps / 10 ps module CAPTURE_VIRTEX (CAP, CLK); input CAP, CLK; endmodule