|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of Node in byucc.jhdl.apps.dtb |
| Subclasses of Node in byucc.jhdl.apps.dtb | |
class |
DynamicTestBench
The DynamicTestBench acts as a quick replacement for a full, formal TestBench written by the user. |
| Constructors in byucc.jhdl.apps.dtb with parameters of type Node | |
DynamicTestBench(Node parent,
java.lang.String childname,
boolean tabbed)
Builds a DynamicTestBench from a HardwareSystem parent and a given class name as a child. |
|
DynamicTestBench(Node parent,
java.lang.String childname)
|
|
DynamicTestBench(Node parent,
java.lang.Class childclass,
boolean tabbed)
Builds a DynamicTestBench from a HardwareSystem parent and a given class as a child. |
|
DynamicTestBench(Node parent,
java.lang.Class childclass)
|
|
| Uses of Node in byucc.jhdl.apps.Jab |
| Subclasses of Node in byucc.jhdl.apps.Jab | |
class |
HardwareSystem
|
| Methods in byucc.jhdl.apps.Jab that return Node | |
Node |
BrowserCore.getCurrNode()
Deprecated. |
Node |
BrowserCore.getRootNode()
Deprecated. |
Node |
BrowserCore.loadNewClass(java.lang.String className)
Deprecated. |
| Methods in byucc.jhdl.apps.Jab with parameters of type Node | |
void |
BrowserCore.setCurrNode(Node currNode)
Deprecated. |
| Uses of Node in byucc.jhdl.apps.Stimulator |
| Subclasses of Node in byucc.jhdl.apps.Stimulator | |
class |
Stimulator
An interactive stimulator. |
class |
TriStateStimulator
Extends the Stimulator to perform puts on tri-state buses. |
| Constructors in byucc.jhdl.apps.Stimulator with parameters of type Node | |
Stimulator(Node parent)
Associates a new Stimulator with the given parent Node. |
|
Stimulator(Node parent,
java.util.Collection wires)
|
|
Stimulator(Node parent,
Wire[] wires)
|
|
Stimulator(Node parent,
java.util.Collection wires,
java.lang.String schedulesFileName)
|
|
Stimulator(Node parent,
java.util.Collection wires,
java.io.File schedulesFile)
|
|
Stimulator(Node parent,
java.util.Collection wires,
java.io.InputStream schedulesStream)
|
|
Stimulator(Node parent,
java.util.Collection wires,
java.util.Properties schedules)
|
|
Stimulator(Node parent,
Wire[] wires,
java.lang.String schedulesFileName)
|
|
Stimulator(Node parent,
Wire[] wires,
java.io.File schedulesFile)
|
|
Stimulator(Node parent,
Wire[] wires,
java.io.InputStream schedulesStream)
|
|
Stimulator(Node parent,
Wire[] wires,
java.util.Properties schedules)
|
|
TriStateStimulator(Node parent,
Wire wire,
java.lang.String schedule)
|
|
| Uses of Node in byucc.jhdl.apps.Tbone |
| Subclasses of Node in byucc.jhdl.apps.Tbone | |
class |
Tbone
Tbone is a generic test bench used to simulate a circuit. |
| Constructors in byucc.jhdl.apps.Tbone with parameters of type Node | |
TboneObserver(Node parent)
|
|
Tbone(Node parent)
|
|
Tbone(Node parent,
java.lang.String[] argv)
|
|
| Uses of Node in byucc.jhdl.apps.Viewers |
| Constructors in byucc.jhdl.apps.Viewers with parameters of type Node | |
ViewManager(HWSystem hwSystem,
Node rNode)
ViewManager without BrowserCore support |
|
| Uses of Node in byucc.jhdl.apps.Viewers.BrowserMainFrame |
| Methods in byucc.jhdl.apps.Viewers.BrowserMainFrame with parameters of type Node | |
void |
BrowserMainFrame.updateTree(Node rNode)
|
| Uses of Node in byucc.jhdl.apps.Viewers.cvt |
| Subclasses of Node in byucc.jhdl.apps.Viewers.cvt | |
class |
DesktopTest
|
| Constructors in byucc.jhdl.apps.Viewers.cvt with parameters of type Node | |
DesktopTest(Node parent)
|
|
| Uses of Node in byucc.jhdl.apps.Viewers.NewTreeBrowser |
| Constructors in byucc.jhdl.apps.Viewers.NewTreeBrowser with parameters of type Node | |
TreeBrowserFrame(Node node,
JHDLHostWidgetInterface hwi)
New constructor added, so that the JHDLHostWidgetInterface can be passed in and sent to the TreeBrowserPanel. |
|
TreeBrowserPanel(Node rNode,
JHDLHostWidgetInterface hwi)
Constructs a new TreeBrowserPanel--New constructor, so that this panel can pass the JHDLHostWidgetInterface to its parent to get the call chain ready to be initialized. |
|
| Uses of Node in byucc.jhdl.base |
| Subclasses of Node in byucc.jhdl.base | |
class |
Annotation
This class provides a Cell class that cannot be simulated. |
class |
Cell
The Cell class extends the Node class to provide
named-port and generic-width capability. |
class |
CL
This can be used as a super-class for a cell that is purely combinational. |
class |
ClockDriver
Class used to create clock drivers. |
class |
DefaultSubCell
|
class |
DynamicClockDriver
Class used to create clock drivers. |
class |
HWProcess
This file contains the code that comprises most of the javaHDL simulation kernel. |
class |
HWSystem
This class defines a the top-level node for a circuit. |
class |
PullUpDown
|
class |
Structural
If the node only contains instantiations of other kinds of nodes, this is the container class to use. |
class |
Synchronous
Base class for defining a synchronous circuit element. |
class |
temp_cell
Used by BV for testing |
class |
VisibleAnnotation
This class provides a Cell class that cannot be simulated It can only be used to annotate the circuit and was provided primarily for use by the techmapper. |
| Methods in byucc.jhdl.base that return Node | |
Node |
NodeList.getNode()
Returns the node pointed to by the current pointer. |
Node |
Wire.getParent()
Simple accessor to get the parent of the wire. |
Node |
Node.getParent()
Returns the parent of this Node |
| Methods in byucc.jhdl.base with parameters of type Node | |
SubCell |
Cell.constructSubCell(Node parent,
java.lang.String name)
This call is used to determine which underlying class is created in pushHierarchy. |
SubCell |
Cell.constructSubCellNoImplicitPorts(Node parent,
java.lang.String name)
This call is used to determine which underlying class is created in Cell.pushHierarchyNoImplicitPorts(CellInterface[], String, boolean, String). |
java.lang.String |
Nameable.getRelativeName(Node ancestor)
The relative name uniquely identifies this nameable with respect to an ancestor node. |
boolean |
Nameable.isDescendantOf(Node ancestor)
Convenience method that returns whether this is a descendant of the indicated node. |
| Constructors in byucc.jhdl.base with parameters of type Node | |
CL(Node parent,
java.lang.String name)
Basic constructor for a CL node that takes a parent and a name. |
|
CL(Node parent)
Basic constructor for a CL node that takes a parent. |
|
VisibleAnnotation(Node parent,
java.lang.String name,
boolean sim)
Construct a named annotation, param sim is ignored |
|
VisibleAnnotation(Node parent,
boolean sim)
Construct a named annotation, param sim is ignored |
|
VisibleAnnotation(Node parent,
java.lang.String name)
Construct an unnamed annotation |
|
VisibleAnnotation(Node parent)
Construct an unnamed annotation |
|
Cell(Node parent,
java.lang.String name)
Base constructor for Cell. |
|
Cell(Node parent)
Constructor for Cell that works with no name supplied. |
|
HWProcess(Node parent)
|
|
HWProcess(Node parent,
java.lang.String name)
|
|
Synchronous(Node parent,
java.lang.String name)
Base constructor. |
|
Synchronous(Node parent)
Base constructor. |
|
Annotation(Node parent,
java.lang.String name)
Construct a named annotation |
|
Annotation(Node parent)
Construct an unnamed annotation |
|
ClockDriver(Node parent,
java.lang.String schedule,
Wire clock,
java.lang.String name)
Main constructor for class. |
|
ClockDriver(Node parent,
Wire clock,
java.lang.String name)
Alternate constructor for the class, which allows delayed determination of the schedule. |
|
ClockDriver(Node parent,
java.lang.String schedule,
Wire clock)
Main constructor for class. |
|
ClockDriver(Node parent,
Wire clock)
Alternate constructor for the class, which allows delayed determination of the schedule. |
|
PullUpDown(Node parent,
java.lang.String name)
Constructs a named pullup or pulldown |
|
PullUpDown(Node parent)
Constructs an unnamed pullup or pulldown |
|
Structural(Node parent,
java.lang.String name)
Checks to see if the Structual class is being behaviorally modeled. |
|
Structural(Node parent)
Checks to see if the Structural cell is being behaviorally modeled and has a behavior method implemented by the user. |
|
DynamicClockDriver(Node parent,
Wire clock_wire,
boolean rising,
java.lang.String name)
Main constructor for class. |
|
Node(Node parent)
Constructor that only allows the parent as an argument. |
|
Node(Node parent,
java.lang.String user_name)
Base constructor. |
|
| Uses of Node in byucc.jhdl.contrib.modgen |
| Subclasses of Node in byucc.jhdl.contrib.modgen | |
class |
accum
Accumulator that allows a generic sized input and output. |
class |
Add
Deprecated. Use Logic add call instead (Add was deprecated since it is XC4000 specific) |
class |
Adsu
Deprecated. Use Logic addsub call instead (AddSub was deprecated since it is XC4000 specific). |
class |
Cordic
Generic width CORDIC unit for Xilinx XC4000. |
class |
Cordicl
Generic width linear CORDIC unit for Xilinx XC4000. |
class |
CordicRP
Generic width CORDIC unit for Xilinx Virtex. |
class |
eq
General Description |
class |
gt
Generic greater-than comparator. |
class |
IntDivide
Variable width integer divider with the option of signed or unsigned multiply and generic pipeline depth. |
class |
LFSR4
4 bit linear feedback shift register. |
class |
lt
Generic less-than comparator. |
class |
rounder
|
class |
StageRP
|
class |
Sub
Deprecated. Use Logic sub call instead (Sub was deprecated since it is XC4000 specific). |
| Constructors in byucc.jhdl.contrib.modgen with parameters of type Node | |
booth(Node parent,
Wire in1,
Wire in2,
Wire start,
Wire finished,
Wire out)
|
|
booth(Node parent,
Wire in1,
Wire in2,
Wire start,
Wire finished,
Wire out,
java.lang.String name)
|
|
srl_array(Node parent,
Wire in,
Wire clk_en,
Wire addr,
Wire out,
java.lang.String name)
|
|
Cordicl(Node parent,
int cordicmode,
boolean registered,
int num_iter,
int pipe_depth,
Wire clk_en,
Wire vec,
Wire xin,
Wire yin,
Wire zin,
Wire xout,
Wire yout,
Wire zout)
Constructor for CORDIC unit |
|
eq(Node parent,
Wire in1,
Wire in2,
boolean signed,
Wire out)
|
|
eq(Node parent,
Wire in1,
Wire in2,
boolean signed,
Wire out,
java.lang.String name)
|
|
StageRP(Node parent,
int stagenum,
boolean registered,
int cordicmode,
int angletype,
Wire clk_en,
Wire xmsb,
Wire ymsb_not,
Wire zmsb,
Wire zcmsb,
Wire xin,
Wire yin,
Wire zin,
Wire vec_in,
Wire xmsbout,
Wire ymsbnotout,
Wire zmsbout,
Wire zcmsbout,
Wire vec_out,
Wire xout,
Wire yout,
Wire zout)
|
|
StageRP(Node parent,
int stagenum,
boolean registered,
int cordicmode,
int angletype,
Wire clk_en,
Wire xin,
Wire yin,
Wire zin,
Wire vec_in,
Wire xout,
Wire yout,
Wire zout)
|
|
Cordic(Node parent,
int cordicmode,
int angletype,
boolean registered,
int num_iter,
int pipe_depth,
boolean init_rots,
boolean small_ir,
Wire clk_en,
Wire vec,
Wire xin,
Wire yin,
Wire zin,
Wire xout,
Wire yout,
Wire zout)
Constructor for CORDIC unit |
|
accum(Node parent,
Wire in,
Wire clear,
Wire adsub,
Wire clk_en,
Wire out)
|
|
accum(Node parent,
Wire clk,
Wire in,
Wire clear,
Wire adsub,
Wire clk_en,
Wire out)
|
|
accum(Node parent,
Wire in,
Wire clear,
Wire adsub,
Wire clk_en,
Wire out,
java.lang.String name)
|
|
accum(Node parent,
Wire clk,
Wire in,
Wire clear,
Wire adsub,
Wire clk_en,
Wire out,
java.lang.String name)
|
|
Sub(Node parent,
int alignment,
boolean registered,
Wire clk_en,
Wire cin,
Wire a,
Wire b,
Wire s,
Wire cout)
Deprecated. Use Logic sub call instead (Sub was deprecated since it is XC4000 specific). |
|
rounder(Node parent,
Wire input,
Wire output)
|
|
rounder(Node parent,
Wire input,
Wire output,
boolean reg)
|
|
rounder(Node parent,
Wire input,
Wire output,
Wire clk_en,
boolean reg)
|
|
rounder(Node parent,
Wire input,
Wire output,
Wire clk_en,
boolean reg,
java.lang.String instanceName)
|
|
gt(Node parent,
Wire in1,
Wire in2,
boolean signed,
Wire out)
|
|
gt(Node parent,
Wire in1,
Wire in2,
boolean signed,
Wire out,
java.lang.String name)
|
|
Adsu(Node parent,
int alignment,
boolean registered,
Wire clk_en,
Wire cin,
Wire a,
Wire b,
Wire add_sub,
Wire cout,
Wire s)
Deprecated. Use Logic addsub call instead (AddSub was deprecated since it is XC4000 specific). |
|
IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire clk_en,
Wire quotient,
Wire remainder,
Wire divideByZero,
boolean signed,
boolean roundQuotient,
int pipedepth)
Integer divider constructor without a user-defined instance name. |
|
IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire clk_en,
Wire quotient,
Wire remainder,
Wire divideByZero,
boolean signed,
boolean roundQuotient,
int pipedepth,
java.lang.String instanceName)
Integer divider constructor whose last parameter is a user-defined instance name. |
|
Add(Node parent,
int alignment,
boolean registered,
Wire clk_en,
Wire cin,
Wire a,
Wire b,
Wire s,
Wire cout)
Deprecated. Use Logic add call instead (Add was deprecated since it is XC4000 specific) |
|
LFSR4(Node parent,
int period,
Wire clk_en,
Wire qout)
|
|
downcnt(Node parent,
Wire clk_en,
Wire load,
Wire load_data,
Wire out)
|
|
downcnt(Node parent,
Wire clk,
boolean b,
Wire clk_en,
Wire load,
Wire load_data,
Wire out)
|
|
downcnt(Node parent,
Wire clk_en,
Wire load,
Wire load_data,
Wire out,
java.lang.String name)
|
|
downcnt(Node parent,
Wire clk,
boolean b,
Wire clk_en,
Wire load,
Wire load_data,
Wire out,
java.lang.String name)
|
|
downcnt(Node parent,
Wire clk_en,
Wire load,
Wire load_data,
Wire term_cnt,
Wire out)
|
|
downcnt(Node parent,
Wire clk,
boolean b,
Wire clk_en,
Wire load,
Wire load_data,
Wire term_cnt,
Wire out)
|
|
downcnt(Node parent,
Wire clk_en,
Wire load,
Wire load_data,
Wire term_cnt,
Wire out,
java.lang.String name)
|
|
downcnt(Node parent,
Wire clk,
boolean b,
Wire clk_en,
Wire load,
Wire load_data,
Wire term_cnt,
Wire out,
java.lang.String name)
|
|
downcnt(Node parent,
Wire clk_en,
Wire load,
Wire load_data,
Wire out,
long resetState)
|
|
downcnt(Node parent,
Wire clk,
boolean b,
Wire clk_en,
Wire load,
Wire load_data,
Wire out,
long resetState)
|
|
downcnt(Node parent,
Wire clk_en,
Wire load,
Wire load_data,
Wire out,
long resetState,
java.lang.String name)
|
|
downcnt(Node parent,
Wire clk,
boolean b,
Wire clk_en,
Wire load,
Wire load_data,
Wire out,
long resetState,
java.lang.String name)
|
|
downcnt(Node parent,
Wire clk_en,
Wire load,
Wire load_data,
Wire term_cnt,
Wire out,
long resetState)
|
|
downcnt(Node parent,
Wire clk,
boolean b,
Wire clk_en,
Wire load,
Wire load_data,
Wire term_cnt,
Wire out,
long resetState)
|
|
downcnt(Node parent,
Wire clk_en,
Wire load,
Wire load_data,
Wire term_cnt,
Wire out,
long resetState,
java.lang.String name)
|
|
downcnt(Node parent,
Wire clk,
boolean b,
Wire clk_en,
Wire load,
Wire load_data,
Wire term_cnt,
Wire out,
long resetState,
java.lang.String name)
|
|
downcnt(Node parent,
Wire clk_en,
Wire load,
Wire load_data,
Wire term_cnt,
Wire out,
BV resetState)
|
|
downcnt(Node parent,
Wire clk,
boolean b,
Wire clk_en,
Wire load,
Wire load_data,
Wire term_cnt,
Wire out,
BV resetState)
|
|
downcnt(Node parent,
Wire clk_en,
Wire load,
Wire load_data,
Wire term_cnt,
Wire out,
BV resetState,
java.lang.String name)
|
|
downcnt(Node parent,
Wire clk,
boolean b,
Wire clk_en,
Wire load,
Wire load_data,
Wire term_cnt,
Wire out,
BV resetState,
java.lang.String name)
|
|
lt(Node parent,
Wire in1,
Wire in2,
boolean signed,
Wire out)
|
|
lt(Node parent,
Wire in1,
Wire in2,
boolean signed,
Wire out,
java.lang.String name)
|
|
upcnt(Node parent,
Wire clk_en,
Wire load,
Wire load_data,
Wire out)
|
|
upcnt(Node parent,
Wire clk,
Wire clk_en,
Wire load,
Wire load_data,
Wire out)
|
|
upcnt(Node parent,
Wire clk_en,
Wire load,
Wire load_data,
Wire out,
java.lang.String name)
|
|
upcnt(Node parent,
Wire clk,
Wire clk_en,
Wire load,
Wire load_data,
Wire out,
java.lang.String name)
|
|
upcnt(Node parent,
Wire clk_en,
Wire load,
Wire load_data,
Wire out,
long resetState)
|
|
upcnt(Node parent,
Wire clk,
Wire clk_en,
Wire load,
Wire load_data,
Wire out,
long resetState)
|
|
upcnt(Node parent,
Wire clk_en,
Wire load,
Wire load_data,
Wire out,
long resetState,
java.lang.String name)
|
|
upcnt(Node parent,
Wire clk,
Wire clk_en,
Wire load,
Wire load_data,
Wire out,
long resetState,
java.lang.String name)
|
|
upcnt(Node parent,
Wire clk_en,
Wire load,
Wire load_data,
Wire out,
BV resetState)
|
|
upcnt(Node parent,
Wire clk,
Wire clk_en,
Wire load,
Wire load_data,
Wire out,
BV resetState)
|
|
upcnt(Node parent,
Wire clk_en,
Wire load,
Wire load_data,
Wire out,
BV resetState,
java.lang.String name)
|
|
upcnt(Node parent,
Wire clk,
Wire clk_en,
Wire load,
Wire load_data,
Wire out,
BV resetState,
java.lang.String name)
|
|
arrayMult(Node parent,
Wire x,
Wire y,
Wire clk_en,
Wire pout,
int sign,
int pipedepth)
Constructor without an instance name parameter. |
|
arrayMult(Node parent,
Wire x,
Wire y,
Wire clk_en,
Wire pout,
int sign,
int pipedepth,
java.lang.String instanceName)
Constructor with an instance name parameter. |
|
CordicRP(Node parent,
int cordicmode,
int angletype,
int pipe_depth,
int num_iter,
boolean init_rots,
boolean small_ir,
Wire clk_en,
Wire xin,
Wire yin,
Wire zin,
Wire vec,
Wire xout,
Wire yout,
Wire zout)
Constructor for CORDIC unit |
|
| Uses of Node in byucc.jhdl.contrib.modgen.AddSubPack |
| Subclasses of Node in byucc.jhdl.contrib.modgen.AddSubPack | |
class |
ADD_F_CI
|
class |
ADD_FG_CI
|
class |
ADD_G_F1
|
class |
ADDSUB_F_CI
|
class |
ADDSUB_FG_CI
|
class |
ADDSUB_G_F1
|
class |
ADDSUB_G_F3_
|
class |
SUB_F_CI
|
class |
SUB_FG_CI
|
class |
SUB_G_1
|
class |
SUB_G_F1
|
| Constructors in byucc.jhdl.contrib.modgen.AddSubPack with parameters of type Node | |
SUB_F_CI(Node parent,
boolean registered,
Wire clk_en,
Wire cin,
Wire a,
Wire b,
Wire cout,
Wire s)
|
|
ADDSUB_F_CI(Node parent,
boolean registered,
Wire clk_en,
Wire cin,
Wire a,
Wire b,
Wire add_sub,
Wire cout,
Wire s)
|
|
SUB_G_F1(Node parent,
boolean registered,
Wire clk_en,
Wire cin,
Wire a,
Wire b,
Wire cout,
Wire s)
|
|
ADDSUB_FG_CI(Node parent,
boolean registered,
Wire clk_en,
Wire cin,
Wire a0,
Wire a1,
Wire b0,
Wire b1,
Wire add_sub,
Wire cout,
Wire s0,
Wire s1)
|
|
ADDSUB_G_F1(Node parent,
boolean registered,
Wire clk_en,
Wire cin,
Wire a,
Wire b,
Wire add_sub,
Wire cout,
Wire s)
|
|
ADDSUB_G_F3_(Node parent,
boolean registered,
Wire clk_en,
Wire a,
Wire b,
Wire add_sub,
Wire cout,
Wire s)
|
|
ADD_F_CI(Node parent,
boolean registered,
Wire clk_en,
Wire cin,
Wire a,
Wire b,
Wire cout,
Wire s)
|
|
SUB_FG_CI(Node parent,
boolean registered,
Wire clk_en,
Wire cin,
Wire a0,
Wire a1,
Wire b0,
Wire b1,
Wire cout,
Wire s0,
Wire s1)
|
|
ADD_G_F1(Node parent,
boolean registered,
Wire clk_en,
Wire cin,
Wire a,
Wire b,
Wire cout,
Wire s)
|
|
SUB_G_1(Node parent,
boolean registered,
Wire clk_en,
Wire a,
Wire b,
Wire cout,
Wire s)
|
|
ADD_FG_CI(Node parent,
boolean registered,
Wire clk_en,
Wire cin,
Wire a0,
Wire a1,
Wire b0,
Wire b1,
Wire cout,
Wire s0,
Wire s1)
|
|
| Uses of Node in byucc.jhdl.contrib.modgen.CordicPack |
| Subclasses of Node in byucc.jhdl.contrib.modgen.CordicPack | |
class |
Col_reg
|
class |
Cordic_ctrl
|
class |
Cordicl_ctrl
|
class |
End_rot
|
class |
Init_rot
|
class |
Pipe_sigs
|
class |
Stage
|
class |
Stagel
|
class |
Tc_mux
|
class |
Z_Mux
|
| Constructors in byucc.jhdl.contrib.modgen.CordicPack with parameters of type Node | |
Stage(Node parent,
int cordicmode,
int angletype,
boolean registered,
int stagenum,
Wire clk_en,
Wire vec,
Wire xin,
Wire yin,
Wire zin,
Wire xout,
Wire yout,
Wire zout,
Wire vec_out)
|
|
Stage(Node parent,
int cordicmode,
int angletype,
boolean registered,
int stagenum,
Wire clk_en,
Wire vec,
Wire xin,
Wire yin,
Wire zin,
Wire xout,
Wire yout,
Wire zout)
|
|
Tc_mux(Node parent,
int select_type,
boolean registered,
Wire clk_en,
Wire a,
Wire sel0,
Wire sel1,
Wire s)
|
|
Init_rot(Node parent,
int cordicmode,
int angletype,
boolean registered,
boolean small_ir,
Wire clk_en,
Wire vec,
Wire xin,
Wire yin,
Wire zin,
Wire vec_out,
Wire xmsb,
Wire ymsb_not,
Wire zmsb,
Wire zcmsb,
Wire xout,
Wire yout,
Wire zout)
|
|
Z_Mux(Node parent,
int sel_gate_type,
boolean registered,
Wire clk_en,
Wire a,
Wire b,
Wire sel0,
Wire sel1,
Wire s)
|
|
Stagel(Node parent,
int cordicmode,
boolean registered,
int stagenum,
int pipe_depth,
Wire clk_en,
Wire vec,
Wire xin,
Wire yin,
Wire zin,
Wire xout,
Wire yout,
Wire zout,
Wire vec_out)
|
|
Stagel(Node parent,
int cordicmode,
boolean registered,
int stagenum,
int pipe_depth,
Wire clk_en,
Wire vec,
Wire xin,
Wire yin,
Wire zin,
Wire xout,
Wire yout,
Wire zout)
|
|
Cordicl_ctrl(Node parent,
int cordicmode,
int width,
boolean registered,
Wire clk_en,
Wire vec_in,
Wire dropped_bitx,
Wire ymsb,
Wire zmsb,
Wire as,
Wire as_not,
Wire vec_out,
Wire ciny)
|
|
Pipe_sigs(Node parent,
boolean registered,
int width,
Wire clk_en,
Wire xmsb_in,
Wire ymsb_not_in,
Wire zmsb_in,
Wire zcmsb_in,
Wire xmsb_out,
Wire ymsb_not_out,
Wire zmsb_out,
Wire zcmsb_out)
|
|
Col_reg(Node parent,
Wire clk_en,
Wire d,
Wire q)
|
|
End_rot(Node parent,
int cordicmode,
int angletype,
boolean registered,
boolean small_ir,
Wire clk_en,
Wire vec,
Wire xin,
Wire yin,
Wire zin,
Wire xmsb,
Wire ymsb_not,
Wire zmsb,
Wire zcmsb,
Wire xout,
Wire yout,
Wire zout)
|
|
Cordic_ctrl(Node parent,
int cordicmode,
int width,
boolean registered,
Wire clk_en,
Wire vec_in,
Wire dropped_bitx,
Wire dropped_bity,
Wire ymsb,
Wire zmsb,
Wire as,
Wire as_not,
Wire vec_out,
Wire cinx,
Wire ciny)
|
|
| Uses of Node in byucc.jhdl.contrib.modgen.IntDividePack |
| Subclasses of Node in byucc.jhdl.contrib.modgen.IntDividePack | |
class |
AddPass
|
class |
AddPassGeneric
|
class |
AddPassVirtex
|
class |
AddPassXC4000
|
class |
tbcomp_IntDivide
|
| Constructors in byucc.jhdl.contrib.modgen.IntDividePack with parameters of type Node | |
AddPassVirtex(Node parent,
Wire a,
Wire b,
Wire add,
Wire clk_en,
Wire out,
boolean registered)
|
|
AddPassVirtex(Node parent,
Wire a,
Wire b,
Wire add,
Wire clk_en,
Wire out,
boolean registered,
java.lang.String instanceName)
|
|
tbcomp_IntDivide(Node parent)
|
|
AddPass(Node parent,
Wire a,
Wire b,
Wire add,
Wire clk_en,
Wire out,
boolean registered)
|
|
AddPass(Node parent,
Wire a,
Wire b,
Wire add,
Wire clk_en,
Wire out,
boolean registered,
java.lang.String instanceName)
|
|
AddPassXC4000(Node parent,
Wire a,
Wire b,
Wire add,
Wire clk_en,
Wire out,
boolean registered)
|
|
AddPassXC4000(Node parent,
Wire a,
Wire b,
Wire add,
Wire clk_en,
Wire out,
boolean registered,
java.lang.String instanceName)
|
|
AddPassGeneric(Node parent,
Wire a,
Wire b,
Wire add,
Wire clk_en,
Wire out,
boolean registered)
|
|
AddPassGeneric(Node parent,
Wire a,
Wire b,
Wire add,
Wire clk_en,
Wire out,
boolean registered,
java.lang.String instanceName)
|
|
| Uses of Node in byucc.jhdl.contrib.modgen.MultArrayPack |
| Subclasses of Node in byucc.jhdl.contrib.modgen.MultArrayPack | |
class |
MultAddGeneric
|
class |
MultSubGeneric
|
| Methods in byucc.jhdl.contrib.modgen.MultArrayPack with parameters of type Node | |
static Cell |
And_fmap_g.and_map(Node parent,
Wire a,
Wire b,
Wire out)
|
| Constructors in byucc.jhdl.contrib.modgen.MultArrayPack with parameters of type Node | |
MultAddVirtex(Node parent,
Wire x,
Wire y,
Wire partial_product_in,
Wire partial_product_out,
boolean signed,
boolean add_Examine_CI)
|
|
MultSubXC4000(Node parent,
Wire x,
Wire y,
Wire partial_product_in,
Wire partial_product_out)
|
|
EXAMINE_CI_Virtex(Node parent,
Wire cin,
Wire cout)
|
|
MultSubGeneric(Node parent,
Wire x,
Wire y,
Wire partial_product_in,
Wire partial_product_out)
|
|
MultAddXC4000(Node parent,
Wire x,
Wire y,
Wire partial_product_in,
Wire partial_product_out,
boolean signed)
|
|
MultSub(Node parent,
Wire x,
Wire y,
Wire partial_product_in,
Wire partial_product_out)
|
|
And_fmap_g(Node parent,
Wire a,
Wire b,
Wire out)
|
|
MultAdd(Node parent,
Wire x,
Wire y,
Wire partial_product_in,
Wire partial_product_out,
boolean signed,
boolean add_Examine_CI_Virtex)
|
|
MultAddGeneric(Node parent,
Wire x,
Wire y,
Wire partial_product_in,
Wire partial_product_out,
boolean signed)
|
|
MultSubVirtex(Node parent,
Wire x,
Wire y,
Wire partial_product_in,
Wire partial_product_out)
|
|
multCol(Node parent,
Wire x,
Wire y,
Wire ppin,
Wire ppout,
Wire sum,
Wire xreg,
Wire ysumin,
Wire ysumout,
Wire clk_en,
boolean signed,
int pipedepth,
int column)
|
|
| Uses of Node in byucc.jhdl.CSRC |
| Subclasses of Node in byucc.jhdl.CSRC | |
class |
addsubX
Generic width adder-subtractor. |
class |
addX
Generic width adder. |
class |
and2_dp
This class implements and asynchronous 2-input and gate. |
class |
and2_dp_g
This class implements and asynchronous 2-input and gate. |
class |
and3_dp
This class implements and asynchronous 3-input and gate. |
class |
and3_dp_g
This class implements and asynchronous 3-input and gate. |
class |
and4_dp
This class implements and asynchronous 4-input and gate. |
class |
and5_dp
This class implements and asynchronous 5-input and gate. |
class |
and6_dp
This class implements and asynchronous 6-input and gate. |
class |
and7_dp
This class implements and asynchronous 7-input and gate. |
class |
and8_dp
This class implements and asynchronous 8-input and gate. |
class |
and9_dp
This class implements and asynchronous 9-input and gate. |
class |
andX
This class implements an AND gate with arbitrary number of inputs. |
class |
buf
Buffer. |
class |
bufX
This cell buffers each input wire. |
class |
CSRCCL
|
class |
CSRCClockDriver
|
class |
CSRCFD
|
class |
dff_dp
The dff_dp is a simple D-flipflop. |
class |
dff_dpX
This instantiates a generic width dff_dp. |
class |
dffe_dp
The dffe_dp is a D-flipflop with a clock enable. |
class |
dffe_dpX
This instantiates a generic width dffe_dp. |
class |
dffr_dp
The dffr_dp is a D-flipflop with a synchronous reset. |
class |
dffr_dpX
This instantiates a generic width dffs_dp. |
class |
dffre_dp
The dffre_dp is a D-flipflop with a synchronous reset and a clock enable. |
class |
dffre_dpX
This instantiates a generic width dffre_dp. |
class |
dffs_dp
The dffs_dp is a D-flipflop with a synchronous set. |
class |
dffs_dpX
This instantiates a generic width dffr_dp. |
class |
dffse_dp
The dffse_dp is a D-flipflop with a synchronous set and a clock enable. |
class |
dffse_dpX
This instantiates a generic width dffse_dp. |
class |
DL_ONE
Returns a logic one. |
class |
DL_ZERO
Returns a logic zero. |
class |
gndX
This instantiates a generic width vcc. |
class |
IB
This is an input buffer. |
class |
IBX
Generic width output buffer. |
class |
maj3
3-input majority gate. |
class |
mux_dpX
Generic width 2-1 Mux. |
class |
mux3_dp
2-1 Mux. |
class |
nand2_dp
This class implements and asynchronous 2-input nand gate. |
class |
nand2_dp_g
This class implements and asynchronous 2-input nand gate. |
class |
nand3_dp
This class implements and asynchronous 3-input nand gate. |
class |
nand3_dp_g
This class implements and asynchronous 3-input nand gate. |
class |
nand4_dp
This class implements and asynchronous 4-input nand gate. |
class |
nand5_dp
This class implements and asynchronous 5-input nand gate. |
class |
nand6_dp
This class implements and asynchronous 6-input nand gate. |
class |
nand7_dp
This class implements and asynchronous 7-input nand gate. |
class |
nand8_dp
This class implements and asynchronous 8-input nand gate. |
class |
nand9_dp
This class implements and asynchronous 9-input nand gate. |
class |
nandX
This class implements an NAND gate with arbitrary number of inputs. |
class |
nor2_dp
This class implements and asynchronous 2-input nor gate. |
class |
nor2_dp_g
This class implements and asynchronous 2-input nor gate. |
class |
nor3_dp
This class implements and asynchronous 3-input nor gate. |
class |
nor3_dp_g
This class implements and asynchronous 3-input nor gate. |
class |
nor4_dp
This class implements and asynchronous 4-input nor gate. |
class |
nor5_dp
This class implements and asynchronous 5-input nor gate. |
class |
nor6_dp
This class implements and asynchronous 6-input nor gate. |
class |
nor7_dp
This class implements and asynchronous 7-input nor gate. |
class |
nor8_dp
This class implements and asynchronous 8-input nor gate. |
class |
nor9_dp
This class implements and asynchronous 9-input nor gate. |
class |
norX
This class implements an NOR gate with arbitrary number of inputs. |
class |
not_dp
Inverter. |
class |
notX
This cell inverts each input wire. |
class |
OB
This is an output buffer. |
class |
OBT
This is an output buffer with a (high?) asserted output enable. |
class |
OBTX
Generic width output buffer. |
class |
OBX
Generic width output buffer. |
class |
or2_dp
This class implements and asynchronous 2-input or gate. |
class |
or2_dp_g
This class implements and asynchronous 2-input or gate. |
class |
or3_dp
This class implements and asynchronous 3-input or gate. |
class |
or3_dp_g
This class implements and asynchronous 3-input or gate. |
class |
or4_dp
This class implements and asynchronous 4-input or gate. |
class |
or5_dp
This class implements and asynchronous 5-input or gate. |
class |
or6_dp
This class implements and asynchronous 6-input or gate. |
class |
or7_dp
This class implements and asynchronous 7-input or gate. |
class |
or8_dp
This class implements and asynchronous 8-input or gate. |
class |
or9_dp
This class implements and asynchronous 9-input or gate. |
class |
orX
This class implements an OR gate with arbitrary number of inputs. |
class |
subX
Generic width subtractor. |
class |
TESTCSRCLibrary
This class is the self-test controller for the CSRC library. |
class |
vccX
This instantiates a generic width vcc. |
class |
xnor2_dp
This class implements and asynchronous 2-input xnor gate. |
class |
xnor2_dp_g
This class implements and asynchronous 2-input xnor gate. |
class |
xnor3_dp
This class implements and asynchronous 3-input xnor gate. |
class |
xnor3_dp_g
This class implements and asynchronous 3-input xnor gate. |
class |
xnor4_dp
This class implements and asynchronous 4-input xnor gate. |
class |
xnor5_dp
This class implements and asynchronous 5-input xnor gate. |
class |
xnor6_dp
This class implements and asynchronous 6-input xnor gate. |
class |
xnor7_dp
This class implements and asynchronous 7-input xnor gate. |
class |
xnor8_dp
This class implements and asynchronous 8-input xnor gate. |
class |
xnor9_dp
This class implements and asynchronous 9-input xnor gate. |
class |
xnorX
This class implements an XNOR gate with arbitrary number of inputs. |
class |
xor2_dp
This class implements and asynchronous 2-input xor gate. |
class |
xor2_dp_g
This class implements and asynchronous 2-input xor gate. |
class |
xor3_dp
This class implements and asynchronous 3-input xor gate. |
class |
xor3_dp_g
This class implements and asynchronous 3-input xor gate. |
class |
xor4_dp
This class implements and asynchronous 4-input xor gate. |
class |
xor5_dp
This class implements and asynchronous 5-input xor gate. |
class |
xor6_dp
This class implements and asynchronous 6-input xor gate. |
class |
xor7_dp
This class implements and asynchronous 7-input xor gate. |
class |
xor8_dp
This class implements and asynchronous 8-input xor gate. |
class |
xor9_dp
This class implements and asynchronous 9-input xor gate. |
class |
xorX
This class implements an XOR gate with arbitrary number of inputs. |
| Constructors in byucc.jhdl.CSRC with parameters of type Node | |
dffr_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
dffr_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
dffr_dp(Node parent,
Wire i_0,
Wire i_2,
Wire o_0)
Constructs a new dffr_dp. |
|
dffr_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_2,
Wire o_0)
Constructs a new dffr_dp. |
|
dffr_dp(Node parent,
Wire i_1,
Wire i_0,
Wire i_2,
Wire o_0)
Constructs a new dffr_dp. |
|
dffr_dp(Node parent,
java.lang.String instanceName,
Wire i_1,
Wire i_0,
Wire i_2,
Wire o_0)
Constructs a new dffr_dp. |
|
dffr_dp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new dffr_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
dffr_dp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new dffr_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
dffr_dp(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)
Constructs a new dffr_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dffr_dp(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)
Constructs a new dffr_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dffr_dp(Node parent,
ArgBlockList abl)
Constructs a new dffr_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dffr_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new dffr_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dffse_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
dffse_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
dffse_dp(Node parent,
Wire i_0,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new dffse_dp. |
|
dffse_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new dffse_dp. |
|
dffse_dp(Node parent,
Wire i_1,
Wire i_0,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new dffse_dp. |
|
dffse_dp(Node parent,
java.lang.String instanceName,
Wire i_1,
Wire i_0,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new dffse_dp. |
|
dffse_dp(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)
Constructs a new dffse_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
dffse_dp(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)
Constructs a new dffse_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
dffse_dp(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)
Constructs a new dffse_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dffse_dp(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)
Constructs a new dffse_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dffse_dp(Node parent,
ArgBlockList abl)
Constructs a new dffse_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dffse_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new dffse_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dffe_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
dffe_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
dffe_dp(Node parent,
Wire i_0,
Wire i_2,
Wire o_0)
Constructs a new dffe_dp. |
|
dffe_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_2,
Wire o_0)
Constructs a new dffe_dp. |
|
dffe_dp(Node parent,
Wire i_1,
Wire i_0,
Wire i_2,
Wire o_0)
Constructs a new dffe_dp. |
|
dffe_dp(Node parent,
java.lang.String instanceName,
Wire i_1,
Wire i_0,
Wire i_2,
Wire o_0)
Constructs a new dffe_dp. |
|
dffe_dp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new dffe_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
dffe_dp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new dffe_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
dffe_dp(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)
Constructs a new dffe_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dffe_dp(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)
Constructs a new dffe_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dffe_dp(Node parent,
ArgBlockList abl)
Constructs a new dffe_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dffe_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new dffe_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dff_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
dff_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
dff_dp(Node parent,
Wire i_0,
Wire o_0)
Constructs a new dff_dp. |
|
dff_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire o_0)
Constructs a new dff_dp. |
|
dff_dp(Node parent,
Wire i_1,
Wire i_0,
Wire o_0)
Constructs a new dff_dp. |
|
dff_dp(Node parent,
java.lang.String instanceName,
Wire i_1,
Wire i_0,
Wire o_0)
Constructs a new dff_dp. |
|
dff_dp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new dff_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
dff_dp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new dff_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
dff_dp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new dff_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dff_dp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new dff_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dff_dp(Node parent,
ArgBlockList abl)
Constructs a new dff_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dff_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new dff_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
maj3(Node parent)
Used only by child classes to pass up the parent cell. |
|
maj3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
maj3(Node parent,
Wire a,
Wire b,
Wire c,
Wire q)
Constructs a new maj3. |
|
maj3(Node parent,
java.lang.String instanceName,
Wire a,
Wire b,
Wire c,
Wire q)
Constructs a new maj3. |
|
maj3(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)
Constructs a new maj3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
maj3(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)
Constructs a new maj3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
maj3(Node parent,
ArgBlockList abl)
Constructs a new maj3, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
maj3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new maj3, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
mux3_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
mux3_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
mux3_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new mux3_dp. |
|
mux3_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new mux3_dp. |
|
mux3_dp(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)
Constructs a new mux3_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
mux3_dp(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)
Constructs a new mux3_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
mux3_dp(Node parent,
ArgBlockList abl)
Constructs a new mux3_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
mux3_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new mux3_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
buf(Node parent)
Used only by child classes to pass up the parent cell. |
|
buf(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
buf(Node parent,
Wire A,
Wire Q)
Constructs a new buf. |
|
buf(Node parent,
java.lang.String instanceName,
Wire A,
Wire Q)
Constructs a new buf. |
|
buf(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new buf, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
buf(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new buf, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
buf(Node parent,
ArgBlockList abl)
Constructs a new buf, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
buf(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new buf, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
OB(Node parent)
Used only by child classes to pass up the parent cell. |
|
OB(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
OB(Node parent,
Wire A,
Wire Y)
Constructs a new OB. |
|
OB(Node parent,
java.lang.String instanceName,
Wire A,
Wire Y)
Constructs a new OB. |
|
OB(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new OB, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
OB(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new OB, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
OB(Node parent,
ArgBlockList abl)
Constructs a new OB, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
OB(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new OB, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
OBT(Node parent)
Used only by child classes to pass up the parent cell. |
|
OBT(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
OBT(Node parent,
Wire A,
Wire OE,
Wire Y)
Constructs a new OBT. |
|
OBT(Node parent,
java.lang.String instanceName,
Wire A,
Wire OE,
Wire Y)
Constructs a new OBT. |
|
OBT(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new OBT, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
OBT(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new OBT, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
OBT(Node parent,
ArgBlockList abl)
Constructs a new OBT, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
OBT(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new OBT, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
not_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
not_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
not_dp(Node parent,
Wire i_0,
Wire o_0)
Constructs a new not_dp. |
|
not_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire o_0)
Constructs a new not_dp. |
|
not_dp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new not_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
not_dp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new not_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
not_dp(Node parent,
ArgBlockList abl)
Constructs a new not_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
not_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new not_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
DL_ONE(Node parent)
Used only by child classes to pass up the parent cell. |
|
DL_ONE(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
DL_ONE(Node parent,
Wire Y)
Constructs a new DL_ONE. |
|
DL_ONE(Node parent,
java.lang.String instanceName,
Wire Y)
Constructs a new DL_ONE. |
|
DL_ONE(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new DL_ONE, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
DL_ONE(Node parent,
ArgBlockList abl)
Constructs a new DL_ONE, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
DL_ONE(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new DL_ONE, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dffs_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
dffs_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
dffs_dp(Node parent,
Wire i_0,
Wire i_2,
Wire o_0)
Constructs a new dffs_dp. |
|
dffs_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_2,
Wire o_0)
Constructs a new dffs_dp. |
|
dffs_dp(Node parent,
Wire i_1,
Wire i_0,
Wire i_2,
Wire o_0)
Constructs a new dffs_dp. |
|
dffs_dp(Node parent,
java.lang.String instanceName,
Wire i_1,
Wire i_0,
Wire i_2,
Wire o_0)
Constructs a new dffs_dp. |
|
dffs_dp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new dffs_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
dffs_dp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new dffs_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
dffs_dp(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)
Constructs a new dffs_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dffs_dp(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)
Constructs a new dffs_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dffs_dp(Node parent,
ArgBlockList abl)
Constructs a new dffs_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dffs_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new dffs_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dffre_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
dffre_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
dffre_dp(Node parent,
Wire i_0,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new dffre_dp. |
|
dffre_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new dffre_dp. |
|
dffre_dp(Node parent,
Wire i_1,
Wire i_0,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new dffre_dp. |
|
dffre_dp(Node parent,
java.lang.String instanceName,
Wire i_1,
Wire i_0,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new dffre_dp. |
|
dffre_dp(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)
Constructs a new dffre_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
dffre_dp(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)
Constructs a new dffre_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
dffre_dp(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)
Constructs a new dffre_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dffre_dp(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)
Constructs a new dffre_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dffre_dp(Node parent,
ArgBlockList abl)
Constructs a new dffre_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dffre_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new dffre_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
IB(Node parent)
Used only by child classes to pass up the parent cell. |
|
IB(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
IB(Node parent,
Wire A,
Wire Y)
Constructs a new IB. |
|
IB(Node parent,
java.lang.String instanceName,
Wire A,
Wire Y)
Constructs a new IB. |
|
IB(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new IB, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
IB(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new IB, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
IB(Node parent,
ArgBlockList abl)
Constructs a new IB, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
IB(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new IB, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
DL_ZERO(Node parent)
Used only by child classes to pass up the parent cell. |
|
DL_ZERO(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
DL_ZERO(Node parent,
Wire Y)
Constructs a new DL_ZERO. |
|
DL_ZERO(Node parent,
java.lang.String instanceName,
Wire Y)
Constructs a new DL_ZERO. |
|
DL_ZERO(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new DL_ZERO, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
DL_ZERO(Node parent,
ArgBlockList abl)
Constructs a new DL_ZERO, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
DL_ZERO(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new DL_ZERO, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor9_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor9_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor9_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire i_8,
Wire o_0)
Constructs a new xnor9_dp. |
|
xnor9_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire i_8,
Wire o_0)
Constructs a new xnor9_dp. |
|
xnor9_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8,
java.lang.String s9,
Wire w9)
Constructs a new xnor9_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor9_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8,
java.lang.String s9,
Wire w9)
Constructs a new xnor9_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor9_dp(Node parent,
ArgBlockList abl)
Constructs a new xnor9_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor9_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor9_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor8_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor8_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor8_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire o_0)
Constructs a new xnor8_dp. |
|
xnor8_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire o_0)
Constructs a new xnor8_dp. |
|
xnor8_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8)
Constructs a new xnor8_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor8_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8)
Constructs a new xnor8_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor8_dp(Node parent,
ArgBlockList abl)
Constructs a new xnor8_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor8_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor8_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor7_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor7_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor7_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire o_0)
Constructs a new xnor7_dp. |
|
xnor7_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire o_0)
Constructs a new xnor7_dp. |
|
xnor7_dp(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,
java.lang.String s7,
Wire w7)
Constructs a new xnor7_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor7_dp(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,
java.lang.String s7,
Wire w7)
Constructs a new xnor7_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor7_dp(Node parent,
ArgBlockList abl)
Constructs a new xnor7_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor7_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor7_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor6_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor6_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor6_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire o_0)
Constructs a new xnor6_dp. |
|
xnor6_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire o_0)
Constructs a new xnor6_dp. |
|
xnor6_dp(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 xnor6_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor6_dp(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 xnor6_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor6_dp(Node parent,
ArgBlockList abl)
Constructs a new xnor6_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor6_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor6_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor5_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor5_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor5_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire o_0)
Constructs a new xnor5_dp. |
|
xnor5_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire o_0)
Constructs a new xnor5_dp. |
|
xnor5_dp(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)
Constructs a new xnor5_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor5_dp(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)
Constructs a new xnor5_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor5_dp(Node parent,
ArgBlockList abl)
Constructs a new xnor5_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor5_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor5_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor4_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor4_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor4_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new xnor4_dp. |
|
xnor4_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new xnor4_dp. |
|
xnor4_dp(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)
Constructs a new xnor4_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor4_dp(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)
Constructs a new xnor4_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor4_dp(Node parent,
ArgBlockList abl)
Constructs a new xnor4_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor4_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor4_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor3_dp_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor3_dp_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor3_dp_g(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new xnor3_dp_g. |
|
xnor3_dp_g(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new xnor3_dp_g. |
|
xnor3_dp_g(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)
Constructs a new xnor3_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor3_dp_g(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)
Constructs a new xnor3_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor3_dp_g(Node parent,
ArgBlockList abl)
Constructs a new xnor3_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor3_dp_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor3_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor2_dp_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor2_dp_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor2_dp_g(Node parent,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new xnor2_dp_g. |
|
xnor2_dp_g(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new xnor2_dp_g. |
|
xnor2_dp_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new xnor2_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor2_dp_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new xnor2_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor2_dp_g(Node parent,
ArgBlockList abl)
Constructs a new xnor2_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor2_dp_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor2_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor3_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor3_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor3_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new xnor3_dp. |
|
xnor3_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new xnor3_dp. |
|
xnor3_dp(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)
Constructs a new xnor3_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor3_dp(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)
Constructs a new xnor3_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor3_dp(Node parent,
ArgBlockList abl)
Constructs a new xnor3_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor3_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor3_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor2_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor2_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor2_dp(Node parent,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new xnor2_dp. |
|
xnor2_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new xnor2_dp. |
|
xnor2_dp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new xnor2_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor2_dp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new xnor2_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor2_dp(Node parent,
ArgBlockList abl)
Constructs a new xnor2_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor2_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor2_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xor9_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor9_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor9_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire i_8,
Wire o_0)
Constructs a new xor9_dp. |
|
xor9_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire i_8,
Wire o_0)
Constructs a new xor9_dp. |
|
xor9_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8,
java.lang.String s9,
Wire w9)
Constructs a new xor9_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor9_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8,
java.lang.String s9,
Wire w9)
Constructs a new xor9_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor9_dp(Node parent,
ArgBlockList abl)
Constructs a new xor9_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xor9_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor9_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xor8_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor8_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor8_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire o_0)
Constructs a new xor8_dp. |
|
xor8_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire o_0)
Constructs a new xor8_dp. |
|
xor8_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8)
Constructs a new xor8_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor8_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8)
Constructs a new xor8_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor8_dp(Node parent,
ArgBlockList abl)
Constructs a new xor8_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xor8_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor8_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xor7_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor7_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor7_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire o_0)
Constructs a new xor7_dp. |
|
xor7_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire o_0)
Constructs a new xor7_dp. |
|
xor7_dp(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,
java.lang.String s7,
Wire w7)
Constructs a new xor7_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor7_dp(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,
java.lang.String s7,
Wire w7)
Constructs a new xor7_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor7_dp(Node parent,
ArgBlockList abl)
Constructs a new xor7_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xor7_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor7_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xor6_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor6_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor6_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire o_0)
Constructs a new xor6_dp. |
|
xor6_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire o_0)
Constructs a new xor6_dp. |
|
xor6_dp(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 xor6_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor6_dp(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 xor6_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor6_dp(Node parent,
ArgBlockList abl)
Constructs a new xor6_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xor6_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor6_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xor5_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor5_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor5_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire o_0)
Constructs a new xor5_dp. |
|
xor5_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire o_0)
Constructs a new xor5_dp. |
|
xor5_dp(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)
Constructs a new xor5_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor5_dp(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)
Constructs a new xor5_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor5_dp(Node parent,
ArgBlockList abl)
Constructs a new xor5_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xor5_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor5_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xor4_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor4_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor4_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new xor4_dp. |
|
xor4_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new xor4_dp. |
|
xor4_dp(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)
Constructs a new xor4_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor4_dp(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)
Constructs a new xor4_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor4_dp(Node parent,
ArgBlockList abl)
Constructs a new xor4_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xor4_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor4_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xor3_dp_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor3_dp_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor3_dp_g(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new xor3_dp_g. |
|
xor3_dp_g(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new xor3_dp_g. |
|
xor3_dp_g(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)
Constructs a new xor3_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor3_dp_g(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)
Constructs a new xor3_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor3_dp_g(Node parent,
ArgBlockList abl)
Constructs a new xor3_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xor3_dp_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor3_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xor2_dp_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor2_dp_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor2_dp_g(Node parent,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new xor2_dp_g. |
|
xor2_dp_g(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new xor2_dp_g. |
|
xor2_dp_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new xor2_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor2_dp_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new xor2_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor2_dp_g(Node parent,
ArgBlockList abl)
Constructs a new xor2_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xor2_dp_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor2_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xor3_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor3_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor3_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new xor3_dp. |
|
xor3_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new xor3_dp. |
|
xor3_dp(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)
Constructs a new xor3_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor3_dp(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)
Constructs a new xor3_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor3_dp(Node parent,
ArgBlockList abl)
Constructs a new xor3_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xor3_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor3_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xor2_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor2_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor2_dp(Node parent,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new xor2_dp. |
|
xor2_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new xor2_dp. |
|
xor2_dp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new xor2_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor2_dp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new xor2_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor2_dp(Node parent,
ArgBlockList abl)
Constructs a new xor2_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xor2_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor2_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nor9_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor9_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor9_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire i_8,
Wire o_0)
Constructs a new nor9_dp. |
|
nor9_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire i_8,
Wire o_0)
Constructs a new nor9_dp. |
|
nor9_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8,
java.lang.String s9,
Wire w9)
Constructs a new nor9_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor9_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8,
java.lang.String s9,
Wire w9)
Constructs a new nor9_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor9_dp(Node parent,
ArgBlockList abl)
Constructs a new nor9_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nor9_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor9_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nor8_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor8_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor8_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire o_0)
Constructs a new nor8_dp. |
|
nor8_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire o_0)
Constructs a new nor8_dp. |
|
nor8_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8)
Constructs a new nor8_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor8_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8)
Constructs a new nor8_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor8_dp(Node parent,
ArgBlockList abl)
Constructs a new nor8_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nor8_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor8_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nor7_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor7_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor7_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire o_0)
Constructs a new nor7_dp. |
|
nor7_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire o_0)
Constructs a new nor7_dp. |
|
nor7_dp(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,
java.lang.String s7,
Wire w7)
Constructs a new nor7_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor7_dp(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,
java.lang.String s7,
Wire w7)
Constructs a new nor7_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor7_dp(Node parent,
ArgBlockList abl)
Constructs a new nor7_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nor7_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor7_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nor6_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor6_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor6_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire o_0)
Constructs a new nor6_dp. |
|
nor6_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire o_0)
Constructs a new nor6_dp. |
|
nor6_dp(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 nor6_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor6_dp(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 nor6_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor6_dp(Node parent,
ArgBlockList abl)
Constructs a new nor6_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nor6_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor6_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nor5_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor5_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor5_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire o_0)
Constructs a new nor5_dp. |
|
nor5_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire o_0)
Constructs a new nor5_dp. |
|
nor5_dp(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)
Constructs a new nor5_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor5_dp(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)
Constructs a new nor5_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor5_dp(Node parent,
ArgBlockList abl)
Constructs a new nor5_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nor5_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor5_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nor4_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new nor4_dp. |
|
nor4_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new nor4_dp. |
|
nor4_dp(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)
Constructs a new nor4_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4_dp(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)
Constructs a new nor4_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4_dp(Node parent,
ArgBlockList abl)
Constructs a new nor4_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nor4_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nor3_dp_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3_dp_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3_dp_g(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new nor3_dp_g. |
|
nor3_dp_g(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new nor3_dp_g. |
|
nor3_dp_g(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)
Constructs a new nor3_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3_dp_g(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)
Constructs a new nor3_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor3_dp_g(Node parent,
ArgBlockList abl)
Constructs a new nor3_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nor3_dp_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nor2_dp_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor2_dp_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor2_dp_g(Node parent,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new nor2_dp_g. |
|
nor2_dp_g(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new nor2_dp_g. |
|
nor2_dp_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nor2_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor2_dp_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nor2_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor2_dp_g(Node parent,
ArgBlockList abl)
Constructs a new nor2_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nor2_dp_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor2_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nor3_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new nor3_dp. |
|
nor3_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new nor3_dp. |
|
nor3_dp(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)
Constructs a new nor3_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3_dp(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)
Constructs a new nor3_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor3_dp(Node parent,
ArgBlockList abl)
Constructs a new nor3_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nor3_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nor2_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor2_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor2_dp(Node parent,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new nor2_dp. |
|
nor2_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new nor2_dp. |
|
nor2_dp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nor2_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor2_dp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nor2_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor2_dp(Node parent,
ArgBlockList abl)
Constructs a new nor2_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nor2_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor2_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
or9_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
or9_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or9_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire i_8,
Wire o_0)
Constructs a new or9_dp. |
|
or9_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire i_8,
Wire o_0)
Constructs a new or9_dp. |
|
or9_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8,
java.lang.String s9,
Wire w9)
Constructs a new or9_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or9_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8,
java.lang.String s9,
Wire w9)
Constructs a new or9_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or9_dp(Node parent,
ArgBlockList abl)
Constructs a new or9_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
or9_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or9_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
or8_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
or8_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or8_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire o_0)
Constructs a new or8_dp. |
|
or8_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire o_0)
Constructs a new or8_dp. |
|
or8_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8)
Constructs a new or8_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or8_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8)
Constructs a new or8_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or8_dp(Node parent,
ArgBlockList abl)
Constructs a new or8_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
or8_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or8_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
or7_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
or7_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or7_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire o_0)
Constructs a new or7_dp. |
|
or7_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire o_0)
Constructs a new or7_dp. |
|
or7_dp(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,
java.lang.String s7,
Wire w7)
Constructs a new or7_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or7_dp(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,
java.lang.String s7,
Wire w7)
Constructs a new or7_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or7_dp(Node parent,
ArgBlockList abl)
Constructs a new or7_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
or7_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or7_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
or6_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
or6_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or6_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire o_0)
Constructs a new or6_dp. |
|
or6_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire o_0)
Constructs a new or6_dp. |
|
or6_dp(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 or6_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or6_dp(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 or6_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or6_dp(Node parent,
ArgBlockList abl)
Constructs a new or6_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
or6_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or6_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
or5_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
or5_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or5_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire o_0)
Constructs a new or5_dp. |
|
or5_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire o_0)
Constructs a new or5_dp. |
|
or5_dp(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)
Constructs a new or5_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or5_dp(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)
Constructs a new or5_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or5_dp(Node parent,
ArgBlockList abl)
Constructs a new or5_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
or5_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or5_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
or4_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new or4_dp. |
|
or4_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new or4_dp. |
|
or4_dp(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)
Constructs a new or4_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4_dp(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)
Constructs a new or4_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4_dp(Node parent,
ArgBlockList abl)
Constructs a new or4_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
or4_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
or3_dp_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3_dp_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3_dp_g(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new or3_dp_g. |
|
or3_dp_g(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new or3_dp_g. |
|
or3_dp_g(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)
Constructs a new or3_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3_dp_g(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)
Constructs a new or3_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or3_dp_g(Node parent,
ArgBlockList abl)
Constructs a new or3_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
or3_dp_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
or2_dp_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
or2_dp_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or2_dp_g(Node parent,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new or2_dp_g. |
|
or2_dp_g(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new or2_dp_g. |
|
or2_dp_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new or2_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or2_dp_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new or2_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or2_dp_g(Node parent,
ArgBlockList abl)
Constructs a new or2_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
or2_dp_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or2_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
or3_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new or3_dp. |
|
or3_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new or3_dp. |
|
or3_dp(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)
Constructs a new or3_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3_dp(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)
Constructs a new or3_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or3_dp(Node parent,
ArgBlockList abl)
Constructs a new or3_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
or3_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
or2_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
or2_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or2_dp(Node parent,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new or2_dp. |
|
or2_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new or2_dp. |
|
or2_dp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new or2_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or2_dp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new or2_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or2_dp(Node parent,
ArgBlockList abl)
Constructs a new or2_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
or2_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or2_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nand9_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand9_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand9_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire i_8,
Wire o_0)
Constructs a new nand9_dp. |
|
nand9_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire i_8,
Wire o_0)
Constructs a new nand9_dp. |
|
nand9_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8,
java.lang.String s9,
Wire w9)
Constructs a new nand9_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand9_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8,
java.lang.String s9,
Wire w9)
Constructs a new nand9_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand9_dp(Node parent,
ArgBlockList abl)
Constructs a new nand9_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nand9_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand9_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nand8_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand8_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand8_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire o_0)
Constructs a new nand8_dp. |
|
nand8_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire o_0)
Constructs a new nand8_dp. |
|
nand8_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8)
Constructs a new nand8_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand8_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8)
Constructs a new nand8_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand8_dp(Node parent,
ArgBlockList abl)
Constructs a new nand8_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nand8_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand8_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nand7_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand7_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand7_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire o_0)
Constructs a new nand7_dp. |
|
nand7_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire o_0)
Constructs a new nand7_dp. |
|
nand7_dp(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,
java.lang.String s7,
Wire w7)
Constructs a new nand7_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand7_dp(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,
java.lang.String s7,
Wire w7)
Constructs a new nand7_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand7_dp(Node parent,
ArgBlockList abl)
Constructs a new nand7_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nand7_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand7_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nand6_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand6_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand6_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire o_0)
Constructs a new nand6_dp. |
|
nand6_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire o_0)
Constructs a new nand6_dp. |
|
nand6_dp(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 nand6_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand6_dp(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 nand6_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand6_dp(Node parent,
ArgBlockList abl)
Constructs a new nand6_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nand6_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand6_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nand5_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand5_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand5_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire o_0)
Constructs a new nand5_dp. |
|
nand5_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire o_0)
Constructs a new nand5_dp. |
|
nand5_dp(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)
Constructs a new nand5_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand5_dp(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)
Constructs a new nand5_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand5_dp(Node parent,
ArgBlockList abl)
Constructs a new nand5_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nand5_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand5_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nand4_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new nand4_dp. |
|
nand4_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new nand4_dp. |
|
nand4_dp(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)
Constructs a new nand4_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4_dp(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)
Constructs a new nand4_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4_dp(Node parent,
ArgBlockList abl)
Constructs a new nand4_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nand4_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nand3_dp_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3_dp_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3_dp_g(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new nand3_dp_g. |
|
nand3_dp_g(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new nand3_dp_g. |
|
nand3_dp_g(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)
Constructs a new nand3_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3_dp_g(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)
Constructs a new nand3_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand3_dp_g(Node parent,
ArgBlockList abl)
Constructs a new nand3_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nand3_dp_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nand2_dp_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand2_dp_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand2_dp_g(Node parent,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new nand2_dp_g. |
|
nand2_dp_g(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new nand2_dp_g. |
|
nand2_dp_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nand2_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand2_dp_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nand2_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand2_dp_g(Node parent,
ArgBlockList abl)
Constructs a new nand2_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nand2_dp_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand2_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nand3_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new nand3_dp. |
|
nand3_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new nand3_dp. |
|
nand3_dp(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)
Constructs a new nand3_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3_dp(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)
Constructs a new nand3_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand3_dp(Node parent,
ArgBlockList abl)
Constructs a new nand3_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nand3_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nand2_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand2_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand2_dp(Node parent,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new nand2_dp. |
|
nand2_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new nand2_dp. |
|
nand2_dp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nand2_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand2_dp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nand2_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand2_dp(Node parent,
ArgBlockList abl)
Constructs a new nand2_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nand2_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand2_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
and9_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
and9_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and9_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire i_8,
Wire o_0)
Constructs a new and9_dp. |
|
and9_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire i_8,
Wire o_0)
Constructs a new and9_dp. |
|
and9_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8,
java.lang.String s9,
Wire w9)
Constructs a new and9_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and9_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8,
java.lang.String s9,
Wire w9)
Constructs a new and9_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and9_dp(Node parent,
ArgBlockList abl)
Constructs a new and9_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
and9_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and9_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
and8_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
and8_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and8_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire o_0)
Constructs a new and8_dp. |
|
and8_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire i_7,
Wire o_0)
Constructs a new and8_dp. |
|
and8_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8)
Constructs a new and8_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and8_dp(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,
java.lang.String s7,
Wire w7,
java.lang.String s8,
Wire w8)
Constructs a new and8_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and8_dp(Node parent,
ArgBlockList abl)
Constructs a new and8_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
and8_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and8_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
and7_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
and7_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and7_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire o_0)
Constructs a new and7_dp. |
|
and7_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire i_6,
Wire o_0)
Constructs a new and7_dp. |
|
and7_dp(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,
java.lang.String s7,
Wire w7)
Constructs a new and7_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and7_dp(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,
java.lang.String s7,
Wire w7)
Constructs a new and7_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and7_dp(Node parent,
ArgBlockList abl)
Constructs a new and7_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
and7_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and7_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
and6_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
and6_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and6_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire o_0)
Constructs a new and6_dp. |
|
and6_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire i_5,
Wire o_0)
Constructs a new and6_dp. |
|
and6_dp(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 and6_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and6_dp(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 and6_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and6_dp(Node parent,
ArgBlockList abl)
Constructs a new and6_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
and6_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and6_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
and5_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
and5_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and5_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire o_0)
Constructs a new and5_dp. |
|
and5_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire i_4,
Wire o_0)
Constructs a new and5_dp. |
|
and5_dp(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)
Constructs a new and5_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and5_dp(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)
Constructs a new and5_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and5_dp(Node parent,
ArgBlockList abl)
Constructs a new and5_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
and5_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and5_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
and4_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new and4_dp. |
|
and4_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new and4_dp. |
|
and4_dp(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)
Constructs a new and4_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4_dp(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)
Constructs a new and4_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4_dp(Node parent,
ArgBlockList abl)
Constructs a new and4_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
and4_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
and3_dp_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3_dp_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3_dp_g(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new and3_dp_g. |
|
and3_dp_g(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new and3_dp_g. |
|
and3_dp_g(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)
Constructs a new and3_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3_dp_g(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)
Constructs a new and3_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and3_dp_g(Node parent,
ArgBlockList abl)
Constructs a new and3_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
and3_dp_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
and2_dp_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
and2_dp_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and2_dp_g(Node parent,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new and2_dp_g. |
|
and2_dp_g(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new and2_dp_g. |
|
and2_dp_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new and2_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and2_dp_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new and2_dp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and2_dp_g(Node parent,
ArgBlockList abl)
Constructs a new and2_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
and2_dp_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and2_dp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
and3_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3_dp(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new and3_dp. |
|
and3_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new and3_dp. |
|
and3_dp(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)
Constructs a new and3_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3_dp(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)
Constructs a new and3_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and3_dp(Node parent,
ArgBlockList abl)
Constructs a new and3_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
and3_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
and2_dp(Node parent)
Used only by child classes to pass up the parent cell. |
|
and2_dp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and2_dp(Node parent,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new and2_dp. |
|
and2_dp(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new and2_dp. |
|
and2_dp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new and2_dp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and2_dp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new and2_dp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and2_dp(Node parent,
ArgBlockList abl)
Constructs a new and2_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
and2_dp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and2_dp, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
OBX(Node parent)
Used only by child classes to pass up the parent cell. |
|
OBX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
OBX(Node parent,
Wire i_0,
Wire o_0)
Constructs a new OBX. |
|
OBX(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire o_0)
Constructs a new OBX. |
|
OBX(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new OBX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
OBX(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new OBX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
OBX(Node parent,
ArgBlockList abl)
Constructs a new OBX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
OBX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new OBX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dffre_dpX(Node parent)
Used only by child classes to pass up the parent cell. |
|
dffre_dpX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
dffre_dpX(Node parent,
Wire i_0,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new dffre_dpX. |
|
dffre_dpX(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new dffre_dpX. |
|
dffre_dpX(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new dffre_dpX. |
|
dffre_dpX(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new dffre_dpX. |
|
dffre_dpX(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)
Constructs a new dffre_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
dffre_dpX(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)
Constructs a new dffre_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
dffre_dpX(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)
Constructs a new dffre_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dffre_dpX(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)
Constructs a new dffre_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dffre_dpX(Node parent,
ArgBlockList abl)
Constructs a new dffre_dpX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dffre_dpX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new dffre_dpX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
addsubX(Node parent)
Used only by child classes to pass up the parent cell. |
|
addsubX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
addsubX(Node parent,
Wire a,
Wire b,
Wire ci,
Wire add,
Wire s,
Wire co)
Constructs a new addsubX. |
|
addsubX(Node parent,
java.lang.String instanceName,
Wire a,
Wire b,
Wire ci,
Wire add,
Wire s,
Wire co)
Constructs a new addsubX. |
|
addsubX(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)
Constructs a new addsubX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
addsubX(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)
Constructs a new addsubX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
addsubX(Node parent,
ArgBlockList abl)
Constructs a new addsubX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
addsubX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new addsubX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
subX(Node parent)
Used only by child classes to pass up the parent cell. |
|
subX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
subX(Node parent,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
Constructs a new subX. |
|
subX(Node parent,
java.lang.String instanceName,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
Constructs a new subX. |
|
subX(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)
Constructs a new subX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
subX(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)
Constructs a new subX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
subX(Node parent,
ArgBlockList abl)
Constructs a new subX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
subX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new subX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dffs_dpX(Node parent)
Used only by child classes to pass up the parent cell. |
|
dffs_dpX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
dffs_dpX(Node parent,
Wire i_0,
Wire i_2,
Wire o_0)
Constructs a new dffs_dpX. |
|
dffs_dpX(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_2,
Wire o_0)
Constructs a new dffs_dpX. |
|
dffs_dpX(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new dffs_dpX. |
|
dffs_dpX(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new dffs_dpX. |
|
dffs_dpX(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new dffs_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
dffs_dpX(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new dffs_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
dffs_dpX(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)
Constructs a new dffs_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dffs_dpX(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)
Constructs a new dffs_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dffs_dpX(Node parent,
ArgBlockList abl)
Constructs a new dffs_dpX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dffs_dpX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new dffs_dpX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
bufX(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufX(Node parent,
Wire A,
Wire Q)
Constructs a new bufX. |
|
bufX(Node parent,
java.lang.String instanceName,
Wire A,
Wire Q)
Constructs a new bufX. |
|
bufX(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufX(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufX(Node parent,
ArgBlockList abl)
Constructs a new bufX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
bufX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
notX(Node parent)
Used only by child classes to pass up the parent cell. |
|
notX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
notX(Node parent,
Wire i_0,
Wire o_0)
Constructs a new notX. |
|
notX(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire o_0)
Constructs a new notX. |
|
notX(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new notX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
notX(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new notX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
notX(Node parent,
ArgBlockList abl)
Constructs a new notX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
notX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new notX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dffse_dpX(Node parent)
Used only by child classes to pass up the parent cell. |
|
dffse_dpX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
dffse_dpX(Node parent,
Wire i_0,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new dffse_dpX. |
|
dffse_dpX(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new dffse_dpX. |
|
dffse_dpX(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new dffse_dpX. |
|
dffse_dpX(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire i_3,
Wire o_0)
Constructs a new dffse_dpX. |
|
dffse_dpX(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)
Constructs a new dffse_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
dffse_dpX(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)
Constructs a new dffse_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
dffse_dpX(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)
Constructs a new dffse_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dffse_dpX(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)
Constructs a new dffse_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dffse_dpX(Node parent,
ArgBlockList abl)
Constructs a new dffse_dpX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dffse_dpX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new dffse_dpX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
addX(Node parent)
Used only by child classes to pass up the parent cell. |
|
addX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
addX(Node parent,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
Constructs a new addX. |
|
addX(Node parent,
java.lang.String instanceName,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
Constructs a new addX. |
|
addX(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)
Constructs a new addX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
addX(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)
Constructs a new addX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
addX(Node parent,
ArgBlockList abl)
Constructs a new addX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
addX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new addX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
mux_dpX(Node parent)
Used only by child classes to pass up the parent cell. |
|
mux_dpX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
mux_dpX(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new mux_dpX. |
|
mux_dpX(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new mux_dpX. |
|
mux_dpX(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)
Constructs a new mux_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
mux_dpX(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)
Constructs a new mux_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
mux_dpX(Node parent,
ArgBlockList abl)
Constructs a new mux_dpX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
mux_dpX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new mux_dpX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dffe_dpX(Node parent)
Used only by child classes to pass up the parent cell. |
|
dffe_dpX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
dffe_dpX(Node parent,
Wire i_0,
Wire i_2,
Wire o_0)
Constructs a new dffe_dpX. |
|
dffe_dpX(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_2,
Wire o_0)
Constructs a new dffe_dpX. |
|
dffe_dpX(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new dffe_dpX. |
|
dffe_dpX(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new dffe_dpX. |
|
dffe_dpX(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new dffe_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
dffe_dpX(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new dffe_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
dffe_dpX(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)
Constructs a new dffe_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dffe_dpX(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)
Constructs a new dffe_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dffe_dpX(Node parent,
ArgBlockList abl)
Constructs a new dffe_dpX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dffe_dpX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new dffe_dpX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
gndX(Node parent)
Used only by child classes to pass up the parent cell. |
|
gndX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
gndX(Node parent,
Wire Y)
Constructs a new gndX. |
|
gndX(Node parent,
java.lang.String instanceName,
Wire Y)
Constructs a new gndX. |
|
gndX(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new gndX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
gndX(Node parent,
ArgBlockList abl)
Constructs a new gndX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
gndX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new gndX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
vccX(Node parent)
Used only by child classes to pass up the parent cell. |
|
vccX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
vccX(Node parent,
Wire Y)
Constructs a new vccX. |
|
vccX(Node parent,
java.lang.String instanceName,
Wire Y)
Constructs a new vccX. |
|
vccX(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new vccX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
vccX(Node parent,
ArgBlockList abl)
Constructs a new vccX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
vccX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new vccX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
OBTX(Node parent)
Used only by child classes to pass up the parent cell. |
|
OBTX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
OBTX(Node parent,
Wire i_0,
Wire OE,
Wire o_0)
Constructs a new OBTX. |
|
OBTX(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire OE,
Wire o_0)
Constructs a new OBTX. |
|
OBTX(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new OBTX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
OBTX(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new OBTX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
OBTX(Node parent,
ArgBlockList abl)
Constructs a new OBTX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
OBTX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new OBTX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dffr_dpX(Node parent)
Used only by child classes to pass up the parent cell. |
|
dffr_dpX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
dffr_dpX(Node parent,
Wire i_0,
Wire i_2,
Wire o_0)
Constructs a new dffr_dpX. |
|
dffr_dpX(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_2,
Wire o_0)
Constructs a new dffr_dpX. |
|
dffr_dpX(Node parent,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new dffr_dpX. |
|
dffr_dpX(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire i_2,
Wire o_0)
Constructs a new dffr_dpX. |
|
dffr_dpX(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new dffr_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
dffr_dpX(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new dffr_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
dffr_dpX(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)
Constructs a new dffr_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dffr_dpX(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)
Constructs a new dffr_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dffr_dpX(Node parent,
ArgBlockList abl)
Constructs a new dffr_dpX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dffr_dpX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new dffr_dpX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dff_dpX(Node parent)
Used only by child classes to pass up the parent cell. |
|
dff_dpX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
dff_dpX(Node parent,
Wire i_0,
Wire o_0)
Constructs a new dff_dpX. |
|
dff_dpX(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire o_0)
Constructs a new dff_dpX. |
|
dff_dpX(Node parent,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new dff_dpX. |
|
dff_dpX(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire i_1,
Wire o_0)
Constructs a new dff_dpX. |
|
dff_dpX(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new dff_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
dff_dpX(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new dff_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
dff_dpX(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new dff_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dff_dpX(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new dff_dpX, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
dff_dpX(Node parent,
ArgBlockList abl)
Constructs a new dff_dpX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
dff_dpX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new dff_dpX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
IBX(Node parent)
Used only by child classes to pass up the parent cell. |
|
IBX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
IBX(Node parent,
Wire i_0,
Wire o_0)
Constructs a new IBX. |
|
IBX(Node parent,
java.lang.String instanceName,
Wire i_0,
Wire o_0)
Constructs a new IBX. |
|
IBX(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new IBX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
IBX(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new IBX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
IBX(Node parent,
ArgBlockList abl)
Constructs a new IBX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
IBX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new IBX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
orX(Node parent)
Used only by child classes to pass up the parent cell. |
|
orX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
orX(Node parent,
Wire i,
Wire o)
Constructs a new orX. |
|
orX(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new orX. |
|
orX(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new orX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
orX(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new orX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
orX(Node parent,
ArgBlockList abl)
Constructs a new orX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
orX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new orX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nandX(Node parent)
Used only by child classes to pass up the parent cell. |
|
nandX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nandX(Node parent,
Wire i,
Wire o)
Constructs a new nandX. |
|
nandX(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new nandX. |
|
nandX(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new nandX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nandX(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new nandX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nandX(Node parent,
ArgBlockList abl)
Constructs a new nandX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
nandX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nandX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
norX(Node parent)
Used only by child classes to pass up the parent cell. |
|
norX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
norX(Node parent,
Wire i,
Wire o)
Constructs a new norX. |
|
norX(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new norX. |
|
norX(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new norX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
norX(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new norX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
norX(Node parent,
ArgBlockList abl)
Constructs a new norX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
norX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new norX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xorX(Node parent)
Used only by child classes to pass up the parent cell. |
|
xorX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xorX(Node parent,
Wire i,
Wire o)
Constructs a new xorX. |
|
xorX(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new xorX. |
|
xorX(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new xorX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xorX(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new xorX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xorX(Node parent,
ArgBlockList abl)
Constructs a new xorX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xorX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xorX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnorX(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnorX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnorX(Node parent,
Wire i,
Wire o)
Constructs a new xnorX. |
|
xnorX(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new xnorX. |
|
xnorX(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new xnorX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnorX(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new xnorX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnorX(Node parent,
ArgBlockList abl)
Constructs a new xnorX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnorX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnorX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
andX(Node parent)
Used only by child classes to pass up the parent cell. |
|
andX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
andX(Node parent,
Wire i,
Wire o)
Constructs a new andX. |
|
andX(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new andX. |
|
andX(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new andX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
andX(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new andX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
andX(Node parent,
ArgBlockList abl)
Constructs a new andX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
andX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new andX, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
Shifter(Node parent,
Wire in,
Wire out,
int shift,
boolean direction,
boolean arithmetic)
Constructs a Shifter that shifts the in Wire
parameter, with the out Wire parameter as output,
and with the shift amount, direction, and mode given by the
integer and boolean parameters. |
|
Constant(Node parent,
Wire wire,
int value)
Constructs a new Constant for the given constant wire, using the int parameter as the initilization value. |
|
Constant(Node parent,
Wire wire,
long value)
Constructs a new Constant for the given constant wire, using the long parameter as the initilization value. |
|
Constant(Node parent,
Wire wire,
int[] value)
Constructs a new Constant for the given constant wire, using the int[] parameter as the initilization value. |
|
Constant(Node parent,
Wire wire,
BV value)
Constructs a new Constant for the given constant wire, using the BV parameter as the initilization value. |
|
CSRCCL(Node parent)
|
|
CSRCCL(Node parent,
java.lang.String name)
|
|
CSRCFD(Node parent)
|
|
CSRCFD(Node parent,
java.lang.String name)
|
|
CSRCFD(Node parent,
boolean connect_implicit_ports)
|
|
CSRCFD(Node parent,
java.lang.String name,
boolean connect_implicit_ports)
|
|
| Uses of Node in byucc.jhdl.DRC |
| Subclasses of Node in byucc.jhdl.DRC | |
class |
DBone
A skeleton TBone-like class for checking circuits against design rules. |
class |
Toggler
|
| Constructors in byucc.jhdl.DRC with parameters of type Node | |
DBone(Node parent,
java.lang.Class cell)
Constructor for DBone. |
|
Toggler(Node parent,
Wire i,
Wire clk,
Wire o,
Wire asserted)
|
|
Toggler(Node parent,
Wire i,
Wire clk,
Wire o,
Wire asserted,
java.lang.String instanceName)
|
|
| Uses of Node in byucc.jhdl.DRC.Tester |
| Subclasses of Node in byucc.jhdl.DRC.Tester | |
class |
DesignRuleCheckerTester
|
class |
LogicMisplacement
This design targets the Digilab XC4000 Spartan architecture. |
class |
MultiplePuts
This design targets the Digilab XC4000 Spartan architecture. |
class |
NoBufg
This design violates the rule of not running an explicit clock wire through a bufg |
| Constructors in byucc.jhdl.DRC.Tester with parameters of type Node | |
LogicMisplacement(Node parent,
Wire i,
Wire explicit_clock,
Wire o)
|
|
LogicMisplacement(Node parent,
Wire i,
Wire explicit_clock,
Wire o,
java.lang.String instanceName)
|
|
NoBufg(Node parent,
Wire i,
Wire explicit_clock,
Wire o)
|
|
NoBufg(Node parent,
Wire i,
Wire explicit_clock,
Wire o,
java.lang.String instanceName)
|
|
MultiplePuts(Node parent,
Wire i,
Wire explicit_clock,
Wire o)
|
|
MultiplePuts(Node parent,
Wire i,
Wire explicit_clock,
Wire o,
java.lang.String instanceName)
|
|
DesignRuleCheckerTester(Node parent)
|
|
| Uses of Node in byucc.jhdl.examples |
| Subclasses of Node in byucc.jhdl.examples | |
class |
Calculator
|
class |
FullAdder
|
class |
NBitAdder
|
| Constructors in byucc.jhdl.examples with parameters of type Node | |
FullAdder(Node parent,
Wire a,
Wire b,
Wire cin,
Wire sum,
Wire cout)
|
|
NBitAdder(Node parent,
Wire a,
Wire b,
Wire sum)
|
|
Calculator(Node parent)
|
|
| Uses of Node in byucc.jhdl.examples.des |
| Subclasses of Node in byucc.jhdl.examples.des | |
class |
DES
|
class |
DESLogic
|
class |
DESRoundC
|
class |
SBoxes
|
| Constructors in byucc.jhdl.examples.des with parameters of type Node | |
DESLogic(Node parent)
|
|
DES(Node parent,
Wire encode,
Wire data_in,
Wire key_in,
Wire data_out)
|
|
SBoxes(Node parent,
Wire in,
Wire out)
|
|
DESRoundC(Node parent,
int round_num,
Wire encode,
Wire data_in,
Wire key_in,
Wire data_out,
Wire key_out)
|
|
| Uses of Node in byucc.jhdl.examples.editDistance |
| Subclasses of Node in byucc.jhdl.examples.editDistance | |
class |
char_fsm2
|
class |
char_slice2
|
class |
charcomp2
|
class |
edistance2
This is the top level code for finding the evolutionary distance between a target string which is compiled into the hardware, and a source string which is passed through the linear systolic array of character comparitors. |
class |
left_edge2
|
class |
mod4count2
|
class |
upDownCounter
Counter counts up if up_down is a 1, down if up_down is a 0. |
| Constructors in byucc.jhdl.examples.editDistance with parameters of type Node | |
edistance2(Node parent,
Wire char_in,
Wire edist,
java.lang.String target)
This single constructor takes a 4 bit wire which represents the one-hot encoded characters or the source string and the output wire of appropriate width for the distance. |
|
charcomp2(Node parent,
Wire char_in,
Wire match,
Wire char_out,
char target)
|
|
upDownCounter(Node parent,
Wire load,
Wire load_value,
Wire up_down,
Wire clken,
Wire count)
|
|
char_slice2(Node parent,
Wire reset,
Wire char_in,
Wire src_dist_in,
Wire reset_out,
Wire char_out,
Wire src_dist_out,
char target)
|
|
char_fsm2(Node parent,
Wire reset,
Wire match,
Wire src_dist_in,
Wire src_dist_out)
|
|
left_edge2(Node parent,
Wire char_in,
Wire src_dist_out,
Wire reset,
Wire char_out)
|
|
mod4count2(Node parent,
int length,
Wire reset,
Wire mod4,
Wire total_count)
|
|
| Uses of Node in byucc.jhdl.examples.fsm |
| Subclasses of Node in byucc.jhdl.examples.fsm | |
class |
fsmMemCtl
|
class |
parity
|
| Constructors in byucc.jhdl.examples.fsm with parameters of type Node | |
fsmMemCtl(Node parent,
Wire reset,
Wire writeReq,
Wire readReq,
Wire latchAddr,
Wire rw_,
Wire ack,
java.lang.String fname)
|
|
parity(Node parent,
Wire reset,
Wire inData,
Wire outData)
|
|
| Uses of Node in byucc.jhdl.examples.shifter |
| Subclasses of Node in byucc.jhdl.examples.shifter | |
class |
ShiftMuxR
Right shifter mux. |
class |
VarShiftR
Right shifter module generator This module will create an variable width right shifter with that can either do logical or arithmetic shifts |
| Constructors in byucc.jhdl.examples.shifter with parameters of type Node | |
VarShiftR(Node parent,
boolean logical,
Wire a,
Wire shift_amt,
Wire out)
|
|
ShiftMuxR(Node parent,
boolean logical,
int shiftnum,
Wire a,
Wire shift,
Wire out)
|
|
| Uses of Node in byucc.jhdl.examples.xr16cpu |
| Subclasses of Node in byucc.jhdl.examples.xr16cpu | |
class |
adsuovf1
|
class |
adsuovf16
|
class |
bram_1k
|
class |
bram_4k
|
class |
brir
|
class |
control
|
class |
datapath
|
class |
dec16
|
class |
lcdoutport
|
class |
logicops
|
class |
parinport
|
class |
paroutport
|
class |
regfile
|
class |
sport
|
class |
timerefs
|
class |
uar
|
class |
uat
|
class |
xr16vx_1k
|
class |
xr16vx_4k
|
class |
xr16vxcpu
|
| Constructors in byucc.jhdl.examples.xr16cpu with parameters of type Node | |
logicops(Node parent,
Wire a,
Wire b,
Wire shin,
Wire ir,
Wire c,
Wire shout)
|
|
lcdoutport(Node parent,
Wire ref31Hz,
Wire ioaddr,
Wire portaddr,
Wire iowritedata,
Wire iowe,
Wire iore,
Wire dataout,
Wire lcd_com,
Wire ten_dp,
Wire one_dp,
Wire ten_out,
Wire one_out)
|
|
bram_4k(Node parent,
Wire endata,
Wire addrdata,
Wire writedata,
Wire wedata,
Wire readdata,
Wire eninst,
Wire addrinst,
Wire readinst)
|
|
| |