org.opencores.structure
Class NodeFF
java.lang.Object
|
+--org.opencores.structure.Node
|
+--org.opencores.structure.NodeFF
- public class NodeFF
- extends Node
D-FF type class
|
Field Summary |
static int |
CLK
clock |
static int |
DATA
data |
static int |
OUT
output |
static int |
RST
async reset |
static int |
SET
async set |
| Fields inherited from class org.opencores.structure.Node |
dir,
flag,
fx,
fy,
INOUT,
INPUT,
link,
name,
nfx,
nfy,
OUTPUT,
ports,
temp,
visited,
weight,
width,
x,
y |
|
Constructor Summary |
NodeFF()
constructs new flip flop node |
|
Method Summary |
java.lang.Object |
clone()
creates new (unlinked) node with same parameters. |
void |
duplicate(NodeFF n)
duplicates parameters from n to this |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
DATA
public static final int DATA
- data
CLK
public static final int CLK
- clock
SET
public static final int SET
- async set
RST
public static final int RST
- async reset
OUT
public static final int OUT
- output
NodeFF
public NodeFF()
- constructs new flip flop node
toString
public java.lang.String toString()
- Overrides:
- toString in class Node
clone
public java.lang.Object clone()
- creates new (unlinked) node with same parameters.
- Returns:
- duplicated node
- Overrides:
- clone in class Node
duplicate
public void duplicate(NodeFF n)
- duplicates parameters from n to this
- Parameters:
n - node to copy data from