Blame view

hw/flif/xilinx/STARTUP_SPARTAN2.v 346 Bytes
root committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
// $Header: /root/leakn64/depot/rf/hw/flif/xilinx/STARTUP_SPARTAN2.v,v 1.1 2003/08/20 23:46:57 berndt Exp $
/*

FUNCTION	: Special Function Cell, STARTUP_SPARTAN2

*/

`timescale  100 ps / 10 ps


module STARTUP_SPARTAN2 (CLK, GSR, GTS);

    input  CLK, GSR, GTS;

    tri0 GSR, GTS;

	assign glbl.GSR = GSR;
	assign glbl.GTS = GTS;

endmodule