|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.base.Nameable
byucc.jhdl.base.Node
byucc.jhdl.base.Cell
byucc.jhdl.base.VisibleAnnotation
byucc.jhdl.Xilinx.XC4000.startup
The STARTUP symbol is used for initializing the Global Set/Reset, global 3-state control, and the user configuration clock. The GSR input, when high, sets or resets every flip-flop on the devices, depending on the initialization state (S or R) of the flip-flop. Following configuration, the global 3-state control (GTS), when high, forces all the IOB outputs into high-impedance mode, which isolates the device outputs from the circuit but leaves the inputs active. The configuration clock input (CLK) must be connected to a user clock if the start-up of the device is synchronized with the user clock. Also, 'user clock' must be selected in the MakeBits program. The STARTUP outputs (Q2, Q3, Q1Q4, and DONEIN) display the progress / status of the start-up process during the configuration. (Source: XACT Libraries Guide, pg. 3-442, Xilinx Corporation, 1994.)
Field Summary | |
static CellInterface[] |
cell_interface
The port interface for: startup gsr : in (1) gts : in (1) clk : in (1) q2 : out (1) q3 : out (1) q1q4 : out (1) donein : out (1) |
static java.lang.String |
cellname
The static cellname (netlist reference name) for startup |
Constructor Summary | |
protected |
startup(Node parent)
Used only by child classes to pass up the parent cell. |
|
startup(Node parent,
ArgBlockList abl)
Constructs a new startup, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
protected |
startup(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
startup(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new startup, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
startup(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String s3,
Wire w3,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new startup, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
startup(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String s3,
Wire w3,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new startup, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
startup(Node parent,
java.lang.String instanceName,
Wire gsr,
Wire gts,
Wire clk,
Wire q2,
Wire q3,
Wire q1q4,
Wire donein)
Constructs a new startup. |
|
startup(Node parent,
Wire gsr,
Wire gts,
Wire clk,
Wire q2,
Wire q3,
Wire q1q4,
Wire donein)
Constructs a new startup. |
Method Summary | |
boolean |
cellInterfaceDeterminesUniqueNetlistStructure()
When false, the default behavior of this method, each cell will list itself separately in a netlist, guaranteeing that the netlist will not have invalid data at the expense of a larger file-size. |
java.lang.String |
getCellName()
Access the cell name associated with a derived class. |
static void |
main(java.lang.String[] argv)
|
static void |
test()
|
int |
type()
This method returns one of the predefined schematic constants to identify the type of this cell. |
Methods inherited from class byucc.jhdl.base.VisibleAnnotation |
hasBehaviorInClockMethod, hasBehaviorInPropagateMethod, needsToBeAsynchronouslyScheduled |
Methods inherited from class byucc.jhdl.base.Node |
addObservable, addSimulatorCallback, checkAll, delete, getBuildingFlag, getChildren, getChildrenEnumeration, getDefaultClock, getInstanceName, getParent, getParentCell, getRelatives, getSystem, getWires, optimize, orphanAllowed, printAllChildren, printTree, removeSimulatorCallback, setDefaultClock |
Methods inherited from class byucc.jhdl.base.Nameable |
caseSensitivity, caseSensitivity, disableNameClashChecking, getFullName, getFullNameNoTestBench, getHierNameNoTestBench, getInstanceNo, getInstanceNumber, getLeafName, getLeafName, getRelativeName, getUserName, getUserName, hasUserSpecifiedName, isDescendantOf, setInstanceNumber |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String cellname
public static CellInterface[] cell_interface
Constructor Detail |
protected startup(Node parent)
parent
- Parent cellprotected startup(Node parent, java.lang.String name)
parent
- Parent cellname
- Instance name of the cellpublic startup(Node parent, Wire gsr, Wire gts, Wire clk, Wire q2, Wire q3, Wire q1q4, Wire donein)
parent
- The parent Cell
to the startupgsr
- The Wire
to be connected to input port gsrgts
- The Wire
to be connected to input port gtsclk
- The Wire
to be connected to input port clkq2
- The Wire
to be connected to output port q2q3
- The Wire
to be connected to output port q3q1q4
- The Wire
to be connected to output port q1q4donein
- The Wire
to be connected to output port doneinpublic startup(Node parent, java.lang.String instanceName, Wire gsr, Wire gts, Wire clk, Wire q2, Wire q3, Wire q1q4, Wire donein)
String
parameter specifies the instance name.
parent
- The parent Cell
to the startupinstanceName
- The instance name of the startupgsr
- The Wire
to be connected to input port gsrgts
- The Wire
to be connected to input port gtsclk
- The Wire
to be connected to input port clkq2
- The Wire
to be connected to output port q2q3
- The Wire
to be connected to output port q3q1q4
- The Wire
to be connected to output port q1q4donein
- The Wire
to be connected to output port doneinpublic startup(Node parent, java.lang.String s0, Wire w0, java.lang.String s1, Wire w1, java.lang.String s2, Wire w2, java.lang.String s3, Wire w3, java.lang.String s4, Wire w4, java.lang.String s5, Wire w5, java.lang.String s6, Wire w6)
Wire
to the port whose name is given by the accompanying String
parameter
parent
- The parent Cell
to the startups0
- The name of the port to which w0 will be connectedw0
- The Wire
to be connected to the port specified by s0s1
- The name of the port to which w1 will be connectedw1
- The Wire
to be connected to the port specified by s1s2
- The name of the port to which w2 will be connectedw2
- The Wire
to be connected to the port specified by s2s3
- The name of the port to which w3 will be connectedw3
- The Wire
to be connected to the port specified by s3s4
- The name of the port to which w4 will be connectedw4
- The Wire
to be connected to the port specified by s4s5
- The name of the port to which w5 will be connectedw5
- The Wire
to be connected to the port specified by s5s6
- The name of the port to which w6 will be connectedw6
- The Wire
to be connected to the port specified by s6public startup(Node parent, java.lang.String instanceName, java.lang.String s0, Wire w0, java.lang.String s1, Wire w1, java.lang.String s2, Wire w2, java.lang.String s3, Wire w3, java.lang.String s4, Wire w4, java.lang.String s5, Wire w5, java.lang.String s6, Wire w6)
Wire
to the port whose name is given by the accompanying String
parameter
The initial String
parameter specifies the instance name.
parent
- The parent Cell
to the startupinstanceName
- The instance name of the startups0
- The name of the port to which w0 will be connectedw0
- The Wire
to be connected to the port specified by s0s1
- The name of the port to which w1 will be connectedw1
- The Wire
to be connected to the port specified by s1s2
- The name of the port to which w2 will be connectedw2
- The Wire
to be connected to the port specified by s2s3
- The name of the port to which w3 will be connectedw3
- The Wire
to be connected to the port specified by s3s4
- The name of the port to which w4 will be connectedw4
- The Wire
to be connected to the port specified by s4s5
- The name of the port to which w5 will be connectedw5
- The Wire
to be connected to the port specified by s5s6
- The name of the port to which w6 will be connectedw6
- The Wire
to be connected to the port specified by s6public startup(Node parent, ArgBlockList abl)
String-Wire
pairs in the ArgBlockList
. Any generic assignments are made through String-String
pairs in the ArgBlockList
.
parent
- The parent Cell
to the startupabl
- The list of String-Wire
pairs for port assignments, and String-String
pairs for generic assignments.public startup(Node parent, java.lang.String instanceName, ArgBlockList abl)
String-Wire
pairs in the ArgBlockList
. Any generic assignments are made through String-String
pairs in the ArgBlockList
.
The initial String
parameter is the instance name.
parent
- The parent Cell
to the startupinstanceName
- The instance name of the startupabl
- The list of String-Wire
pairs for port assignments, and String-String
pairs for generic assignments.Method Detail |
public java.lang.String getCellName()
Cell
getCellName
in class Cell
public final boolean cellInterfaceDeterminesUniqueNetlistStructure()
Cell
cellInterfaceDeterminesUniqueNetlistStructure
in class Cell
public int type()
PreDefinedSchematic
type
in interface PreDefinedSchematic
public static void main(java.lang.String[] argv)
public static void test()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |