OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable/] [mp3/] [lib/] [xilinx/] [unisims/] [STARTUP_VIRTEX.v] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 266 lampret
// $Header: /home/marcus/revision_ctrl_test/oc_cvs/cvs/or1k/mp3/lib/xilinx/unisims/STARTUP_VIRTEX.v,v 1.1.1.1 2001-11-04 19:00:00 lampret Exp $
2
/*
3
 
4
FUNCTION        : Special Function Cell, STARTUP_VIRTEX
5
 
6
*/
7
 
8
`timescale  100 ps / 10 ps
9
 
10
`celldefine
11
 
12
module STARTUP_VIRTEX (CLK, GSR, GTS);
13
 
14
    parameter cds_action = "ignore";
15
 
16
    input  CLK, GSR, GTS;
17
 
18
    tri0 GSR, GTS;
19
 
20
        assign glbl.GSR = GSR;
21
        assign glbl.GTS = GTS;
22
 
23
endmodule
24
 
25
`endcelldefine

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.