STARTUP_SPARTAN2.v
347 Bytes
// $Header: /root/leakn64/depot/rf/hw/debug/xilinx/STARTUP_SPARTAN2.v,v 1.1 2003/04/01 21:47:36 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