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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [mp3/] [lib/] [xilinx/] [unisims/] [STARTUP.v] - Blame information for rev 1767

Go to most recent revision | 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.v,v 1.1.1.1 2001-11-04 19:00:00 lampret Exp $
2
/*
3
 
4
FUNCTION        : Special Function Cell, STARTUP
5
 
6
*/
7
 
8
`timescale  100 ps / 10 ps
9
 
10
`celldefine
11
 
12
module STARTUP (DONEIN, Q1Q4, Q2, Q3, CLK, GSR, GTS);
13
 
14
    parameter cds_action = "ignore";
15
 
16
    output DONEIN, Q1Q4, Q2, Q3;
17
 
18
    input  CLK, GSR, GTS;
19
 
20
    tri0   GSR, GTS;
21
 
22
        assign glbl.GSR = GSR;
23
        assign glbl.GTS = GTS;
24
        pullup (Q2);
25
        pullup (Q3);
26
        pullup (Q1Q4);
27
        pullup (DONEIN);
28
 
29
    specify
30
        (GSR,GTS,CLK *> Q2) = (0,0);
31
        (GSR,GTS,CLK *> Q3) = (0,0);
32
        (GSR,GTS,CLK *> Q1Q4) = (0,0);
33
        (GSR,GTS,CLK *> DONEIN) = (0,0);
34
    endspecify
35
 
36
endmodule
37
 
38
`endcelldefine

powered by: WebSVN 2.1.0

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