|
|||||||||||
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)
|
|
adsuovf1(Node parent,
Wire a,
Wire b,
Wire add,
Wire ci,
Wire s,
Wire co)
|
|
datapath(Node parent,
Wire ce,
Wire readdata,
Wire raadr,
Wire rbadr,
Wire rdadr,
Wire regwe,
Wire alub_is_immed,
Wire carryin,
Wire shin,
Wire addop,
Wire alu_is_logic,
Wire ir,
Wire immed,
Wire callop,
Wire jalop,
Wire sbop,
Wire take_br,
Wire stall,
Wire was_ld,
Wire was_lw,
Wire was_even,
Wire firstcyc,
Wire memaddr,
Wire writedata,
Wire carryout,
Wire ovf,
Wire alun,
Wire aluz,
Wire shout,
Wire nextpc,
Wire pc)
|
|
sport(Node parent,
Wire ioaddr,
Wire portaddr_rcvr,
Wire portaddr_xmtr,
Wire iowritedata,
Wire iowe,
Wire iore,
Wire rs232rx,
Wire rs232tx,
Wire dataout)
|
|
bram_1k(Node parent,
Wire endata,
Wire addrdata,
Wire writedata,
Wire wedata,
Wire readdata,
Wire eninst,
Wire addrinst,
Wire readinst)
|
|
timerefs(Node parent,
Wire ref1kHz,
Wire ref31Hz)
|
|
uat(Node parent,
Wire xmt_in,
Wire load_xmt_in,
Wire baud4en,
Wire xmtr,
Wire xmt_rdy)
|
|
xr16vxcpu(Node parent,
Wire ce,
Wire readdata,
Wire readinst,
Wire irq,
Wire stall,
Wire memre,
Wire memwe,
Wire memaddr,
Wire writedata,
Wire nextpc,
Wire pc,
Wire ir)
|
|
brir(Node parent,
Wire ce,
Wire stall,
Wire readinst,
Wire carryout,
Wire ovf,
Wire alun,
Wire aluz,
Wire shout,
Wire callop,
Wire jalop,
Wire bcond,
Wire can_intr,
Wire irq,
Wire ir,
Wire raadr,
Wire rbadr,
Wire take_br,
Wire carryoutreg,
Wire shoutreg)
|
|
uar(Node parent,
Wire rcvr,
Wire rcv_out,
Wire new_rcv_out,
Wire baud4en)
|
|
xr16vx_4k(Node parent,
Wire led_n)
|
|
regfile(Node parent,
Wire we,
Wire raadr,
Wire rbadr,
Wire rdadr,
Wire rd,
Wire ra,
Wire rb)
|
|
adsuovf16(Node parent,
Wire a,
Wire b,
Wire add,
Wire ci,
Wire s,
Wire co,
Wire ovf)
|
|
paroutport(Node parent,
Wire ioaddr,
Wire portaddr,
Wire iowritedata,
Wire iowe,
Wire iore,
Wire dataout,
Wire parout)
|
|
dec16(Node parent,
Wire src,
Wire d0,
Wire d1,
Wire d2,
Wire d3,
Wire d4,
Wire d5,
Wire d6,
Wire d7,
Wire d8,
Wire d9,
Wire d10,
Wire d11,
Wire d12,
Wire d13,
Wire d14,
Wire d15)
|
|
xr16vx_1k(Node parent,
Wire dip_sw,
Wire rs232rx,
Wire lcd_com,
Wire ten_dp,
Wire one_dp,
Wire ten_out,
Wire one_out,
Wire rs232tx,
Wire led_n)
|
|
control(Node parent,
Wire ce,
Wire memaddr,
Wire ir,
Wire take_br,
Wire carryoutreg,
Wire shoutreg,
Wire immed,
Wire rdadr,
Wire memwe,
Wire regwe,
Wire alub_is_immed,
Wire carryin,
Wire shin,
Wire addop,
Wire alu_is_logic,
Wire callop,
Wire jalop,
Wire bcond,
Wire sbop,
Wire memre,
Wire stall,
Wire was_ld,
Wire was_lw,
Wire was_even,
Wire firstcyc,
Wire can_intr)
|
|
parinport(Node parent,
Wire ioaddr,
Wire portaddr,
Wire iore,
Wire parin,
Wire dataout)
|
Uses of Node in byucc.jhdl.Fsm |
Subclasses of Node in byucc.jhdl.Fsm | |
class |
Fsm
|
class |
SynthesizedFsm
for automatic FSM Synthesis (temporarily modified from Fsm.java by navanee) main Distinction from Fsm.java is that the csWire can be seen outside and that is the only FSM output. |
Constructors in byucc.jhdl.Fsm with parameters of type Node | |
Fsm(Node parent)
This creates a new Fsm. |
|
Fsm(Node parent,
java.lang.String name)
This creates a new Fsm. |
|
SynthesizedFsm(Node parent,
java.lang.String name)
This creates a new Fsm. |
Uses of Node in byucc.jhdl.Logic |
Subclasses of Node in byucc.jhdl.Logic | |
class |
LibrarySelfTester
This class aids in testing components of a library. |
class |
Logic
The Logic class provides a platform-independent interface into FPGA circuit design. |
class |
LogicGates
This class only exists to split Logic into two files so that it's easier to deal with it. |
class |
LogicStatic
This class only exists to split Logic into two files so that it's easier to deal with it. |
class |
LogicSubCell
This class allows calls to pushHierarchy to create a Logic cell, instead of a feature-less default. |
Methods in byucc.jhdl.Logic with parameters of type Node | |
SubCell |
Logic.constructSubCell(Node parent,
java.lang.String name)
This call overrides that in Cell, so that pushHierarchy returns a Logic cell. |
SubCell |
Logic.constructSubCellNoImplicitPorts(Node parent,
java.lang.String name)
|
static Wire |
LogicStatic.buf_o(Node parent,
Wire in,
Wire out)
Constructs a new buffer, with user-supplied wire as its output. |
static Wire |
LogicStatic.buf_o(Node parent,
Wire in,
Wire out,
java.lang.String name)
Constructs a new buffer, with user-supplied wire as its output. |
static Wire |
LogicStatic.nc(Node parent)
Constructs a "dangling output" wire. |
static Wire |
LogicStatic.nc(Node parent,
int width)
|
Constructors in byucc.jhdl.Logic with parameters of type Node | |
Logic(Node parent)
Constructs a new Logic object with given node as parent. |
|
Logic(Node parent,
java.lang.String name)
Constructs a new Logic object with given node as parent, naming it with the given string. |
|
Logic(Node parent,
boolean connect_implicit_ports)
Constructs a new Logic object with given node as parent. |
|
Logic(Node parent,
java.lang.String name,
boolean connect_implicit_ports)
Constructs a new Logic object with given node as parent, naming it with the given string. |
|
Logic(Node parent,
TechMapper tm)
Constructs a new Logic object with given node as parent, using the given TechMapper object for technology mapping. |
|
Logic(Node parent,
TechMapper tm,
java.lang.String name,
boolean connect_implicit_ports)
Constructs a new Logic object with given node as parent, naming it with the given string, and using the given TechMapper object for technology mapping. |
|
LogicStatic(Node parent,
java.lang.String name)
|
|
LogicGates(Node parent,
java.lang.String name)
|
Uses of Node in byucc.jhdl.Logic.Modules |
Subclasses of Node in byucc.jhdl.Logic.Modules | |
class |
COMPARATORS
General Description |
class |
CORDICS
General Description |
class |
COUNTERS
General Description |
class |
Decoder
implements an arbitrary-width decoder out of standard (wide) AND gates. |
class |
decoder1_2
General Description |
class |
decoder2_4
General Description |
class |
decoder3_8
General Description |
class |
decoder4_16
General Description |
class |
decoder5_32
General Description |
class |
decoder6_64
General Description |
class |
decoder7_128
General Description |
class |
decoder8_256
General Description |
class |
DECODERS
General Description |
class |
DIVIDERS
General Description |
class |
Duplicate
simply takes the one bit input wire and replicates it for every bit of the output. |
class |
Encoder
encodes the one-hot input value. |
class |
FreeRunTimer
a free-running timer that triggers (times out) at a user-defined interval. |
class |
LogShiftL
implements a barrel shifter by cascading a series of muxes. |
class |
LogShiftR
implements a barrel shifter by cascading a series of muxes. |
class |
MULTIPLIERS
General Description |
class |
OTHERS
General Description |
class |
ParallelLeftShiftReg
ParallelLeftShiftReg.java Created: Jan 03 |
class |
ParallelRightShiftReg
ParallelRightShiftReg.java Created: Jan 03 |
class |
Reverse
Completely reverses (mirrors) the bit order of the input, so that LSB becomes MSB, etc... |
class |
toggle
General Description |
class |
UpDownCount
General Description |
Methods in byucc.jhdl.Logic.Modules with parameters of type Node | |
static void |
COMPARATORS.Gt(Node parent,
Wire a,
Wire b,
Wire q)
|
static void |
COMPARATORS.Gt(Node parent,
Wire a,
Wire b,
Wire q,
java.lang.String instanceName)
|
static void |
COMPARATORS.Signed_Gt(Node parent,
Wire a,
Wire b,
Wire q)
|
static void |
COMPARATORS.Signed_Gt(Node parent,
Wire a,
Wire b,
Wire q,
java.lang.String instanceName)
|
static void |
COMPARATORS.Lt(Node parent,
Wire a,
Wire b,
Wire q)
|
static void |
COMPARATORS.Lt(Node parent,
Wire a,
Wire b,
Wire q,
java.lang.String instanceName)
|
static void |
COMPARATORS.Signed_Lt(Node parent,
Wire a,
Wire b,
Wire q)
|
static void |
COMPARATORS.Signed_Lt(Node parent,
Wire a,
Wire b,
Wire q,
java.lang.String instanceName)
|
static void |
COMPARATORS.Eq(Node parent,
Wire a,
Wire b,
Wire q)
|
static void |
COMPARATORS.Eq(Node parent,
Wire a,
Wire b,
Wire q,
java.lang.String instanceName)
|
static void |
DECODERS.decoder(Node parent,
Wire in,
Wire[] out)
|
static void |
DECODERS.decoder(Node parent,
Wire in,
Wire[] out,
java.lang.String name)
|
static void |
DIVIDERS.IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire quotient,
Wire remainder,
Wire divideByZero)
|
static void |
DIVIDERS.IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire quotient,
Wire remainder,
Wire divideByZero,
java.lang.String instanceName)
|
static void |
DIVIDERS.Pipe_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire quotient,
Wire remainder,
Wire divideByZero,
int pipedepth)
|
static void |
DIVIDERS.Pipe_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire quotient,
Wire remainder,
Wire divideByZero,
int pipedepth,
java.lang.String instanceName)
|
static void |
DIVIDERS.Round_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire quotient,
Wire divideByZero)
|
static void |
DIVIDERS.Round_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire quotient,
Wire divideByZero,
java.lang.String instanceName)
|
static void |
DIVIDERS.RoundPipe_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire quotient,
Wire divideByZero,
int pipedepth)
|
static void |
DIVIDERS.RoundPipe_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire quotient,
Wire divideByZero,
int pipedepth,
java.lang.String instanceName)
|
static void |
DIVIDERS.EnPipe_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire en,
Wire quotient,
Wire remainder,
Wire divideByZero,
int pipedepth)
|
static void |
DIVIDERS.EnPipe_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire en,
Wire quotient,
Wire remainder,
Wire divideByZero,
int pipedepth,
java.lang.String instanceName)
|
static void |
DIVIDERS.EnRoundPipe_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire en,
Wire quotient,
Wire divideByZero,
int pipedepth)
|
static void |
DIVIDERS.EnRoundPipe_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire en,
Wire quotient,
Wire divideByZero,
int pipedepth,
java.lang.String instanceName)
|
static void |
DIVIDERS.Signed_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire quotient,
Wire remainder,
Wire divideByZero)
|
static void |
DIVIDERS.Signed_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire quotient,
Wire remainder,
Wire divideByZero,
java.lang.String instanceName)
|
static void |
DIVIDERS.SignedPipe_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire quotient,
Wire remainder,
Wire divideByZero,
int pipedepth)
|
static void |
DIVIDERS.SignedPipe_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire quotient,
Wire remainder,
Wire divideByZero,
int pipedepth,
java.lang.String instanceName)
|
static void |
DIVIDERS.SignedRound_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire quotient,
Wire divideByZero)
|
static void |
DIVIDERS.SignedRound_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire quotient,
Wire divideByZero,
java.lang.String instanceName)
|
static void |
DIVIDERS.SignedRoundPipe_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire quotient,
Wire divideByZero,
int pipedepth)
|
static void |
DIVIDERS.SignedRoundPipe_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire quotient,
Wire divideByZero,
int pipedepth,
java.lang.String instanceName)
|
static void |
DIVIDERS.SignedEnPipe_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire en,
Wire quotient,
Wire remainder,
Wire divideByZero,
int pipedepth)
|
static void |
DIVIDERS.SignedEnPipe_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire en,
Wire quotient,
Wire remainder,
Wire divideByZero,
int pipedepth,
java.lang.String instanceName)
|
static void |
DIVIDERS.SignedEnRoundPipe_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire en,
Wire quotient,
Wire divideByZero,
int pipedepth)
|
static void |
DIVIDERS.SignedEnRoundPipe_IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire en,
Wire quotient,
Wire divideByZero,
int pipedepth,
java.lang.String instanceName)
|
static void |
CORDICS.RectToPolar(Node parent,
Wire x,
Wire y,
Wire mag,
Wire phase)
|
static void |
CORDICS.PolarToRect(Node parent,
Wire mag,
Wire phase,
Wire x,
Wire y)
|
static Wire |
CORDICS.buf_o(Node parent,
Wire in,
Wire out,
java.lang.String name)
|
static Wire |
CORDICS.nc(Node parent,
int width)
|
static void |
MULTIPLIERS.Booth(Node parent,
Wire in1,
Wire in2,
Wire start,
Wire finished,
Wire out)
|
static void |
MULTIPLIERS.Booth(Node parent,
Wire in1,
Wire in2,
Wire start,
Wire finished,
Wire out,
java.lang.String instanceName)
|
static void |
MULTIPLIERS.ArrayMult(Node parent,
Wire x,
Wire y,
Wire pout)
|
static void |
MULTIPLIERS.ArrayMult(Node parent,
Wire x,
Wire y,
Wire pout,
java.lang.String instanceName)
|
static void |
MULTIPLIERS.Pipe_ArrayMult(Node parent,
Wire x,
Wire y,
Wire pout,
int pipedepth)
|
static void |
MULTIPLIERS.Pipe_ArrayMult(Node parent,
Wire x,
Wire y,
Wire pout,
int pipedepth,
java.lang.String instanceName)
|
static void |
MULTIPLIERS.EnPipe_ArrayMult(Node parent,
Wire x,
Wire y,
Wire en,
Wire pout,
int pipedepth)
|
static void |
MULTIPLIERS.EnPipe_ArrayMult(Node parent,
Wire x,
Wire y,
Wire en,
Wire pout,
int pipedepth,
java.lang.String instanceName)
|
static void |
MULTIPLIERS.Signed_ArrayMult(Node parent,
Wire x,
Wire y,
Wire pout)
|
static void |
MULTIPLIERS.Signed_ArrayMult(Node parent,
Wire x,
Wire y,
Wire pout,
java.lang.String instanceName)
|
static void |
MULTIPLIERS.SignedPipe_ArrayMult(Node parent,
Wire x,
Wire y,
Wire pout,
int pipedepth)
|
static void |
MULTIPLIERS.SignedPipe_ArrayMult(Node parent,
Wire x,
Wire y,
Wire pout,
int pipedepth,
java.lang.String instanceName)
|
static void |
MULTIPLIERS.SignedEnPipe_ArrayMult(Node parent,
Wire x,
Wire y,
Wire en,
Wire pout,
int pipedepth)
|
static void |
MULTIPLIERS.SignedEnPipe_ArrayMult(Node parent,
Wire x,
Wire y,
Wire en,
Wire pout,
int pipedepth,
java.lang.String instanceName)
|
static void |
OTHERS.Accum(Node parent,
Wire a,
Wire q)
|
static void |
OTHERS.Accum(Node parent,
Wire a,
Wire q,
java.lang.String instanceName)
|
static void |
OTHERS.Addsub_Accum(Node parent,
Wire in,
Wire adsub,
Wire out)
|
static void |
OTHERS.Addsub_Accum(Node parent,
Wire in,
Wire adsub,
Wire out,
java.lang.String instanceName)
|
static void |
OTHERS.En_Accum(Node parent,
Wire in,
Wire en,
Wire out)
|
static void |
OTHERS.En_Accum(Node parent,
Wire in,
Wire en,
Wire out,
java.lang.String instanceName)
|
static void |
OTHERS.AddsubEn_Accum(Node parent,
Wire in,
Wire adsub,
Wire en,
Wire out)
|
static void |
OTHERS.AddsubEn_Accum(Node parent,
Wire in,
Wire adsub,
Wire en,
Wire out,
java.lang.String instanceName)
|
static void |
OTHERS.Clr_Accum(Node parent,
Wire a,
Wire clr,
Wire q)
|
static void |
OTHERS.Clr_Accum(Node parent,
Wire a,
Wire clr,
Wire q,
java.lang.String instanceName)
|
static void |
OTHERS.ClrAddsub_Accum(Node parent,
Wire a,
Wire clr,
Wire adsub,
Wire q)
|
static void |
OTHERS.ClrAddsub_Accum(Node parent,
Wire a,
Wire clr,
Wire adsub,
Wire q,
java.lang.String instanceName)
|
static void |
OTHERS.ClrEn_Accum(Node parent,
Wire a,
Wire clr,
Wire en,
Wire q)
|
static void |
OTHERS.ClrEn_Accum(Node parent,
Wire a,
Wire clr,
Wire en,
Wire q,
java.lang.String instanceName)
|
static void |
OTHERS.ClrAddsubEn_Accum(Node parent,
Wire a,
Wire clr,
Wire adsub,
Wire en,
Wire q)
|
static void |
OTHERS.ClrAddsubEn_Accum(Node parent,
Wire a,
Wire clr,
Wire adsub,
Wire en,
Wire q,
java.lang.String instanceName)
|
static void |
OTHERS.Signed_Accum(Node parent,
Wire a,
Wire q)
|
static void |
OTHERS.Signed_Accum(Node parent,
Wire a,
Wire q,
java.lang.String instanceName)
|
static void |
OTHERS.SignedAddsub_Accum(Node parent,
Wire a,
Wire adsub,
Wire q)
|
static void |
OTHERS.SignedAddsub_Accum(Node parent,
Wire a,
Wire adsub,
Wire q,
java.lang.String instanceName)
|
static void |
OTHERS.SignedEn_Accum(Node parent,
Wire a,
Wire en,
Wire q)
|
static void |
OTHERS.SignedEn_Accum(Node parent,
Wire a,
Wire en,
Wire q,
java.lang.String instanceName)
|
static void |
OTHERS.SignedAddsubEn_Accum(Node parent,
Wire a,
Wire adsub,
Wire en,
Wire q)
|
static void |
OTHERS.SignedAddsubEn_Accum(Node parent,
Wire a,
Wire adsub,
Wire en,
Wire q,
java.lang.String instanceName)
|
static void |
OTHERS.SignedClr_Accum(Node parent,
Wire a,
Wire clr,
Wire q)
|
static void |
OTHERS.SignedClr_Accum(Node parent,
Wire a,
Wire clr,
Wire q,
java.lang.String instanceName)
|
static void |
OTHERS.SignedClrAddsub_Accum(Node parent,
Wire a,
Wire clr,
Wire adsub,
Wire q)
|
static void |
OTHERS.SignedClrAddsub_Accum(Node parent,
Wire a,
Wire clr,
Wire adsub,
Wire q,
java.lang.String instanceName)
|
static void |
OTHERS.SignedClrEn_Accum(Node parent,
Wire a,
Wire clr,
Wire en,
Wire q)
|
static void |
OTHERS.SignedClrEn_Accum(Node parent,
Wire a,
Wire clr,
Wire en,
Wire q,
java.lang.String instanceName)
|
static void |
OTHERS.SignedClrAddsubEn_Accum(Node parent,
Wire a,
Wire clr,
Wire adsub,
Wire en,
Wire q)
|
static void |
OTHERS.SignedClrAddsubEn_Accum(Node parent,
Wire a,
Wire clr,
Wire adsub,
Wire en,
Wire q,
java.lang.String instanceName)
|
static void |
OTHERS.Delay(Node parent,
int len,
Wire d,
Wire q)
|
static void |
OTHERS.Delay(Node parent,
int len,
Wire d,
Wire q,
java.lang.String instanceName)
|
static void |
OTHERS.En_Delay(Node parent,
int len,
Wire d,
Wire en,
Wire q)
|
static void |
OTHERS.En_Delay(Node parent,
int len,
Wire d,
Wire en,
Wire q,
java.lang.String instanceName)
|
static void |
OTHERS.Rounder(Node parent,
Wire a,
Wire q)
|
static void |
OTHERS.Rounder(Node parent,
Wire a,
Wire q,
java.lang.String instanceName)
|
static void |
OTHERS.Signed_Rounder(Node parent,
Wire a,
Wire q)
|
static void |
OTHERS.Signed_Rounder(Node parent,
Wire a,
Wire q,
java.lang.String instanceName)
|
static void |
OTHERS.Toggle(Node parent,
Wire enable,
Wire toggle_out)
|
static void |
OTHERS.Toggle(Node parent,
Wire enable,
Wire toggle_out,
java.lang.String instanceName)
|
static void |
COUNTERS.ClrIncLd_UpCnt(Node parent,
Wire clr,
Wire inc,
Wire ld,
Wire ldval,
Wire q)
|
static void |
COUNTERS.ClrIncLd_UpCnt(Node parent,
Wire clr,
Wire inc,
Wire ld,
Wire ldval,
Wire q,
java.lang.String instanceName)
|
static void |
COUNTERS.ClrInc_UpCnt(Node parent,
Wire clr,
Wire inc,
Wire q)
|
static void |
COUNTERS.ClrInc_UpCnt(Node parent,
Wire clr,
Wire inc,
Wire q,
java.lang.String instanceName)
|
static void |
COUNTERS.ClrLd_UpCnt(Node parent,
Wire clr,
Wire ld,
Wire ldval,
Wire q)
|
static void |
COUNTERS.ClrLd_UpCnt(Node parent,
Wire clr,
Wire ld,
Wire ldval,
Wire q,
java.lang.String instanceName)
|
static void |
COUNTERS.Clr_UpCnt(Node parent,
Wire clr,
Wire q)
|
static void |
COUNTERS.Clr_UpCnt(Node parent,
Wire clr,
Wire q,
java.lang.String instanceName)
|
static void |
COUNTERS.IncLd_UpCnt(Node parent,
Wire inc,
Wire ld,
Wire ldval,
Wire q)
|
static void |
COUNTERS.IncLd_UpCnt(Node parent,
Wire inc,
Wire ld,
Wire ldval,
Wire q,
java.lang.String instanceName)
|
static void |
COUNTERS.Inc_UpCnt(Node parent,
Wire inc,
Wire q)
|
static void |
COUNTERS.Inc_UpCnt(Node parent,
Wire inc,
Wire q,
java.lang.String instanceName)
|
static void |
COUNTERS.Ld_UpCnt(Node parent,
Wire ld,
Wire ldval,
Wire q)
|
static void |
COUNTERS.Ld_UpCnt(Node parent,
Wire ld,
Wire ldval,
Wire q,
java.lang.String instanceName)
|
static void |
COUNTERS.UpCnt(Node parent,
Wire q)
|
static void |
COUNTERS.UpCnt(Node parent,
Wire q,
java.lang.String instanceName)
|
static void |
COUNTERS.ClrDecLd_DownCnt(Node parent,
Wire clr,
Wire dec,
Wire ld,
Wire ldval,
Wire q)
|
static void |
COUNTERS.ClrDecLd_DownCnt(Node parent,
Wire clr,
Wire dec,
Wire ld,
Wire ldval,
Wire q,
java.lang.String instanceName)
|
static void |
COUNTERS.ClrDec_DownCnt(Node parent,
Wire clr,
Wire dec,
Wire q)
|
static void |
COUNTERS.ClrDec_DownCnt(Node parent,
Wire clr,
Wire dec,
Wire q,
java.lang.String instanceName)
|
static void |
COUNTERS.ClrLd_DownCnt(Node parent,
Wire clr,
Wire ld,
Wire ldval,
Wire q)
|
static void |
COUNTERS.ClrLd_DownCnt(Node parent,
Wire clr,
Wire ld,
Wire ldval,
Wire q,
java.lang.String instanceName)
|
static void |
COUNTERS.Clr_DownCnt(Node parent,
Wire clr,
Wire q)
|
static void |
COUNTERS.Clr_DownCnt(Node parent,
Wire clr,
Wire q,
java.lang.String instanceName)
|
static void |
COUNTERS.DecLd_DownCnt(Node parent,
Wire dec,
Wire ld,
Wire ldval,
Wire q)
|
static void |
COUNTERS.DecLd_DownCnt(Node parent,
Wire dec,
Wire ld,
Wire ldval,
Wire q,
java.lang.String instanceName)
|
static void |
COUNTERS.Dec_DownCnt(Node parent,
Wire dec,
Wire q)
|
static void |
COUNTERS.Dec_DownCnt(Node parent,
Wire dec,
Wire q,
java.lang.String instanceName)
|
static void |
COUNTERS.Ld_DownCnt(Node parent,
Wire ld,
Wire ldval,
Wire q)
|
static void |
COUNTERS.Ld_DownCnt(Node parent,
Wire ld,
Wire ldval,
Wire q,
java.lang.String instanceName)
|
static void |
COUNTERS.DownCnt(Node parent,
Wire q)
|
static void |
COUNTERS.DownCnt(Node parent,
Wire q,
java.lang.String instanceName)
|
Constructors in byucc.jhdl.Logic.Modules with parameters of type Node | |
rounder(Node parent,
Wire a,
boolean signed,
Wire q)
|
|
rounder(Node parent,
Wire a,
boolean signed,
Wire q,
java.lang.String instanceName)
|
|
FreeRunTimer(Node parent,
Wire time_out,
int clock_freq,
int interval)
|
|
upcnt(Node parent,
Wire clr,
Wire inc,
Wire ld,
Wire ldval,
Wire q)
|
|
upcnt(Node parent,
Wire clr,
Wire inc,
Wire ld,
Wire ldval,
Wire q,
java.lang.String instanceName)
|
|
ParallelLeftShiftReg(Node parent,
Wire data,
Wire load,
Wire enable,
Wire shift_in,
Wire output)
|
|
ParallelLeftShiftReg(Node parent,
Wire clk,
Wire data,
Wire load,
Wire enable,
Wire shift_in,
Wire output)
provides explicit clock input |
|
eq(Node parent,
Wire in1,
Wire in2,
Wire out)
|
|
eq(Node parent,
Wire in1,
Wire in2,
Wire out,
java.lang.String instanceName)
|
|
COMPARATORS(Node parent)
|
|
decoder5_32(Node parent,
Wire in4,
Wire in3,
Wire in2,
Wire in1,
Wire in0,
Wire out31,
Wire out30,
Wire out29,
Wire out28,
Wire out27,
Wire out26,
Wire out25,
Wire out24,
Wire out23,
Wire out22,
Wire out21,
Wire out20,
Wire out19,
Wire out18,
Wire out17,
Wire out16,
Wire out15,
Wire out14,
Wire out13,
Wire out12,
Wire out11,
Wire out10,
Wire out9,
Wire out8,
Wire out7,
Wire out6,
Wire out5,
Wire out4,
Wire out3,
Wire out2,
Wire out1,
Wire out0)
|
|
decoder5_32(Node parent,
Wire in4,
Wire in3,
Wire in2,
Wire in1,
Wire in0,
Wire out31,
Wire out30,
Wire out29,
Wire out28,
Wire out27,
Wire out26,
Wire out25,
Wire out24,
Wire out23,
Wire out22,
Wire out21,
Wire out20,
Wire out19,
Wire out18,
Wire out17,
Wire out16,
Wire out15,
Wire out14,
Wire out13,
Wire out12,
Wire out11,
Wire out10,
Wire out9,
Wire out8,
Wire out7,
Wire out6,
Wire out5,
Wire out4,
Wire out3,
Wire out2,
Wire out1,
Wire out0,
java.lang.String name)
|
|
decoder7_128(Node parent,
Wire in6,
Wire in5,
Wire in4,
Wire in3,
Wire in2,
Wire in1,
Wire in0,
Wire out127,
Wire out126,
Wire out125,
Wire out124,
Wire out123,
Wire out122,
Wire out121,
Wire out120,
Wire out119,
Wire out118,
Wire out117,
Wire out116,
Wire out115,
Wire out114,
Wire out113,
Wire out112,
Wire out111,
Wire out110,
Wire out109,
Wire out108,
Wire out107,
Wire out106,
Wire out105,
Wire out104,
Wire out103,
Wire out102,
Wire out101,
Wire out100,
Wire out99,
Wire out98,
Wire out97,
Wire out96,
Wire out95,
Wire out94,
Wire out93,
Wire out92,
Wire out91,
Wire out90,
Wire out89,
Wire out88,
Wire out87,
Wire out86,
Wire out85,
Wire out84,
Wire out83,
Wire out82,
Wire out81,
Wire out80,
Wire out79,
Wire out78,
Wire out77,
Wire out76,
Wire out75,
Wire out74,
Wire out73,
Wire out72,
Wire out71,
Wire out70,
Wire out69,
Wire out68,
Wire out67,
Wire out66,
Wire out65,
Wire out64,
Wire out63,
Wire out62,
Wire out61,
Wire out60,
Wire out59,
Wire out58,
Wire out57,
Wire out56,
Wire out55,
Wire out54,
Wire out53,
Wire out52,
Wire out51,
Wire out50,
Wire out49,
Wire out48,
Wire out47,
Wire out46,
Wire out45,
Wire out44,
Wire out43,
Wire out42,
Wire out41,
Wire out40,
Wire out39,
Wire out38,
Wire out37,
Wire out36,
Wire out35,
Wire out34,
Wire out33,
Wire out32,
Wire out31,
Wire out30,
Wire out29,
Wire out28,
Wire out27,
Wire out26,
Wire out25,
Wire out24,
Wire out23,
Wire out22,
Wire out21,
Wire out20,
Wire out19,
Wire out18,
Wire out17,
Wire out16,
Wire out15,
Wire out14,
Wire out13,
Wire out12,
Wire out11,
Wire out10,
Wire out9,
Wire out8,
Wire out7,
Wire out6,
Wire out5,
Wire out4,
Wire out3,
Wire out2,
Wire out1,
Wire out0)
|
|
decoder7_128(Node parent,
Wire in6,
Wire in5,
Wire in4,
Wire in3,
Wire in2,
Wire in1,
Wire in0,
Wire out127,
Wire out126,
Wire out125,
Wire out124,
Wire out123,
Wire out122,
Wire out121,
Wire out120,
Wire out119,
Wire out118,
Wire out117,
Wire out116,
Wire out115,
Wire out114,
Wire out113,
Wire out112,
Wire out111,
Wire out110,
Wire out109,
Wire out108,
Wire out107,
Wire out106,
Wire out105,
Wire out104,
Wire out103,
Wire out102,
Wire out101,
Wire out100,
Wire out99,
Wire out98,
Wire out97,
Wire out96,
Wire out95,
Wire out94,
Wire out93,
Wire out92,
Wire out91,
Wire out90,
Wire out89,
Wire out88,
Wire out87,
Wire out86,
Wire out85,
Wire out84,
Wire out83,
Wire out82,
Wire out81,
Wire out80,
Wire out79,
Wire out78,
Wire out77,
Wire out76,
Wire out75,
Wire out74,
Wire out73,
Wire out72,
Wire out71,
Wire out70,
Wire out69,
Wire out68,
Wire out67,
Wire out66,
Wire out65,
Wire out64,
Wire out63,
Wire out62,
Wire out61,
Wire out60,
Wire out59,
Wire out58,
Wire out57,
Wire out56,
Wire out55,
Wire out54,
Wire out53,
Wire out52,
Wire out51,
Wire out50,
Wire out49,
Wire out48,
Wire out47,
Wire out46,
Wire out45,
Wire out44,
Wire out43,
Wire out42,
Wire out41,
Wire out40,
Wire out39,
Wire out38,
Wire out37,
Wire out36,
Wire out35,
Wire out34,
Wire out33,
Wire out32,
Wire out31,
Wire out30,
Wire out29,
Wire out28,
Wire out27,
Wire out26,
Wire out25,
Wire out24,
Wire out23,
Wire out22,
Wire out21,
Wire out20,
Wire out19,
Wire out18,
Wire out17,
Wire out16,
Wire out15,
Wire out14,
Wire out13,
Wire out12,
Wire out11,
Wire out10,
Wire out9,
Wire out8,
Wire out7,
Wire out6,
Wire out5,
Wire out4,
Wire out3,
Wire out2,
Wire out1,
Wire out0,
java.lang.String name)
|
|
Duplicate(Node parent,
Wire input,
Wire output)
every output bit is the same as the one input bit. |
|
delay(Node parent,
int len,
Wire d,
Wire en,
Wire q)
|
|
delay(Node parent,
int len,
Wire d,
Wire en,
Wire q,
java.lang.String instanceName)
|
|
UpDownCount(Node parent,
Wire clr,
Wire enable,
Wire up,
Wire ld,
Wire ldval,
Wire q)
|
|
UpDownCount(Node parent,
Wire clr,
Wire enable,
Wire up,
Wire ld,
Wire ldval,
Wire q,
java.lang.String instanceName)
|
|
LogShiftL(Node parent,
Wire input,
Wire shift_amount,
Wire output,
Wire sticky_bit,
int pipe_level,
int base)
constructs the left-shift logarithmic shifter. |
|
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)
|
|
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)
|
|
Decoder(Node parent,
Wire i,
Wire o)
default constructor creates a simple "n to log_2 n" decoder |
|
Decoder(Node parent,
Wire i,
Wire enable,
Wire o)
constructor with enable signal creates a "n to log_2 n" decoder. |
|
downcnt(Node parent,
Wire clr,
Wire dec,
Wire ld,
Wire ldval,
Wire q)
|
|
downcnt(Node parent,
Wire clr,
Wire dec,
Wire ld,
Wire ldval,
Wire q,
java.lang.String instanceName)
|
|
toggle(Node parent,
Wire enable,
Wire toggle_out)
|
|
toggle(Node parent,
Wire enable,
Wire toggle_out,
java.lang.String name)
|
|
DECODERS(Node parent)
|
|
decoder1_2(Node parent,
Wire in,
Wire out1,
Wire out0)
|
|
decoder1_2(Node parent,
Wire in,
Wire out1,
Wire out0,
java.lang.String name)
|
|
Encoder(Node parent,
Wire i,
Wire o,
Wire zero,
Wire active)
|
|
Encoder(Node parent,
Wire i,
Wire o,
Wire zero)
"Active" output is removed, for performance reasons. |
|
IntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire 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 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. |
|
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 |
|
DIVIDERS(Node parent)
|
|
CORDICS(Node parent)
|
|
Reverse(Node parent,
Wire i,
Wire o)
every output is reversed order of the input, i.e. |
|
decoder8_256(Node parent,
Wire in7,
Wire in6,
Wire in5,
Wire in4,
Wire in3,
Wire in2,
Wire in1,
Wire in0,
Wire[] out)
|
|
decoder8_256(Node parent,
Wire in7,
Wire in6,
Wire in5,
Wire in4,
Wire in3,
Wire in2,
Wire in1,
Wire in0,
Wire[] out,
java.lang.String name)
|
|
MULTIPLIERS(Node parent)
|
|
OTHERS(Node parent)
|
|
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)
|
|
accum(Node parent,
Wire a,
Wire clr,
Wire adsub,
Wire en,
boolean signed,
Wire q)
|
|
accum(Node parent,
Wire a,
Wire clr,
Wire adsub,
Wire en,
boolean signed,
Wire q,
java.lang.String instanceName)
|
|
decoder2_4(Node parent,
Wire in1,
Wire in0,
Wire out3,
Wire out2,
Wire out1,
Wire out0)
|
|
decoder2_4(Node parent,
Wire in1,
Wire in0,
Wire out3,
Wire out2,
Wire out1,
Wire out0,
java.lang.String name)
|
|
arrayMult(Node parent,
Wire x,
Wire y,
Wire clk_en,
Wire pout,
boolean sign,
int pipedepth)
Constructor without an instance name parameter. |
|
arrayMult(Node parent,
Wire x,
Wire y,
Wire clk_en,
Wire pout,
boolean sign,
int pipedepth,
java.lang.String instanceName)
Constructor with an instance name parameter. |
|
COUNTERS(Node parent)
|
|
decoder6_64(Node parent,
Wire in5,
Wire in4,
Wire in3,
Wire in2,
Wire in1,
Wire in0,
Wire out63,
Wire out62,
Wire out61,
Wire out60,
Wire out59,
Wire out58,
Wire out57,
Wire out56,
Wire out55,
Wire out54,
Wire out53,
Wire out52,
Wire out51,
Wire out50,
Wire out49,
Wire out48,
Wire out47,
Wire out46,
Wire out45,
Wire out44,
Wire out43,
Wire out42,
Wire out41,
Wire out40,
Wire out39,
Wire out38,
Wire out37,
Wire out36,
Wire out35,
Wire out34,
Wire out33,
Wire out32,
Wire out31,
Wire out30,
Wire out29,
Wire out28,
Wire out27,
Wire out26,
Wire out25,
Wire out24,
Wire out23,
Wire out22,
Wire out21,
Wire out20,
Wire out19,
Wire out18,
Wire out17,
Wire out16,
Wire out15,
Wire out14,
Wire out13,
Wire out12,
Wire out11,
Wire out10,
Wire out9,
Wire out8,
Wire out7,
Wire out6,
Wire out5,
Wire out4,
Wire out3,
Wire out2,
Wire out1,
Wire out0)
|
|
decoder6_64(Node parent,
Wire in5,
Wire in4,
Wire in3,
Wire in2,
Wire in1,
Wire in0,
Wire out63,
Wire out62,
Wire out61,
Wire out60,
Wire out59,
Wire out58,
Wire out57,
Wire out56,
Wire out55,
Wire out54,
Wire out53,
Wire out52,
Wire out51,
Wire out50,
Wire out49,
Wire out48,
Wire out47,
Wire out46,
Wire out45,
Wire out44,
Wire out43,
Wire out42,
Wire out41,
Wire out40,
Wire out39,
Wire out38,
Wire out37,
Wire out36,
Wire out35,
Wire out34,
Wire out33,
Wire out32,
Wire out31,
Wire out30,
Wire out29,
Wire out28,
Wire out27,
Wire out26,
Wire out25,
Wire out24,
Wire out23,
Wire out22,
Wire out21,
Wire out20,
Wire out19,
Wire out18,
Wire out17,
Wire out16,
Wire out15,
Wire out14,
Wire out13,
Wire out12,
Wire out11,
Wire out10,
Wire out9,
Wire out8,
Wire out7,
Wire out6,
Wire out5,
Wire out4,
Wire out3,
Wire out2,
Wire out1,
Wire out0,
java.lang.String name)
|
|
LogShiftR(Node parent,
Wire input,
Wire shift_amount,
Wire output,
Wire sticky_bit,
int pipe_level,
int base,
boolean arithmetic)
constructs the right-shift logarithmic shifter. |
|
LogShiftR(Node parent,
Wire input,
Wire shift_amount,
Wire output,
Wire sticky_bit,
int pipe_level,
int base)
overloaded for your convenience... |
|
decoder4_16(Node parent,
Wire in3,
Wire in2,
Wire in1,
Wire in0,
Wire out15,
Wire out14,
Wire out13,
Wire out12,
Wire out11,
Wire out10,
Wire out9,
Wire out8,
Wire out7,
Wire out6,
Wire out5,
Wire out4,
Wire out3,
Wire out2,
Wire out1,
Wire out0)
|
|
decoder4_16(Node parent,
Wire in3,
Wire in2,
Wire in1,
Wire in0,
Wire out15,
Wire out14,
Wire out13,
Wire out12,
Wire out11,
Wire out10,
Wire out9,
Wire out8,
Wire out7,
Wire out6,
Wire out5,
Wire out4,
Wire out3,
Wire out2,
Wire out1,
Wire out0,
java.lang.String name)
|
|
ParallelRightShiftReg(Node parent,
Wire data,
Wire load,
Wire enable,
Wire shift_in,
Wire output)
|
|
ParallelRightShiftReg(Node parent,
Wire clk,
Wire data,
Wire load,
Wire enable,
Wire shift_in,
Wire output)
provides explicit clock input |
|
decoder3_8(Node parent,
Wire in2,
Wire in1,
Wire in0,
Wire out7,
Wire out6,
Wire out5,
Wire out4,
Wire out3,
Wire out2,
Wire out1,
Wire out0)
|
|
decoder3_8(Node parent,
Wire in2,
Wire in1,
Wire in0,
Wire out7,
Wire out6,
Wire out5,
Wire out4,
Wire out3,
Wire out2,
Wire out1,
Wire out0,
java.lang.String name)
|
Uses of Node in byucc.jhdl.Logic.Modules.CordicPack |
Subclasses of Node in byucc.jhdl.Logic.Modules.CordicPack | |
class |
carryLogic
|
Constructors in byucc.jhdl.Logic.Modules.CordicPack with parameters of type Node | |
Tc_mux(Node parent,
int select_type,
boolean registered,
Wire clk_en,
Wire a,
Wire sel0,
Wire sel1,
Wire s)
|
|
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)
|
|
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)
|
|
Adsu(Node parent,
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). |
|
Z_Mux(Node parent,
int sel_gate_type,
boolean registered,
Wire clk_en,
Wire a,
Wire b,
Wire sel0,
Wire sel1,
Wire s)
|
|
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)
|
|
carryLogic(Node parent,
Wire a0,
Wire a1,
Wire cin,
Wire cout0,
Wire cout)
|
|
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)
|
|
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)
|
Uses of Node in byucc.jhdl.Logic.Modules.DigitSerial |
Subclasses of Node in byucc.jhdl.Logic.Modules.DigitSerial | |
class |
DPSR
|
class |
DS_FIR
|
class |
DS_FIR_module
|
class |
DSadder
|
class |
DScontrol
|
class |
DScross
|
class |
DSmult_module
|
class |
DSmult_module_last
|
class |
DSmultiplier
|
class |
DSPR
|
class |
PSR
|
class |
SPR
|
class |
tb_DS_FIR
|
Constructors in byucc.jhdl.Logic.Modules.DigitSerial with parameters of type Node | |
DSadder(Node parent,
Wire A_in,
Wire B_in,
Wire reset,
Wire S_out)
|
|
DScontrol(Node parent,
Wire controlreset,
Wire xload,
Wire save,
Wire shift,
Wire mult_reset,
Wire add_reset,
Wire newdata,
Wire outready,
int setperiod,
int setshift_delay,
int setmult_delay,
int setproduct_trunc_digits)
|
|
DSmultiplier(Node parent,
Wire X_in,
Wire Y_in,
Wire reset,
Wire P_out)
|
|
DS_FIR_module(Node parent,
Wire X_in,
Wire P_in,
Wire shift,
Wire mult_reset,
Wire add_reset,
Wire P_out,
double weight,
int[] w_precision,
int word_length)
|
|
SPR(Node parent,
Wire S_in,
Wire Shift,
Wire P_out)
|
|
PSR(Node parent,
Wire P_in,
Wire sign_bit,
Wire Load,
Wire Shift,
Wire S_out)
|
|
DSPR(Node parent,
Wire S_in,
Wire Shift,
Wire P_out)
|
|
DPSR(Node parent,
Wire P_in,
Wire Load,
Wire Shift,
Wire S_out)
|
|
DSmult_module(Node parent,
Wire X_in,
Wire Y_in,
Wire P_in,
Wire reset,
Wire X_out,
Wire P_out)
|
|
tb_DS_FIR(Node parent)
|
|
DScross(Node parent,
Wire P_in,
Wire P_out)
|
|
DSmult_module_last(Node parent,
Wire X_in,
Wire Y_in,
Wire P_in,
Wire reset,
Wire X_out,
Wire P_out)
|
|
DS_FIR(Node parent,
Wire X_in,
Wire shift,
Wire mult_reset,
Wire add_reset,
Wire Y_out,
double[] weights,
int[] w_precision,
int word_length)
|
Uses of Node in byucc.jhdl.Logic.Modules.FloatingPoint |
Subclasses of Node in byucc.jhdl.Logic.Modules.FloatingPoint | |
class |
FLOATINGPOINT
General Description |
class |
FPCompare
Floating-point comparator. |
class |
Pipe_SquareRoot
General Description |
class |
SquareRoot
General Description |
class |
toFixed
Under construction - This module is not yet finished. |
class |
toFloat
Fixed-point to floating-point converter (or integer to floating-point). |
Methods in byucc.jhdl.Logic.Modules.FloatingPoint with parameters of type Node | |
toFloat |
FLOATINGPOINT.toFloat(Node parent,
Wire fixedWire,
Wire floatWire,
int fixedExponent,
boolean fixedIsSigned,
int floatExponentWidth,
boolean pipelined,
java.lang.String instanceName)
Builds a fixed-point to floating-point converter. |
Constructors in byucc.jhdl.Logic.Modules.FloatingPoint with parameters of type Node | |
Pipe_SquareRoot(Node parent,
Wire ein,
Wire fin,
Wire eout,
Wire fout)
|
|
Pipe_SquareRoot(Node parent,
Wire ein,
Wire fin,
Wire eout,
Wire fout,
java.lang.String instanceName)
|
|
FLOATINGPOINT(Node parent)
|
|
FPMult(Node parent,
Wire in1,
Wire in2,
Wire out,
Wire flowError,
int expSize,
int pipeDepth)
|
|
SquareRoot(Node parent,
Wire start,
Wire ein,
Wire fin,
Wire eout,
Wire fout,
Wire valid)
|
|
SquareRoot(Node parent,
Wire start,
Wire ein,
Wire fin,
Wire eout,
Wire fout,
Wire valid,
java.lang.String instanceName)
|
|
toFixed(Node parent,
Wire floatWire,
Wire fixedWire,
int floatExponentWidth,
int fixedExponent,
boolean fixedIsSigned,
boolean pipelined,
java.lang.String instanceName)
|
|
FPDivide(Node parent,
Wire dividend_in,
Wire divisor_in,
Wire quotient,
Wire overflow_out,
Wire underflow_out,
int exponentWidth,
int pipelining)
Builds a floating-point divider without exception flags. |
|
FPDivide(Node parent,
Wire dividend_in,
Wire divisor_in,
Wire quotient,
Wire overflow_out,
Wire underflow_out,
int exponentWidth,
int pipelining,
java.lang.String instanceName)
Builds a floating-point divider. |
|
FPAddSub(Node parent,
Wire a,
Wire b,
Wire addsub,
Wire output,
Wire underflow,
Wire overflow,
int exponent_width,
int pipe_level)
|
|
FPAddSub(Node parent,
Wire a,
Wire b,
Wire addsub,
Wire output,
Wire underflow,
Wire overflow,
int exponent_width,
int pipe_level,
java.lang.String instance_name)
|
|
toFloat(Node parent,
Wire fixedWire,
Wire floatWire,
int fixedExponent,
boolean fixedIsSigned,
int floatExponentWidth,
boolean pipelined)
Generates a fixed-to-float converter with a default instance name. |
|
toFloat(Node parent,
Wire fixedWire,
Wire floatWire,
int fixedExponent,
boolean fixedIsSigned,
int floatExponentWidth,
boolean pipelined,
java.lang.String instanceName)
Generates a fixed-to-float converter. |
|
FPCompare(Node parent,
Wire in1,
Wire in2,
Wire lessThan,
Wire equal,
Wire greaterThan,
Wire unordered,
int exponentWidth,
boolean pipelined,
java.lang.String name)
Main constructor for FPCompare |
Uses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.Array_div_radix2 |
Subclasses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.Array_div_radix2 | |
class |
FPDiv_radix2
|
class |
tb_FPDiv_radix2
|
Constructors in byucc.jhdl.Logic.Modules.FloatingPoint.Array_div_radix2 with parameters of type Node | |
stages(Node parent,
Wire sin,
Wire din,
Wire sout,
Wire qout)
|
|
stages(Node parent,
Wire sin,
Wire din,
Wire sout,
Wire qout,
java.lang.String instanceName)
|
|
scale_back(Node parent,
Wire sign,
Wire exp_diff,
Wire divide_by_zero_in,
Wire invalid_in,
Wire q,
Wire exp_special,
Wire frac_special,
Wire special,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact)
|
|
scale_back(Node parent,
Wire sign,
Wire exp_diff,
Wire divide_by_zero_in,
Wire invalid_in,
Wire q,
Wire exp_special,
Wire frac_special,
Wire special,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact,
java.lang.String instanceName)
|
|
FPDiv_radix2(Node parent,
Wire dividend,
Wire divisor,
int exponentWidth,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact)
|
|
FPDiv_radix2(Node parent,
Wire dividend,
Wire divisor,
int exponentWidth,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact,
java.lang.String instanceName)
|
|
tb_FPDiv_radix2(Node parent)
|
|
scale(Node parent,
Wire dividend,
Wire divisor,
Wire exp_diff,
Wire s,
Wire d,
Wire sign,
Wire divide_by_zero,
Wire invalid,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor)
|
|
scale(Node parent,
Wire dividend,
Wire divisor,
Wire exp_diff,
Wire s,
Wire d,
Wire sign,
Wire divide_by_zero,
Wire invalid,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
java.lang.String instanceName)
|
|
stage(Node parent,
Wire sin,
Wire qin,
Wire qmin,
Wire din,
Wire sout,
Wire qout,
Wire qmout)
|
|
stage(Node parent,
Wire sin,
Wire qin,
Wire qmin,
Wire din,
Wire sout,
Wire qout,
Wire qmout,
java.lang.String instanceName)
|
|
specialHandler(Node parent,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
Wire exp_special,
Wire frac_special,
Wire special)
|
|
specialHandler(Node parent,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
Wire exp_special,
Wire frac_special,
Wire special,
java.lang.String instanceName)
|
Uses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.Array_div_radix4 |
Constructors in byucc.jhdl.Logic.Modules.FloatingPoint.Array_div_radix4 with parameters of type Node | |
scale_back(Node parent,
Wire sign,
Wire exp_diff,
Wire divide_by_zero_in,
Wire invalid_in,
Wire q,
Wire exp_special,
Wire frac_special,
Wire special,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact)
|
|
scale_back(Node parent,
Wire sign,
Wire exp_diff,
Wire divide_by_zero_in,
Wire invalid_in,
Wire q,
Wire exp_special,
Wire frac_special,
Wire special,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact,
java.lang.String instanceName)
|
|
specialHandler(Node parent,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
Wire exp_special,
Wire frac_special,
Wire special)
|
|
specialHandler(Node parent,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
Wire exp_special,
Wire frac_special,
Wire special,
java.lang.String instanceName)
|
|
tb_FPDiv_radix4(Node parent)
|
|
scale(Node parent,
Wire dividend,
Wire divisor,
Wire exp_diff,
Wire s,
Wire d,
Wire sign,
Wire divide_by_zero,
Wire invalid,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor)
|
|
scale(Node parent,
Wire dividend,
Wire divisor,
Wire exp_diff,
Wire s,
Wire d,
Wire sign,
Wire divide_by_zero,
Wire invalid,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
java.lang.String instanceName)
|
|
FPDiv_radix4(Node parent,
Wire dividend,
Wire divisor,
int exponentWidth,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact)
|
|
FPDiv_radix4(Node parent,
Wire dividend,
Wire divisor,
int exponentWidth,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact,
java.lang.String instanceName)
|
|
stage(Node parent,
Wire sin,
Wire qin,
Wire qmin,
Wire din,
Wire sout,
Wire qout,
Wire qmout)
|
|
stage(Node parent,
Wire sin,
Wire qin,
Wire qmin,
Wire din,
Wire sout,
Wire qout,
Wire qmout,
java.lang.String instanceName)
|
|
stages(Node parent,
Wire sin,
Wire din,
Wire sout,
Wire qout)
|
|
stages(Node parent,
Wire sin,
Wire din,
Wire sout,
Wire qout,
java.lang.String instanceName)
|
|
table(Node parent,
Wire s,
Wire d,
Wire col1,
Wire col2,
Wire col34,
Wire col567,
Wire col8,
Wire q)
|
|
table(Node parent,
Wire s,
Wire d,
Wire col1,
Wire col2,
Wire col34,
Wire col567,
Wire col8,
Wire q,
java.lang.String instanceName)
|
Uses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.Array_div_radix8 |
Subclasses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.Array_div_radix8 | |
class |
FPDiv_radix8
|
class |
tb_FPDiv_radix8
|
Constructors in byucc.jhdl.Logic.Modules.FloatingPoint.Array_div_radix8 with parameters of type Node | |
scale_back(Node parent,
Wire sign,
Wire exp_diff,
Wire divide_by_zero_in,
Wire invalid_in,
Wire q,
Wire exp_special,
Wire frac_special,
Wire special,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact)
|
|
scale_back(Node parent,
Wire sign,
Wire exp_diff,
Wire divide_by_zero_in,
Wire invalid_in,
Wire q,
Wire exp_special,
Wire frac_special,
Wire special,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact,
java.lang.String instanceName)
|
|
stages(Node parent,
Wire sin,
Wire din,
Wire sout,
Wire qout)
|
|
stages(Node parent,
Wire sin,
Wire din,
Wire sout,
Wire qout,
java.lang.String instanceName)
|
|
tb_FPDiv_radix8(Node parent)
|
|
stage(Node parent,
Wire sin,
Wire qin,
Wire qmin,
Wire din,
Wire sout,
Wire qout,
Wire qmout)
|
|
stage(Node parent,
Wire sin,
Wire qin,
Wire qmin,
Wire din,
Wire sout,
Wire qout,
Wire qmout,
java.lang.String instanceName)
|
|
scale(Node parent,
Wire dividend,
Wire divisor,
Wire exp_diff,
Wire s,
Wire d,
Wire sign,
Wire divide_by_zero,
Wire invalid,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor)
|
|
scale(Node parent,
Wire dividend,
Wire divisor,
Wire exp_diff,
Wire s,
Wire d,
Wire sign,
Wire divide_by_zero,
Wire invalid,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
java.lang.String instanceName)
|
|
table(Node parent,
Wire s,
Wire d,
Wire q)
|
|
table(Node parent,
Wire s,
Wire d,
Wire q,
java.lang.String instanceName)
|
|
specialHandler(Node parent,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
Wire exp_special,
Wire frac_special,
Wire special)
|
|
specialHandler(Node parent,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
Wire exp_special,
Wire frac_special,
Wire special,
java.lang.String instanceName)
|
|
FPDiv_radix8(Node parent,
Wire dividend,
Wire divisor,
int exponentWidth,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact)
|
|
FPDiv_radix8(Node parent,
Wire dividend,
Wire divisor,
int exponentWidth,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact,
java.lang.String instanceName)
|
Uses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.examples |
Subclasses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.examples | |
class |
toFloatExample
A minimal example of toFloat. |
Constructors in byucc.jhdl.Logic.Modules.FloatingPoint.examples with parameters of type Node | |
toFloatExample(Node parent,
Wire fixedIn,
Wire floatOut)
Constructor |
Uses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.FPAddSubPack |
Constructors in byucc.jhdl.Logic.Modules.FloatingPoint.FPAddSubPack with parameters of type Node | |
Round(Node parent,
Wire input,
Wire round_bit,
Wire guard_bit,
Wire alu_round_bit,
Wire alu_round_bit_flag,
Wire addsub,
Wire output,
int exponent_width,
int pipe_level)
|
|
Normalize(Node parent,
Wire input,
Wire output,
Wire underflow,
int exponent_width,
int pipe_level)
|
|
FPExponentMatch(Node parent,
Wire a,
Wire b,
Wire a_out,
Wire b_out,
Wire round_bit,
Wire sticky_bit,
int exponent_width,
int pipe_level)
|
|
TestOverflow(Node parent,
Wire a_sign,
Wire b_sign,
Wire carry_out,
Wire sign_out,
Wire overflow)
|
|
FP_ALU(Node parent,
Wire a,
Wire b,
Wire sum,
Wire overflow,
Wire round_bit,
Wire round_bit_flag,
int exponent_width,
int pipe_level)
|
|
Maximum(Node parent,
Wire a,
Wire b,
Wire max,
Wire min,
int exponent_width,
int pipe_level)
|
Uses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.FPDividePack |
Subclasses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.FPDividePack | |
class |
UIntDivide
This class may be moved, modified, or deprecated. A simple unsigned integer divider. |
Constructors in byucc.jhdl.Logic.Modules.FloatingPoint.FPDividePack with parameters of type Node | |
UIntDivide(Node parent,
Wire dividend,
Wire divisor,
Wire quotient,
Wire remainder,
boolean pipelined,
java.lang.String name)
|
Uses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.helpers |
Subclasses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.helpers | |
class |
FPPack
General Description |
class |
FPUnpack
General Description |
Constructors in byucc.jhdl.Logic.Modules.FloatingPoint.helpers with parameters of type Node | |
FPUnpack(Node parent,
Wire in,
Wire sign,
Wire exponent,
Wire mantissa,
Wire zeroFlag,
Wire infinityFlag,
Wire nanFlag,
Wire normalFlag,
java.lang.String instanceName)
Constructor for FPUnpack. |
|
FPPack(Node parent,
Wire sign,
Wire exponent,
Wire mantissaWithoutMsb,
Wire zeroFlag,
Wire infinityFlag,
Wire nanFlag,
Wire packed_out,
int pipelevel,
java.lang.String instanceName)
Constructor for FPPack. |
|
FPPack(Node parent,
Wire sign,
Wire exponent,
Wire mantissaWithoutMsb,
Wire zeroFlag,
Wire infinityFlag,
Wire nanFlag,
Wire packed_out,
java.lang.String instanceName)
Deprecated. |
Uses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.Iterative_div_radix2 |
Constructors in byucc.jhdl.Logic.Modules.FloatingPoint.Iterative_div_radix2 with parameters of type Node | |
tb_FPDiv_radix2(Node parent)
|
|
stages(Node parent,
Wire start,
Wire sin,
Wire din,
Wire sout,
Wire qout,
Wire qmout)
|
|
stages(Node parent,
Wire start,
Wire sin,
Wire din,
Wire sout,
Wire qout,
Wire qmout,
java.lang.String instanceName)
|
|
scale(Node parent,
Wire dividend,
Wire divisor,
Wire exp_diff,
Wire s,
Wire d,
Wire sign,
Wire divide_by_zero,
Wire invalid,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor)
|
|
scale(Node parent,
Wire dividend,
Wire divisor,
Wire exp_diff,
Wire s,
Wire d,
Wire sign,
Wire divide_by_zero,
Wire invalid,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
java.lang.String instanceName)
|
|
specialHandler(Node parent,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
Wire exp_special,
Wire frac_special,
Wire special)
|
|
specialHandler(Node parent,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
Wire exp_special,
Wire frac_special,
Wire special,
java.lang.String instanceName)
|
|
scale_back(Node parent,
Wire start,
Wire sign,
Wire exp_diff,
Wire divide_by_zero_in,
Wire invalid_in,
Wire q,
Wire s,
Wire exp_special,
Wire frac_special,
Wire special,
Wire valid,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact)
|
|
scale_back(Node parent,
Wire start,
Wire sign,
Wire exp_diff,
Wire divide_by_zero_in,
Wire invalid_in,
Wire q,
Wire s,
Wire exp_special,
Wire frac_special,
Wire special,
Wire valid,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact,
java.lang.String instanceName)
|
|
FPDiv_radix2(Node parent,
Wire start,
Wire dividend,
Wire divisor,
int exponentWidth,
Wire valid,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact)
|
|
FPDiv_radix2(Node parent,
Wire start,
Wire dividend,
Wire divisor,
int exponentWidth,
Wire valid,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact,
java.lang.String instanceName)
|
Uses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.Iterative_div_radix4 |
Constructors in byucc.jhdl.Logic.Modules.FloatingPoint.Iterative_div_radix4 with parameters of type Node | |
scale(Node parent,
Wire dividend,
Wire divisor,
Wire exp_diff,
Wire s,
Wire d,
Wire sign,
Wire divide_by_zero,
Wire invalid,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor)
|
|
scale(Node parent,
Wire dividend,
Wire divisor,
Wire exp_diff,
Wire s,
Wire d,
Wire sign,
Wire divide_by_zero,
Wire invalid,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
java.lang.String instanceName)
|
|
table(Node parent,
Wire s,
Wire d,
Wire col1,
Wire col2,
Wire col34,
Wire col567,
Wire col8,
Wire q)
|
|
table(Node parent,
Wire s,
Wire d,
Wire col1,
Wire col2,
Wire col34,
Wire col567,
Wire col8,
Wire q,
java.lang.String instanceName)
|
|
scale_back(Node parent,
Wire start,
Wire sign,
Wire exp_diff,
Wire divide_by_zero_in,
Wire invalid_in,
Wire q,
Wire s,
Wire exp_special,
Wire frac_special,
Wire special,
Wire valid,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact)
|
|
scale_back(Node parent,
Wire start,
Wire sign,
Wire exp_diff,
Wire divide_by_zero_in,
Wire invalid_in,
Wire q,
Wire s,
Wire exp_special,
Wire frac_special,
Wire special,
Wire valid,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact,
java.lang.String instanceName)
|
|
FPDiv_radix4(Node parent,
Wire start,
Wire dividend,
Wire divisor,
int exponentWidth,
Wire valid,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact)
|
|
FPDiv_radix4(Node parent,
Wire start,
Wire dividend,
Wire divisor,
int exponentWidth,
Wire valid,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact,
java.lang.String instanceName)
|
|
tb_FPDiv_radix4(Node parent)
|
|
specialHandler(Node parent,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
Wire exp_special,
Wire frac_special,
Wire special)
|
|
specialHandler(Node parent,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
Wire exp_special,
Wire frac_special,
Wire special,
java.lang.String instanceName)
|
|
stages(Node parent,
Wire start,
Wire sin,
Wire din,
Wire sout,
Wire qout,
Wire qmout)
|
|
stages(Node parent,
Wire start,
Wire sin,
Wire din,
Wire sout,
Wire qout,
Wire qmout,
java.lang.String instanceName)
|
Uses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.Iterative_div_radix8 |
Constructors in byucc.jhdl.Logic.Modules.FloatingPoint.Iterative_div_radix8 with parameters of type Node | |
FPDiv_radix8(Node parent,
Wire start,
Wire dividend,
Wire divisor,
int exponentWidth,
Wire valid,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact)
|
|
FPDiv_radix8(Node parent,
Wire start,
Wire dividend,
Wire divisor,
int exponentWidth,
Wire valid,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact,
java.lang.String instanceName)
|
|
scale(Node parent,
Wire dividend,
Wire divisor,
Wire exp_diff,
Wire s,
Wire d,
Wire sign,
Wire divide_by_zero,
Wire invalid,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor)
|
|
scale(Node parent,
Wire dividend,
Wire divisor,
Wire exp_diff,
Wire s,
Wire d,
Wire sign,
Wire divide_by_zero,
Wire invalid,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
java.lang.String instanceName)
|
|
table(Node parent,
Wire s,
Wire d,
Wire q)
|
|
table(Node parent,
Wire s,
Wire d,
Wire q,
java.lang.String instanceName)
|
|
stages(Node parent,
Wire start,
Wire sin,
Wire din,
Wire sout,
Wire qout,
Wire qmout)
|
|
stages(Node parent,
Wire start,
Wire sin,
Wire din,
Wire sout,
Wire qout,
Wire qmout,
java.lang.String instanceName)
|
|
specialHandler(Node parent,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
Wire exp_special,
Wire frac_special,
Wire special)
|
|
specialHandler(Node parent,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
Wire exp_special,
Wire frac_special,
Wire special,
java.lang.String instanceName)
|
|
scale_back(Node parent,
Wire start,
Wire sign,
Wire exp_diff,
Wire divide_by_zero_in,
Wire invalid_in,
Wire q,
Wire s,
Wire exp_special,
Wire frac_special,
Wire special,
Wire valid,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact)
|
|
scale_back(Node parent,
Wire start,
Wire sign,
Wire exp_diff,
Wire divide_by_zero_in,
Wire invalid_in,
Wire q,
Wire s,
Wire exp_special,
Wire frac_special,
Wire special,
Wire valid,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact,
java.lang.String instanceName)
|
|
tb_FPDiv_radix8(Node parent)
|
Uses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.Pipe_SqPack |
Subclasses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.Pipe_SqPack | |
class |
Pipe_algorithm
General Description |
class |
Pipe_Algorithm_Stage
General Description |
class |
Pipe_Frac
General Description |
class |
Pipe_Reg_e
General Description |
class |
Pipe_Reg_f
General Description |
class |
Pipe_Remainder
General Description |
class |
Pipe_Scale
General Description |
class |
Pipe_Scale_back
General Description |
class |
Pipe_Square_root
General Description |
class |
Pipe_Stage
General Description |
class |
Pipe_Stages
General Description |
Constructors in byucc.jhdl.Logic.Modules.FloatingPoint.Pipe_SqPack with parameters of type Node | |
Pipe_Scale(Node parent,
Wire ein,
Wire fin,
Wire eout,
Wire initial,
Wire special)
|
|
Pipe_Scale(Node parent,
Wire ein,
Wire fin,
Wire eout,
Wire initial,
Wire special,
java.lang.String instanceName)
|
|
Pipe_Stages(Node parent,
Wire sin,
Wire qout)
|
|
Pipe_Stages(Node parent,
Wire sin,
Wire qout,
java.lang.String instanceName)
|
|
Pipe_Square_root(Node parent,
int iteration,
Wire sqin,
Wire cur_digit,
Wire sqout)
|
|
Pipe_Square_root(Node parent,
int iteration,
Wire sqin,
Wire cur_digit,
Wire sqout,
java.lang.String instanceName)
|
|
Pipe_algorithm(Node parent,
Wire initial,
Wire result)
|
|
Pipe_algorithm(Node parent,
Wire initial,
Wire result,
java.lang.String instanceName)
|
|
Pipe_Reg_f(Node parent,
Wire special_in,
Wire fin,
Wire special_out,
Wire fout)
|
|
Pipe_Reg_f(Node parent,
Wire special_in,
Wire fin,
Wire special_out,
Wire fout,
java.lang.String instanceName)
|
|
Pipe_Scale_back(Node parent,
Wire special,
Wire sq,
Wire fin,
Wire fout)
|
|
Pipe_Scale_back(Node parent,
Wire special,
Wire sq,
Wire fin,
Wire fout,
java.lang.String instanceName)
|
|
Pipe_Frac(Node parent,
int iteration,
Wire frac)
|
|
Pipe_Frac(Node parent,
int iteration,
Wire frac,
java.lang.String instanceName)
|
|
Pipe_Remainder(Node parent,
Wire rin,
Wire rout)
|
|
Pipe_Remainder(Node parent,
Wire rin,
Wire rout,
java.lang.String instanceName)
|
|
Pipe_Algorithm_Stage(Node parent,
int iteration,
Wire din,
Wire sqin,
Wire rin,
Wire dout,
Wire sqout,
Wire rout)
|
|
Pipe_Algorithm_Stage(Node parent,
int iteration,
Wire din,
Wire sqin,
Wire rin,
Wire dout,
Wire sqout,
Wire rout,
java.lang.String instanceName)
|
|
Pipe_Reg_e(Node parent,
Wire initial,
Wire ein,
Wire eout)
|
|
Pipe_Reg_e(Node parent,
Wire initial,
Wire ein,
Wire eout,
java.lang.String instanceName)
|
|
Pipe_Stage(Node parent,
Wire sin,
Wire qin,
Wire sout,
Wire qout)
|
|
Pipe_Stage(Node parent,
Wire sin,
Wire qin,
Wire sout,
Wire qout,
java.lang.String instanceName)
|
Uses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.Pipeline_div_radix2 |
Constructors in byucc.jhdl.Logic.Modules.FloatingPoint.Pipeline_div_radix2 with parameters of type Node | |
stages(Node parent,
Wire sin,
Wire din,
Wire exp_diff_in,
Wire divide_by_zero_in,
Wire invalid_in,
Wire sign_in,
Wire sout,
Wire qout,
Wire exp_diff_out,
Wire divide_by_zero_out,
Wire invalid_out,
Wire sign_out)
|
|
stages(Node parent,
Wire sin,
Wire din,
Wire exp_diff_in,
Wire divide_by_zero_in,
Wire invalid_in,
Wire sign_in,
Wire sout,
Wire qout,
Wire exp_diff_out,
Wire divide_by_zero_out,
Wire invalid_out,
Wire sign_out,
java.lang.String instanceName)
|
|
FPDiv_radix2(Node parent,
Wire dividend,
Wire divisor,
int exponentWidth,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact)
|
|
FPDiv_radix2(Node parent,
Wire dividend,
Wire divisor,
int exponentWidth,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact,
java.lang.String instanceName)
|
|
scale_back(Node parent,
Wire sign,
Wire exp_diff,
Wire divide_by_zero_in,
Wire invalid_in,
Wire q,
Wire exp_special,
Wire frac_special,
Wire special,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact)
|
|
scale_back(Node parent,
Wire sign,
Wire exp_diff,
Wire divide_by_zero_in,
Wire invalid_in,
Wire q,
Wire exp_special,
Wire frac_special,
Wire special,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact,
java.lang.String instanceName)
|
|
specialHandler(Node parent,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
Wire exp_special,
Wire frac_special,
Wire special)
|
|
specialHandler(Node parent,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
Wire exp_special,
Wire frac_special,
Wire special,
java.lang.String instanceName)
|
|
tb_FPDiv_radix2(Node parent)
|
|
stage(Node parent,
Wire sin,
Wire qin,
Wire qmin,
Wire din,
Wire sout,
Wire qout,
Wire qmout)
|
|
stage(Node parent,
Wire sin,
Wire qin,
Wire qmin,
Wire din,
Wire sout,
Wire qout,
Wire qmout,
java.lang.String instanceName)
|
|
scale(Node parent,
Wire dividend,
Wire divisor,
Wire exp_diff,
Wire s,
Wire d,
Wire sign,
Wire divide_by_zero,
Wire invalid,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor)
|
|
scale(Node parent,
Wire dividend,
Wire divisor,
Wire exp_diff,
Wire s,
Wire d,
Wire sign,
Wire divide_by_zero,
Wire invalid,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
java.lang.String instanceName)
|
Uses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.Pipeline_div_radix4 |
Subclasses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.Pipeline_div_radix4 | |
class |
FPDiv_radix4
|
class |
scale
|
class |
scale_back
|
class |
specialHandler
|
class |
stage
|
class |
stages
|
class |
table
|
class |
tb_FPDiv_radix4
|
Constructors in byucc.jhdl.Logic.Modules.FloatingPoint.Pipeline_div_radix4 with parameters of type Node | |
stages(Node parent,
Wire sin,
Wire din,
Wire exp_diff_in,
Wire divide_by_zero_in,
Wire invalid_in,
Wire sign_in,
Wire sout,
Wire qout,
Wire exp_diff_out,
Wire divide_by_zero_out,
Wire invalid_out,
Wire sign_out)
|
|
stages(Node parent,
Wire sin,
Wire din,
Wire exp_diff_in,
Wire divide_by_zero_in,
Wire invalid_in,
Wire sign_in,
Wire sout,
Wire qout,
Wire exp_diff_out,
Wire divide_by_zero_out,
Wire invalid_out,
Wire sign_out,
java.lang.String instanceName)
|
|
tb_FPDiv_radix4(Node parent)
|
|
scale_back(Node parent,
Wire sign,
Wire exp_diff,
Wire divide_by_zero_in,
Wire invalid_in,
Wire q,
Wire exp_special,
Wire frac_special,
Wire special,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact)
|
|
scale_back(Node parent,
Wire sign,
Wire exp_diff,
Wire divide_by_zero_in,
Wire invalid_in,
Wire q,
Wire exp_special,
Wire frac_special,
Wire special,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact,
java.lang.String instanceName)
|
|
FPDiv_radix4(Node parent,
Wire dividend,
Wire divisor,
int exponentWidth,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact)
|
|
FPDiv_radix4(Node parent,
Wire dividend,
Wire divisor,
int exponentWidth,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact,
java.lang.String instanceName)
|
|
stage(Node parent,
Wire sin,
Wire qin,
Wire qmin,
Wire din,
Wire sout,
Wire qout,
Wire qmout)
|
|
stage(Node parent,
Wire sin,
Wire qin,
Wire qmin,
Wire din,
Wire sout,
Wire qout,
Wire qmout,
java.lang.String instanceName)
|
|
scale(Node parent,
Wire dividend,
Wire divisor,
Wire exp_diff,
Wire s,
Wire d,
Wire sign,
Wire divide_by_zero,
Wire invalid,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor)
|
|
scale(Node parent,
Wire dividend,
Wire divisor,
Wire exp_diff,
Wire s,
Wire d,
Wire sign,
Wire divide_by_zero,
Wire invalid,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
java.lang.String instanceName)
|
|
table(Node parent,
Wire s,
Wire d,
Wire col1,
Wire col2,
Wire col34,
Wire col567,
Wire col8,
Wire q)
|
|
table(Node parent,
Wire s,
Wire d,
Wire col1,
Wire col2,
Wire col34,
Wire col567,
Wire col8,
Wire q,
java.lang.String instanceName)
|
|
specialHandler(Node parent,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
Wire exp_special,
Wire frac_special,
Wire special)
|
|
specialHandler(Node parent,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
Wire exp_special,
Wire frac_special,
Wire special,
java.lang.String instanceName)
|
Uses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.Pipeline_div_radix8 |
Constructors in byucc.jhdl.Logic.Modules.FloatingPoint.Pipeline_div_radix8 with parameters of type Node | |
FPDiv_radix8(Node parent,
Wire dividend,
Wire divisor,
int exponentWidth,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact)
|
|
FPDiv_radix8(Node parent,
Wire dividend,
Wire divisor,
int exponentWidth,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact,
java.lang.String instanceName)
|
|
stages(Node parent,
Wire sin,
Wire din,
Wire exp_diff_in,
Wire divide_by_zero_in,
Wire invalid_in,
Wire sign_in,
Wire sout,
Wire qout,
Wire exp_diff_out,
Wire divide_by_zero_out,
Wire invalid_out,
Wire sign_out)
|
|
stages(Node parent,
Wire sin,
Wire din,
Wire exp_diff_in,
Wire divide_by_zero_in,
Wire invalid_in,
Wire sign_in,
Wire sout,
Wire qout,
Wire exp_diff_out,
Wire divide_by_zero_out,
Wire invalid_out,
Wire sign_out,
java.lang.String instanceName)
|
|
scale(Node parent,
Wire dividend,
Wire divisor,
Wire exp_diff,
Wire s,
Wire d,
Wire sign,
Wire divide_by_zero,
Wire invalid,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor)
|
|
scale(Node parent,
Wire dividend,
Wire divisor,
Wire exp_diff,
Wire s,
Wire d,
Wire sign,
Wire divide_by_zero,
Wire invalid,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
java.lang.String instanceName)
|
|
tb_FPDiv_radix8(Node parent)
|
|
scale_back(Node parent,
Wire sign,
Wire exp_diff,
Wire divide_by_zero_in,
Wire invalid_in,
Wire q,
Wire exp_special,
Wire frac_special,
Wire special,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact)
|
|
scale_back(Node parent,
Wire sign,
Wire exp_diff,
Wire divide_by_zero_in,
Wire invalid_in,
Wire q,
Wire exp_special,
Wire frac_special,
Wire special,
Wire quotient,
Wire overflow,
Wire underflow,
Wire divide_by_zero,
Wire invalid,
Wire inexact,
java.lang.String instanceName)
|
|
stage(Node parent,
Wire sin,
Wire qin,
Wire qmin,
Wire din,
Wire sout,
Wire qout,
Wire qmout)
|
|
stage(Node parent,
Wire sin,
Wire qin,
Wire qmin,
Wire din,
Wire sout,
Wire qout,
Wire qmout,
java.lang.String instanceName)
|
|
specialHandler(Node parent,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
Wire exp_special,
Wire frac_special,
Wire special)
|
|
specialHandler(Node parent,
Wire e1_dividend,
Wire e0_dividend,
Wire f0_dividend,
Wire e1_divisor,
Wire e0_divisor,
Wire f0_divisor,
Wire exp_special,
Wire frac_special,
Wire special,
java.lang.String instanceName)
|
|
table(Node parent,
Wire s,
Wire d,
Wire q)
|
|
table(Node parent,
Wire s,
Wire d,
Wire q,
java.lang.String instanceName)
|
Uses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.SqPack |
Subclasses of Node in byucc.jhdl.Logic.Modules.FloatingPoint.SqPack | |
class |
Algorithm
General Description |
class |
counter
General Description |
class |
Exponent
General Description |
class |
Frac
General Description |
class |
Remainder
General Description |
class |
Scale
General Description |
class |
Scale_back
General Description |
class |
Square_root
General Description |
class |
Valid
General Description |
Constructors in byucc.jhdl.Logic.Modules.FloatingPoint.SqPack with parameters of type Node | |
Scale(Node parent,
Wire start,
Wire ein,
Wire fin,
Wire eout,
Wire initial,
Wire qfout,
Wire special)
|
|
Scale(Node parent,
Wire start,
Wire ein,
Wire fin,
Wire eout,
Wire initial,
Wire qfout,
Wire special,
java.lang.String instanceName)
|
|
Remainder(Node parent,
Wire rin,
Wire rout)
|
|
Remainder(Node parent,
Wire rin,
Wire rout,
java.lang.String instanceName)
|
|
counter(Node parent,
Wire inc,
Wire clr,
Wire count)
|
|
counter(Node parent,
Wire inc,
Wire clr,
Wire count,
java.lang.String instanceName)
|
|
Square_root(Node parent,
Wire start,
Wire cur_digit,
Wire counter,
Wire sq,
Wire sub)
|
|
Square_root(Node parent,
Wire start,
Wire cur_digit,
Wire counter,
Wire sq,
Wire sub,
java.lang.String instanceName)
|
|
Frac(Node parent,
Wire start,
Wire counter,
Wire frac)
|
|
Frac(Node parent,
Wire start,
Wire counter,
Wire frac,
java.lang.String instanceName)
|
|
Exponent(Node parent,
Wire start,
Wire ein,
Wire fin,
Wire eout,
Wire lsb)
|
|
Exponent(Node parent,
Wire start,
Wire ein,
Wire fin,
Wire eout,
Wire lsb,
java.lang.String instanceName)
|
|
Scale_back(Node parent,
Wire start,
Wire count1,
Wire count2,
Wire special,
Wire sq,
Wire qfin,
Wire fout,
Wire valid)
|
|
Scale_back(Node parent,
Wire start,
Wire count1,
Wire count2,
Wire special,
Wire sq,
Wire qfin,
Wire fout,
Wire valid,
java.lang.String instanceName)
|
|
Valid(Node parent,
Wire start,
Wire fin,
Wire ein,
Wire counter,
Wire valid)
|
|
Valid(Node parent,
Wire start,
Wire fin,
Wire ein,
Wire counter,
Wire valid,
java.lang.String instanceName)
|
|
Algorithm(Node parent,
Wire start,
Wire initial,
Wire counter,
Wire count1,
Wire sq)
|
|
Algorithm(Node parent,
Wire start,
Wire initial,
Wire counter,
Wire count1,
Wire sq,
java.lang.String instanceName)
|
Uses of Node in byucc.jhdl.Logic.Modules.helpers |
Subclasses of Node in byucc.jhdl.Logic.Modules.helpers | |
class |
tb_Template
Generic superclass for Module testbenches. |
Constructors in byucc.jhdl.Logic.Modules.helpers with parameters of type Node | |
tb_Template(Node parent)
Override this with a constructor that starts with "super (parent);" |
Uses of Node in byucc.jhdl.Logic.Modules.IntDividePack |
Constructors in byucc.jhdl.Logic.Modules.IntDividePack with parameters of type Node | |
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)
|
Uses of Node in byucc.jhdl.Logic.Modules.MultArrayPack |
Constructors in byucc.jhdl.Logic.Modules.MultArrayPack with parameters of type Node | |
MultSub(Node parent,
Wire x,
Wire y,
Wire partial_product_in,
Wire partial_product_out)
|
|
MultAdd(Node parent,
Wire x,
Wire y,
Wire partial_product_in,
Wire partial_product_out,
boolean signed)
|
|
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.Logic.Modules.ShiftRegPack |
Subclasses of Node in byucc.jhdl.Logic.Modules.ShiftRegPack | |
class |
ShiftRegBit
ShiftRegBit.java Created: Jan 03 |
Constructors in byucc.jhdl.Logic.Modules.ShiftRegPack with parameters of type Node | |
ShiftRegBit(Node parent,
Wire shift_in,
Wire data,
Wire load,
Wire enable,
Wire output_bit)
|
|
ShiftRegBit(Node parent,
Wire clk,
Wire shift_in,
Wire data,
Wire load,
Wire enable,
Wire output_bit)
provides explicit clock input |
Uses of Node in byucc.jhdl.netlisters.jhdl |
Subclasses of Node in byucc.jhdl.netlisters.jhdl | |
class |
BuildJHDL
|
Constructors in byucc.jhdl.netlisters.jhdl with parameters of type Node | |
BuildJHDL(Node parent,
java.lang.String[] args)
|
Uses of Node in byucc.jhdl.platforms.util |
Subclasses of Node in byucc.jhdl.platforms.util | |
class |
GenericBoard
Class designed for making the board-level of board models easier to create. |
class |
GenericInterfaceCell
|
class |
GenericProcessingElement
|
class |
GenericUserCore
Base class to be used for creating wrappers for user designs. |
class |
Virtex_IOB
This class is used to create IOBs for the Xilinx Virtex series parts. |
class |
XC4000_IOB
|
Constructors in byucc.jhdl.platforms.util with parameters of type Node | |
XC4000_IOB(Node parent,
Wire in,
Wire out,
Wire out_enable,
Wire pad,
java.lang.String name,
boolean outreg,
boolean inreg,
java.lang.String slewrate)
Constructor used outside of board models. |
|
XC4000_IOB(Node parent,
VirtualPort vp,
Wire in,
Wire out,
Wire pad,
java.lang.String name)
|
|
Virtex_IOB(Node parent,
Wire in,
Wire out,
Wire out_enable,
Wire pad,
java.lang.String name,
boolean outreg,
boolean inreg,
java.lang.String slewrate)
Constructor used outside of board models. |
|
Virtex_IOB(Node parent,
VirtualPort vp,
Wire in,
Wire out,
Wire pad,
java.lang.String name)
Constructor used for board models. |
|
GenericProcessingElement(Node parent)
Used by the extending class to create a GenericUserCore that has no instance name |
|
GenericProcessingElement(Node parent,
java.lang.String instance)
Used by the extending class to create a GenericUserCore that has an instance name |
|
GenericProcessingElement(Node parent,
java.lang.String instance,
PortAssociation pa)
Used by the extending class to create a GenericUserCore that has an instance name |
|
GenericBoard(Node parent,
java.lang.String instance)
Creates a new GenericBoard with the specified parent and instance name. |
|
GenericBoard(Node parent)
Creates a new GenericBoard with the specified parent and no instance name. |
|
GenericUserCore(Node parent)
Used by the extending class to create a GenericUserCore that has no instance name |
|
GenericUserCore(Node parent,
java.lang.String instance)
Used by the extending class to create a GenericUserCore that has an instance name |
|
GenericInterfaceCell(Node parent,
java.lang.String instance)
|
|
GenericInterfaceCell(Node parent,
java.lang.String instance,
boolean use_implicit_clock)
|
Uses of Node in byucc.jhdl.platforms.util.multicontext |
Subclasses of Node in byucc.jhdl.platforms.util.multicontext | |
class |
MultiContextTestBench
|
Constructors in byucc.jhdl.platforms.util.multicontext with parameters of type Node | |
MultiContextTestBench(Node parent)
|
Uses of Node in byucc.jhdl.synth |
Subclasses of Node in byucc.jhdl.synth | |
class |
GraphTestBench
|
Constructors in byucc.jhdl.synth with parameters of type Node | |
GraphTestBench(Node parent)
|
|
GraphTestBench(Node parent,
java.lang.String name)
|
Uses of Node in byucc.jhdl.TERA |
Subclasses of Node in byucc.jhdl.TERA | |
class |
Constant
This class is a structural cell which drives a constant value on to its output wire. |
class |
FD
|
class |
muxX
Generic width 2-1 Mux. |
class |
regX
This instantiates a generic width dff. |
class |
tera_add
Full Adder teramac style. |
class |
tera_and2
This class implements and asynchronous 2-input and gate. |
class |
tera_and2_g
This class implements and asynchronous 2-input and gate. |
class |
tera_and3
This class implements and asynchronous 3-input and gate. |
class |
tera_and3_g
This class implements and asynchronous 3-input and gate. |
class |
tera_and4
This class implements and asynchronous 4-input and gate. |
class |
tera_and4_g
This class implements and asynchronous 4-input and gate. |
class |
tera_and5
This class implements and asynchronous 5-input and gate. |
class |
tera_and5_g
This class implements and asynchronous 5-input and gate. |
class |
tera_and6
This class implements and asynchronous 6-input and gate. |
class |
tera_and6_g
This class implements and asynchronous 6-input and gate. |
class |
tera_and7
This class implements and asynchronous 7-input and gate. |
class |
tera_and7_g
This class implements and asynchronous 7-input and gate. |
class |
tera_and8
This class implements and asynchronous 8-input and gate. |
class |
tera_and8_g
This class implements and asynchronous 8-input and gate. |
class |
tera_buf
Buffer. |
class |
tera_dff
The tera_dff is a simple D-flipflop. |
class |
tera_high
Returns a logic one. |
class |
tera_inv
Inverter. |
class |
tera_low
Returns a logic zero. |
class |
tera_mem
Buffer. |
class |
tera_mux2
Mux2 |
class |
tera_mux4
Mux4 |
class |
tera_nand2
This class implements and asynchronous 2-input nand gate. |
class |
tera_nand2_g
This class implements and asynchronous 2-input nand gate. |
class |
tera_nand3
This class implements and asynchronous 3-input nand gate. |
class |
tera_nand3_g
This class implements and asynchronous 3-input nand gate. |
class |
tera_nand4
This class implements and asynchronous 4-input nand gate. |
class |
tera_nand4_g
This class implements and asynchronous 4-input nand gate. |
class |
tera_nand5
This class implements and asynchronous 5-input nand gate. |
class |
tera_nand5_g
This class implements and asynchronous 5-input nand gate. |
class |
tera_nand6
This class implements and asynchronous 6-input nand gate. |
class |
tera_nand6_g
This class implements and asynchronous 6-input nand gate. |
class |
tera_nand7
This class implements and asynchronous 7-input nand gate. |
class |
tera_nand7_g
This class implements and asynchronous 7-input nand gate. |
class |
tera_nand8
This class implements and asynchronous 8-input nand gate. |
class |
tera_nand8_g
This class implements and asynchronous 8-input nand gate. |
class |
tera_nor2
This class implements and asynchronous 2-input nor gate. |
class |
tera_nor2_g
This class implements and asynchronous 2-input nor gate. |
class |
tera_nor3
This class implements and asynchronous 3-input nor gate. |
class |
tera_nor3_g
This class implements and asynchronous 3-input nor gate. |
class |
tera_nor4
This class implements and asynchronous 4-input nor gate. |
class |
tera_nor4_g
This class implements and asynchronous 4-input nor gate. |
class |
tera_nor5
This class implements and asynchronous 5-input nor gate. |
class |
tera_nor5_g
This class implements and asynchronous 5-input nor gate. |
class |
tera_nor6
This class implements and asynchronous 6-input nor gate. |
class |
tera_nor6_g
This class implements and asynchronous 6-input nor gate. |
class |
tera_nor7
This class implements and asynchronous 7-input nor gate. |
class |
tera_nor7_g
This class implements and asynchronous 7-input nor gate. |
class |
tera_nor8
This class implements and asynchronous 8-input nor gate. |
class |
tera_nor8_g
This class implements and asynchronous 8-input nor gate. |
class |
tera_or2
This class implements and asynchronous 2-input or gate. |
class |
tera_or2_g
This class implements and asynchronous 2-input or gate. |
class |
tera_or3
This class implements and asynchronous 3-input or gate. |
class |
tera_or3_g
This class implements and asynchronous 3-input or gate. |
class |
tera_or4
This class implements and asynchronous 4-input or gate. |
class |
tera_or4_g
This class implements and asynchronous 4-input or gate. |
class |
tera_or5
This class implements and asynchronous 5-input or gate. |
class |
tera_or5_g
This class implements and asynchronous 5-input or gate. |
class |
tera_or6
This class implements and asynchronous 6-input or gate. |
class |
tera_or6_g
This class implements and asynchronous 6-input or gate. |
class |
tera_or7
This class implements and asynchronous 7-input or gate. |
class |
tera_or7_g
This class implements and asynchronous 7-input or gate. |
class |
tera_or8
This class implements and asynchronous 8-input or gate. |
class |
tera_or8_g
This class implements and asynchronous 8-input or gate. |
class |
tera_xnor2
This class implements and asynchronous 2-input xnor gate. |
class |
tera_xnor2_g
This class implements and asynchronous 2-input xnor gate. |
class |
tera_xnor3
This class implements and asynchronous 3-input xnor gate. |
class |
tera_xnor3_g
This class implements and asynchronous 3-input xnor gate. |
class |
tera_xnor4
This class implements and asynchronous 4-input xnor gate. |
class |
tera_xnor4_g
This class implements and asynchronous 4-input xnor gate. |
class |
tera_xnor5
This class implements and asynchronous 5-input xnor gate. |
class |
tera_xnor5_g
This class implements and asynchronous 5-input xnor gate. |
class |
tera_xnor6
This class implements and asynchronous 6-input xnor gate. |
class |
tera_xnor6_g
This class implements and asynchronous 6-input xnor gate. |
class |
tera_xnor7
This class implements and asynchronous 7-input xnor gate. |
class |
tera_xnor7_g
This class implements and asynchronous 7-input xnor gate. |
class |
tera_xnor8
This class implements and asynchronous 8-input xnor gate. |
class |
tera_xnor8_g
This class implements and asynchronous 8-input xnor gate. |
class |
tera_xor2
This class implements and asynchronous 2-input xor gate. |
class |
tera_xor2_g
This class implements and asynchronous 2-input xor gate. |
class |
tera_xor3
This class implements and asynchronous 3-input xor gate. |
class |
tera_xor3_g
This class implements and asynchronous 3-input xor gate. |
class |
tera_xor4
This class implements and asynchronous 4-input xor gate. |
class |
tera_xor4_g
This class implements and asynchronous 4-input xor gate. |
class |
tera_xor5
This class implements and asynchronous 5-input xor gate. |
class |
tera_xor5_g
This class implements and asynchronous 5-input xor gate. |
class |
tera_xor6
This class implements and asynchronous 6-input xor gate. |
class |
tera_xor6_g
This class implements and asynchronous 6-input xor gate. |
class |
tera_xor7
This class implements and asynchronous 7-input xor gate. |
class |
tera_xor7_g
This class implements and asynchronous 7-input xor gate. |
class |
tera_xor8
This class implements and asynchronous 8-input xor gate. |
class |
tera_xor8_g
This class implements and asynchronous 8-input xor gate. |
class |
TERACL
|
class |
TESTTERALibrary
This class is the self-test controller for the TERA library. |
Constructors in byucc.jhdl.TERA with parameters of type Node | |
tera_inv(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_inv(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_inv(Node parent,
Wire A,
Wire Z)
Constructs a new tera_inv. |
|
tera_inv(Node parent,
java.lang.String instanceName,
Wire A,
Wire Z)
Constructs a new tera_inv. |
|
tera_inv(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new tera_inv, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_inv(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new tera_inv, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_inv(Node parent,
ArgBlockList abl)
Constructs a new tera_inv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_inv(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_inv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_mux4(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_mux4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_mux4(Node parent,
Wire D0,
Wire D1,
Wire D2,
Wire D3,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_mux4. |
|
tera_mux4(Node parent,
java.lang.String instanceName,
Wire D0,
Wire D1,
Wire D2,
Wire D3,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_mux4. |
|
tera_mux4(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 tera_mux4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_mux4(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 tera_mux4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_mux4(Node parent,
ArgBlockList abl)
Constructs a new tera_mux4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_mux4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_mux4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_mem(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_mem(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_mem(Node parent,
Wire A,
Wire Z)
Constructs a new tera_mem. |
|
tera_mem(Node parent,
java.lang.String instanceName,
Wire A,
Wire Z)
Constructs a new tera_mem. |
|
tera_mem(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new tera_mem, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_mem(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new tera_mem, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_mem(Node parent,
ArgBlockList abl)
Constructs a new tera_mem, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_mem(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_mem, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_add(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_add(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_add(Node parent,
Wire A,
Wire B,
Wire C,
Wire COUT,
Wire SUM)
Constructs a new tera_add. |
|
tera_add(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire COUT,
Wire SUM)
Constructs a new tera_add. |
|
tera_add(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 tera_add, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_add(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 tera_add, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_add(Node parent,
ArgBlockList abl)
Constructs a new tera_add, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_add(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_add, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_dff(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_dff(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_dff(Node parent,
Wire D,
Wire Q)
Constructs a new tera_dff. |
|
tera_dff(Node parent,
java.lang.String instanceName,
Wire D,
Wire Q)
Constructs a new tera_dff. |
|
tera_dff(Node parent,
Wire c,
Wire D,
Wire Q)
Constructs a new tera_dff. |
|
tera_dff(Node parent,
java.lang.String instanceName,
Wire c,
Wire D,
Wire Q)
Constructs a new tera_dff. |
|
tera_dff(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new tera_dff, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_dff(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new tera_dff, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_dff(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new tera_dff, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
tera_dff(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 tera_dff, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
tera_dff(Node parent,
ArgBlockList abl)
Constructs a new tera_dff, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_dff(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_dff, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_low(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_low(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_low(Node parent,
Wire Z)
Constructs a new tera_low. |
|
tera_low(Node parent,
java.lang.String instanceName,
Wire Z)
Constructs a new tera_low. |
|
tera_low(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new tera_low, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_low(Node parent,
ArgBlockList abl)
Constructs a new tera_low, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_low(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_low, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_high(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_high(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_high(Node parent,
Wire Z)
Constructs a new tera_high. |
|
tera_high(Node parent,
java.lang.String instanceName,
Wire Z)
Constructs a new tera_high. |
|
tera_high(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new tera_high, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_high(Node parent,
ArgBlockList abl)
Constructs a new tera_high, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_high(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_high, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_mux2(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_mux2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_mux2(Node parent,
Wire A,
Wire B,
Wire S,
Wire Z)
Constructs a new tera_mux2. |
|
tera_mux2(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire S,
Wire Z)
Constructs a new tera_mux2. |
|
tera_mux2(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 tera_mux2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_mux2(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 tera_mux2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_mux2(Node parent,
ArgBlockList abl)
Constructs a new tera_mux2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_mux2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_mux2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_buf(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_buf(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_buf(Node parent,
Wire A,
Wire Z)
Constructs a new tera_buf. |
|
tera_buf(Node parent,
java.lang.String instanceName,
Wire A,
Wire Z)
Constructs a new tera_buf. |
|
tera_buf(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new tera_buf, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_buf(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new tera_buf, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_buf(Node parent,
ArgBlockList abl)
Constructs a new tera_buf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_buf(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_buf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor8_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xnor8_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xnor8_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_xnor8_g. |
|
tera_xnor8_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_xnor8_g. |
|
tera_xnor8_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,
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 tera_xnor8_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xnor8_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,
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 tera_xnor8_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xnor8_g(Node parent,
ArgBlockList abl)
Constructs a new tera_xnor8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor8_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xnor8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor7_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xnor7_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xnor7_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_xnor7_g. |
|
tera_xnor7_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_xnor7_g. |
|
tera_xnor7_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,
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 tera_xnor7_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xnor7_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,
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 tera_xnor7_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xnor7_g(Node parent,
ArgBlockList abl)
Constructs a new tera_xnor7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor7_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xnor7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor6_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xnor6_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xnor6_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_xnor6_g. |
|
tera_xnor6_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_xnor6_g. |
|
tera_xnor6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new tera_xnor6_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xnor6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new tera_xnor6_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xnor6_g(Node parent,
ArgBlockList abl)
Constructs a new tera_xnor6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor6_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xnor6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor5_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xnor5_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xnor5_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_xnor5_g. |
|
tera_xnor5_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_xnor5_g. |
|
tera_xnor5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new tera_xnor5_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xnor5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new tera_xnor5_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xnor5_g(Node parent,
ArgBlockList abl)
Constructs a new tera_xnor5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor5_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xnor5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xnor4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xnor4_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_xnor4_g. |
|
tera_xnor4_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_xnor4_g. |
|
tera_xnor4_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,
java.lang.String s4,
Wire w4)
Constructs a new tera_xnor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xnor4_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,
java.lang.String s4,
Wire w4)
Constructs a new tera_xnor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xnor4_g(Node parent,
ArgBlockList abl)
Constructs a new tera_xnor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xnor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xnor3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xnor3_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_xnor3_g. |
|
tera_xnor3_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_xnor3_g. |
|
tera_xnor3_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 tera_xnor3_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xnor3_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 tera_xnor3_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xnor3_g(Node parent,
ArgBlockList abl)
Constructs a new tera_xnor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xnor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xnor2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xnor2_g(Node parent,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_xnor2_g. |
|
tera_xnor2_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_xnor2_g. |
|
tera_xnor2_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new tera_xnor2_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xnor2_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 tera_xnor2_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xnor2_g(Node parent,
ArgBlockList abl)
Constructs a new tera_xnor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xnor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor8(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xnor8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xnor8(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_xnor8. |
|
tera_xnor8(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_xnor8. |
|
tera_xnor8(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 tera_xnor8, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xnor8(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 tera_xnor8, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xnor8(Node parent,
ArgBlockList abl)
Constructs a new tera_xnor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xnor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor7(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xnor7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xnor7(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_xnor7. |
|
tera_xnor7(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_xnor7. |
|
tera_xnor7(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 tera_xnor7, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xnor7(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 tera_xnor7, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xnor7(Node parent,
ArgBlockList abl)
Constructs a new tera_xnor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xnor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor6(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xnor6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xnor6(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_xnor6. |
|
tera_xnor6(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_xnor6. |
|
tera_xnor6(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 tera_xnor6, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xnor6(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 tera_xnor6, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xnor6(Node parent,
ArgBlockList abl)
Constructs a new tera_xnor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xnor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor5(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xnor5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xnor5(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_xnor5. |
|
tera_xnor5(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_xnor5. |
|
tera_xnor5(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 tera_xnor5, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xnor5(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 tera_xnor5, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xnor5(Node parent,
ArgBlockList abl)
Constructs a new tera_xnor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xnor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor4(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xnor4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xnor4(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_xnor4. |
|
tera_xnor4(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_xnor4. |
|
tera_xnor4(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 tera_xnor4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xnor4(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 tera_xnor4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xnor4(Node parent,
ArgBlockList abl)
Constructs a new tera_xnor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xnor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor3(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xnor3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xnor3(Node parent,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_xnor3. |
|
tera_xnor3(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_xnor3. |
|
tera_xnor3(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 tera_xnor3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xnor3(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 tera_xnor3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xnor3(Node parent,
ArgBlockList abl)
Constructs a new tera_xnor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xnor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor2(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xnor2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xnor2(Node parent,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_xnor2. |
|
tera_xnor2(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_xnor2. |
|
tera_xnor2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new tera_xnor2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xnor2(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 tera_xnor2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xnor2(Node parent,
ArgBlockList abl)
Constructs a new tera_xnor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xnor2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xnor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor8_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xor8_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xor8_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_xor8_g. |
|
tera_xor8_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_xor8_g. |
|
tera_xor8_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,
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 tera_xor8_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xor8_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,
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 tera_xor8_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xor8_g(Node parent,
ArgBlockList abl)
Constructs a new tera_xor8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor8_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xor8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor7_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xor7_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xor7_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_xor7_g. |
|
tera_xor7_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_xor7_g. |
|
tera_xor7_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,
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 tera_xor7_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xor7_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,
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 tera_xor7_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xor7_g(Node parent,
ArgBlockList abl)
Constructs a new tera_xor7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor7_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xor7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor6_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xor6_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xor6_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_xor6_g. |
|
tera_xor6_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_xor6_g. |
|
tera_xor6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new tera_xor6_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xor6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new tera_xor6_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xor6_g(Node parent,
ArgBlockList abl)
Constructs a new tera_xor6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor6_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xor6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor5_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xor5_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xor5_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_xor5_g. |
|
tera_xor5_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_xor5_g. |
|
tera_xor5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new tera_xor5_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xor5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new tera_xor5_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xor5_g(Node parent,
ArgBlockList abl)
Constructs a new tera_xor5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor5_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xor5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xor4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xor4_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_xor4_g. |
|
tera_xor4_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_xor4_g. |
|
tera_xor4_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,
java.lang.String s4,
Wire w4)
Constructs a new tera_xor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xor4_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,
java.lang.String s4,
Wire w4)
Constructs a new tera_xor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xor4_g(Node parent,
ArgBlockList abl)
Constructs a new tera_xor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xor3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xor3_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_xor3_g. |
|
tera_xor3_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_xor3_g. |
|
tera_xor3_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 tera_xor3_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xor3_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 tera_xor3_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xor3_g(Node parent,
ArgBlockList abl)
Constructs a new tera_xor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xor2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xor2_g(Node parent,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_xor2_g. |
|
tera_xor2_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_xor2_g. |
|
tera_xor2_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new tera_xor2_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xor2_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 tera_xor2_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xor2_g(Node parent,
ArgBlockList abl)
Constructs a new tera_xor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor8(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xor8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xor8(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_xor8. |
|
tera_xor8(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_xor8. |
|
tera_xor8(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 tera_xor8, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xor8(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 tera_xor8, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xor8(Node parent,
ArgBlockList abl)
Constructs a new tera_xor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor7(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xor7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xor7(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_xor7. |
|
tera_xor7(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_xor7. |
|
tera_xor7(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 tera_xor7, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xor7(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 tera_xor7, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xor7(Node parent,
ArgBlockList abl)
Constructs a new tera_xor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor6(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xor6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xor6(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_xor6. |
|
tera_xor6(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_xor6. |
|
tera_xor6(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 tera_xor6, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xor6(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 tera_xor6, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xor6(Node parent,
ArgBlockList abl)
Constructs a new tera_xor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor5(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xor5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xor5(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_xor5. |
|
tera_xor5(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_xor5. |
|
tera_xor5(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 tera_xor5, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xor5(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 tera_xor5, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xor5(Node parent,
ArgBlockList abl)
Constructs a new tera_xor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor4(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xor4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xor4(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_xor4. |
|
tera_xor4(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_xor4. |
|
tera_xor4(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 tera_xor4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xor4(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 tera_xor4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xor4(Node parent,
ArgBlockList abl)
Constructs a new tera_xor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor3(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xor3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xor3(Node parent,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_xor3. |
|
tera_xor3(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_xor3. |
|
tera_xor3(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 tera_xor3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xor3(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 tera_xor3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xor3(Node parent,
ArgBlockList abl)
Constructs a new tera_xor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor2(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_xor2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_xor2(Node parent,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_xor2. |
|
tera_xor2(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_xor2. |
|
tera_xor2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new tera_xor2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_xor2(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 tera_xor2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_xor2(Node parent,
ArgBlockList abl)
Constructs a new tera_xor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_xor2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_xor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor8_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nor8_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nor8_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_nor8_g. |
|
tera_nor8_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_nor8_g. |
|
tera_nor8_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,
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 tera_nor8_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nor8_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,
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 tera_nor8_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nor8_g(Node parent,
ArgBlockList abl)
Constructs a new tera_nor8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor8_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nor8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor7_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nor7_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nor7_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_nor7_g. |
|
tera_nor7_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_nor7_g. |
|
tera_nor7_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,
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 tera_nor7_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nor7_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,
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 tera_nor7_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nor7_g(Node parent,
ArgBlockList abl)
Constructs a new tera_nor7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor7_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nor7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor6_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nor6_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nor6_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_nor6_g. |
|
tera_nor6_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_nor6_g. |
|
tera_nor6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new tera_nor6_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nor6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new tera_nor6_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nor6_g(Node parent,
ArgBlockList abl)
Constructs a new tera_nor6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor6_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nor6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor5_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nor5_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nor5_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_nor5_g. |
|
tera_nor5_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_nor5_g. |
|
tera_nor5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new tera_nor5_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nor5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new tera_nor5_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nor5_g(Node parent,
ArgBlockList abl)
Constructs a new tera_nor5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor5_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nor5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nor4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nor4_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_nor4_g. |
|
tera_nor4_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_nor4_g. |
|
tera_nor4_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,
java.lang.String s4,
Wire w4)
Constructs a new tera_nor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nor4_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,
java.lang.String s4,
Wire w4)
Constructs a new tera_nor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nor4_g(Node parent,
ArgBlockList abl)
Constructs a new tera_nor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nor3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nor3_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_nor3_g. |
|
tera_nor3_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_nor3_g. |
|
tera_nor3_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 tera_nor3_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nor3_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 tera_nor3_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nor3_g(Node parent,
ArgBlockList abl)
Constructs a new tera_nor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nor2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nor2_g(Node parent,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_nor2_g. |
|
tera_nor2_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_nor2_g. |
|
tera_nor2_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new tera_nor2_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nor2_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 tera_nor2_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nor2_g(Node parent,
ArgBlockList abl)
Constructs a new tera_nor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor8(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nor8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nor8(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_nor8. |
|
tera_nor8(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_nor8. |
|
tera_nor8(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 tera_nor8, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nor8(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 tera_nor8, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nor8(Node parent,
ArgBlockList abl)
Constructs a new tera_nor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor7(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nor7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nor7(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_nor7. |
|
tera_nor7(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_nor7. |
|
tera_nor7(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 tera_nor7, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nor7(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 tera_nor7, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nor7(Node parent,
ArgBlockList abl)
Constructs a new tera_nor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor6(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nor6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nor6(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_nor6. |
|
tera_nor6(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_nor6. |
|
tera_nor6(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 tera_nor6, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nor6(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 tera_nor6, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nor6(Node parent,
ArgBlockList abl)
Constructs a new tera_nor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor5(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nor5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nor5(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_nor5. |
|
tera_nor5(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_nor5. |
|
tera_nor5(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 tera_nor5, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nor5(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 tera_nor5, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nor5(Node parent,
ArgBlockList abl)
Constructs a new tera_nor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor4(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nor4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nor4(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_nor4. |
|
tera_nor4(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_nor4. |
|
tera_nor4(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 tera_nor4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nor4(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 tera_nor4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nor4(Node parent,
ArgBlockList abl)
Constructs a new tera_nor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor3(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nor3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nor3(Node parent,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_nor3. |
|
tera_nor3(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_nor3. |
|
tera_nor3(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 tera_nor3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nor3(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 tera_nor3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nor3(Node parent,
ArgBlockList abl)
Constructs a new tera_nor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor2(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nor2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nor2(Node parent,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_nor2. |
|
tera_nor2(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_nor2. |
|
tera_nor2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new tera_nor2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nor2(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 tera_nor2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nor2(Node parent,
ArgBlockList abl)
Constructs a new tera_nor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nor2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or8_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_or8_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_or8_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_or8_g. |
|
tera_or8_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_or8_g. |
|
tera_or8_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,
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 tera_or8_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_or8_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,
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 tera_or8_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_or8_g(Node parent,
ArgBlockList abl)
Constructs a new tera_or8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or8_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_or8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or7_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_or7_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_or7_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_or7_g. |
|
tera_or7_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_or7_g. |
|
tera_or7_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,
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 tera_or7_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_or7_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,
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 tera_or7_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_or7_g(Node parent,
ArgBlockList abl)
Constructs a new tera_or7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or7_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_or7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or6_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_or6_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_or6_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_or6_g. |
|
tera_or6_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_or6_g. |
|
tera_or6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new tera_or6_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_or6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new tera_or6_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_or6_g(Node parent,
ArgBlockList abl)
Constructs a new tera_or6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or6_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_or6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or5_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_or5_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_or5_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_or5_g. |
|
tera_or5_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_or5_g. |
|
tera_or5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new tera_or5_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_or5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new tera_or5_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_or5_g(Node parent,
ArgBlockList abl)
Constructs a new tera_or5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or5_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_or5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_or4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_or4_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_or4_g. |
|
tera_or4_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_or4_g. |
|
tera_or4_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,
java.lang.String s4,
Wire w4)
Constructs a new tera_or4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_or4_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,
java.lang.String s4,
Wire w4)
Constructs a new tera_or4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_or4_g(Node parent,
ArgBlockList abl)
Constructs a new tera_or4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_or4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_or3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_or3_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_or3_g. |
|
tera_or3_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_or3_g. |
|
tera_or3_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 tera_or3_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_or3_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 tera_or3_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_or3_g(Node parent,
ArgBlockList abl)
Constructs a new tera_or3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_or3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_or2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_or2_g(Node parent,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_or2_g. |
|
tera_or2_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_or2_g. |
|
tera_or2_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new tera_or2_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_or2_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 tera_or2_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_or2_g(Node parent,
ArgBlockList abl)
Constructs a new tera_or2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_or2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or8(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_or8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_or8(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_or8. |
|
tera_or8(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_or8. |
|
tera_or8(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 tera_or8, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_or8(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 tera_or8, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_or8(Node parent,
ArgBlockList abl)
Constructs a new tera_or8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_or8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or7(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_or7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_or7(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_or7. |
|
tera_or7(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_or7. |
|
tera_or7(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 tera_or7, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_or7(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 tera_or7, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_or7(Node parent,
ArgBlockList abl)
Constructs a new tera_or7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_or7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or6(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_or6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_or6(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_or6. |
|
tera_or6(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_or6. |
|
tera_or6(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 tera_or6, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_or6(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 tera_or6, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_or6(Node parent,
ArgBlockList abl)
Constructs a new tera_or6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_or6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or5(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_or5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_or5(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_or5. |
|
tera_or5(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_or5. |
|
tera_or5(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 tera_or5, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_or5(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 tera_or5, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_or5(Node parent,
ArgBlockList abl)
Constructs a new tera_or5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_or5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or4(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_or4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_or4(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_or4. |
|
tera_or4(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_or4. |
|
tera_or4(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 tera_or4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_or4(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 tera_or4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_or4(Node parent,
ArgBlockList abl)
Constructs a new tera_or4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_or4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or3(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_or3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_or3(Node parent,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_or3. |
|
tera_or3(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_or3. |
|
tera_or3(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 tera_or3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_or3(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 tera_or3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_or3(Node parent,
ArgBlockList abl)
Constructs a new tera_or3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_or3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or2(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_or2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_or2(Node parent,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_or2. |
|
tera_or2(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_or2. |
|
tera_or2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new tera_or2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_or2(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 tera_or2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_or2(Node parent,
ArgBlockList abl)
Constructs a new tera_or2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_or2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_or2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand8_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nand8_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nand8_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_nand8_g. |
|
tera_nand8_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_nand8_g. |
|
tera_nand8_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,
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 tera_nand8_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nand8_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,
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 tera_nand8_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nand8_g(Node parent,
ArgBlockList abl)
Constructs a new tera_nand8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand8_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nand8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand7_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nand7_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nand7_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_nand7_g. |
|
tera_nand7_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_nand7_g. |
|
tera_nand7_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,
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 tera_nand7_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nand7_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,
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 tera_nand7_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nand7_g(Node parent,
ArgBlockList abl)
Constructs a new tera_nand7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand7_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nand7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand6_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nand6_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nand6_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_nand6_g. |
|
tera_nand6_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_nand6_g. |
|
tera_nand6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new tera_nand6_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nand6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new tera_nand6_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nand6_g(Node parent,
ArgBlockList abl)
Constructs a new tera_nand6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand6_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nand6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand5_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nand5_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nand5_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_nand5_g. |
|
tera_nand5_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_nand5_g. |
|
tera_nand5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new tera_nand5_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nand5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new tera_nand5_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nand5_g(Node parent,
ArgBlockList abl)
Constructs a new tera_nand5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand5_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nand5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nand4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nand4_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_nand4_g. |
|
tera_nand4_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_nand4_g. |
|
tera_nand4_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,
java.lang.String s4,
Wire w4)
Constructs a new tera_nand4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nand4_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,
java.lang.String s4,
Wire w4)
Constructs a new tera_nand4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nand4_g(Node parent,
ArgBlockList abl)
Constructs a new tera_nand4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nand4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nand3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nand3_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_nand3_g. |
|
tera_nand3_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_nand3_g. |
|
tera_nand3_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 tera_nand3_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nand3_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 tera_nand3_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nand3_g(Node parent,
ArgBlockList abl)
Constructs a new tera_nand3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nand3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nand2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nand2_g(Node parent,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_nand2_g. |
|
tera_nand2_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_nand2_g. |
|
tera_nand2_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new tera_nand2_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nand2_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 tera_nand2_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nand2_g(Node parent,
ArgBlockList abl)
Constructs a new tera_nand2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nand2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand8(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nand8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nand8(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_nand8. |
|
tera_nand8(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_nand8. |
|
tera_nand8(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 tera_nand8, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nand8(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 tera_nand8, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nand8(Node parent,
ArgBlockList abl)
Constructs a new tera_nand8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nand8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand7(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nand7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nand7(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_nand7. |
|
tera_nand7(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_nand7. |
|
tera_nand7(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 tera_nand7, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nand7(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 tera_nand7, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nand7(Node parent,
ArgBlockList abl)
Constructs a new tera_nand7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nand7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand6(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nand6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nand6(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_nand6. |
|
tera_nand6(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_nand6. |
|
tera_nand6(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 tera_nand6, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nand6(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 tera_nand6, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nand6(Node parent,
ArgBlockList abl)
Constructs a new tera_nand6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nand6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand5(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nand5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nand5(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_nand5. |
|
tera_nand5(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_nand5. |
|
tera_nand5(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 tera_nand5, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nand5(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 tera_nand5, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nand5(Node parent,
ArgBlockList abl)
Constructs a new tera_nand5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nand5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand4(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nand4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nand4(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_nand4. |
|
tera_nand4(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_nand4. |
|
tera_nand4(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 tera_nand4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nand4(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 tera_nand4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nand4(Node parent,
ArgBlockList abl)
Constructs a new tera_nand4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nand4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand3(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nand3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nand3(Node parent,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_nand3. |
|
tera_nand3(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_nand3. |
|
tera_nand3(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 tera_nand3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nand3(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 tera_nand3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nand3(Node parent,
ArgBlockList abl)
Constructs a new tera_nand3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nand3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand2(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_nand2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_nand2(Node parent,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_nand2. |
|
tera_nand2(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_nand2. |
|
tera_nand2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new tera_nand2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_nand2(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 tera_nand2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_nand2(Node parent,
ArgBlockList abl)
Constructs a new tera_nand2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_nand2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_nand2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and8_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_and8_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_and8_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_and8_g. |
|
tera_and8_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_and8_g. |
|
tera_and8_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,
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 tera_and8_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_and8_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,
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 tera_and8_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_and8_g(Node parent,
ArgBlockList abl)
Constructs a new tera_and8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and8_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_and8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and7_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_and7_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_and7_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_and7_g. |
|
tera_and7_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_and7_g. |
|
tera_and7_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,
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 tera_and7_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_and7_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,
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 tera_and7_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_and7_g(Node parent,
ArgBlockList abl)
Constructs a new tera_and7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and7_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_and7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and6_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_and6_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_and6_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_and6_g. |
|
tera_and6_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_and6_g. |
|
tera_and6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new tera_and6_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_and6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new tera_and6_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_and6_g(Node parent,
ArgBlockList abl)
Constructs a new tera_and6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and6_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_and6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and5_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_and5_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_and5_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_and5_g. |
|
tera_and5_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_and5_g. |
|
tera_and5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new tera_and5_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_and5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new tera_and5_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_and5_g(Node parent,
ArgBlockList abl)
Constructs a new tera_and5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and5_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_and5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_and4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_and4_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_and4_g. |
|
tera_and4_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_and4_g. |
|
tera_and4_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,
java.lang.String s4,
Wire w4)
Constructs a new tera_and4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_and4_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,
java.lang.String s4,
Wire w4)
Constructs a new tera_and4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_and4_g(Node parent,
ArgBlockList abl)
Constructs a new tera_and4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_and4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_and3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_and3_g(Node parent,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_and3_g. |
|
tera_and3_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_and3_g. |
|
tera_and3_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 tera_and3_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_and3_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 tera_and3_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_and3_g(Node parent,
ArgBlockList abl)
Constructs a new tera_and3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_and3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_and2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_and2_g(Node parent,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_and2_g. |
|
tera_and2_g(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_and2_g. |
|
tera_and2_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new tera_and2_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_and2_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 tera_and2_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_and2_g(Node parent,
ArgBlockList abl)
Constructs a new tera_and2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_and2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and8(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_and8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_and8(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_and8. |
|
tera_and8(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire H,
Wire Z)
Constructs a new tera_and8. |
|
tera_and8(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 tera_and8, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_and8(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 tera_and8, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_and8(Node parent,
ArgBlockList abl)
Constructs a new tera_and8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_and8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and7(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_and7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_and7(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_and7. |
|
tera_and7(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire G,
Wire Z)
Constructs a new tera_and7. |
|
tera_and7(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 tera_and7, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_and7(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 tera_and7, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_and7(Node parent,
ArgBlockList abl)
Constructs a new tera_and7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_and7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and6(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_and6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_and6(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_and6. |
|
tera_and6(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire F,
Wire Z)
Constructs a new tera_and6. |
|
tera_and6(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 tera_and6, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_and6(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 tera_and6, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_and6(Node parent,
ArgBlockList abl)
Constructs a new tera_and6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_and6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and5(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_and5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_and5(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_and5. |
|
tera_and5(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire E,
Wire Z)
Constructs a new tera_and5. |
|
tera_and5(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 tera_and5, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_and5(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 tera_and5, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_and5(Node parent,
ArgBlockList abl)
Constructs a new tera_and5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_and5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and4(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_and4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_and4(Node parent,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_and4. |
|
tera_and4(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire D,
Wire Z)
Constructs a new tera_and4. |
|
tera_and4(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 tera_and4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_and4(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 tera_and4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_and4(Node parent,
ArgBlockList abl)
Constructs a new tera_and4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_and4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and3(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_and3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_and3(Node parent,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_and3. |
|
tera_and3(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire C,
Wire Z)
Constructs a new tera_and3. |
|
tera_and3(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 tera_and3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_and3(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 tera_and3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_and3(Node parent,
ArgBlockList abl)
Constructs a new tera_and3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_and3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and2(Node parent)
Used only by child classes to pass up the parent cell. |
|
tera_and2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tera_and2(Node parent,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_and2. |
|
tera_and2(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire Z)
Constructs a new tera_and2. |
|
tera_and2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new tera_and2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tera_and2(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 tera_and2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tera_and2(Node parent,
ArgBlockList abl)
Constructs a new tera_and2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tera_and2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tera_and2, 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 . |
|
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 . |
|
regX(Node parent)
Used only by child classes to pass up the parent cell. |
|
regX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
regX(Node parent,
Wire D,
Wire Q)
Constructs a new regX. |
|
regX(Node parent,
java.lang.String instanceName,
Wire D,
Wire Q)
Constructs a new regX. |
|
regX(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new regX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
regX(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new regX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
regX(Node parent,
ArgBlockList abl)
Constructs a new regX, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
regX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new regX, 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 . |
|
muxX(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxX(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxX(Node parent,
Wire A,
Wire B,
Wire S,
Wire Z)
Constructs a new muxX. |
|
muxX(Node parent,
java.lang.String instanceName,
Wire A,
Wire B,
Wire S,
Wire Z)
Constructs a new muxX. |
|
muxX(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 muxX, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxX(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 muxX, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxX(Node parent,
ArgBlockList abl)
Constructs a new muxX, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxX(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxX, 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 . |
|
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 . |
|
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 . |
|
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 . |
|
TERACL(Node parent)
|
|
TERACL(Node parent,
java.lang.String name)
|
|
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. |
|
FD(Node parent)
|
|
FD(Node parent,
java.lang.String name)
|
|
FD(Node parent,
boolean connect_implicit_ports)
|
|
FD(Node parent,
java.lang.String name,
boolean connect_implicit_ports)
|
|
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. |
Uses of Node in byucc.jhdl.Xilinx |
Subclasses of Node in byucc.jhdl.Xilinx | |
class |
BasicMemory
This layer of memory abstraction does what "Memory" used to, except doesn't implement ExternallyUpdateable. |
class |
bufg
The BUFG cell is a global buffer which distributes high-fanout clock signals throughout the device. |
class |
bufgp
The BUFG cell is a global buffer which distributes high-fanout clock signals throughout the device. |
class |
gnd
This class is the GND cell for the Xilinx tools as well as for JHDL simulation. |
class |
Memory
This layer of Memory abstraction extends BasicMemory and simply adds the ExternallyUpdateable interface |
class |
Memory_1
This layer of Memory abstraction extends BasicMemory and simply adds the ExternallyUpdateable interface |
class |
ram_base
A simple wrapper class that provides an implicit clock port for ram's |
class |
ram_prop
Deprecated. Don't use this class anymore, use isAsynchronousSourceSinkResolved() call. |
class |
ram_prop_1
Deprecated. Don't use this class anymore, use isAsynchronousSourceSinkResolved() call. |
class |
ram_synch
Deprecated. Don't use this class anymore, use isAsynchronousSourceSinkResolved() call. |
class |
ram_synch_1
Deprecated. Don't use this class anymore, use isAsynchronousSourceSinkResolved() call. |
class |
ram_synch_shift
Deprecated. Don't use this class anymore, use isAsynchronousSourceSinkResolved() call. |
class |
ramd_prop
Deprecated. Don't use this class anymore, use isAsynchronousSourceSinkResolved() call. |
class |
ramd_prop_1
Deprecated. Don't use this class anymore, use isAsynchronousSourceSinkResolved() call. |
class |
TESTXilinxLibrary
This class is the self-test controller for the Xilinx library. |
class |
vcc
This class is the VCC cell for the Xilinx tools as well as for JHDL simulation. |
class |
XilinxAnn
Provides a wrapper of the Annotation class for all Xilinx-related annotations. |
class |
XilinxBasicMemoryCL
This is exactly the same as XilinxMemoryCL, but it doesn't have ExternallyUpdateable in it's ancestory. |
class |
XilinxCL
|
class |
XilinxClockDriver
|
class |
XilinxFD
|
class |
XilinxFD_1
|
class |
XilinxLatch
|
class |
XilinxLatch_1
|
class |
XilinxMemoryCL
|
class |
XilinxMemorySynch
|
class |
XilinxMemorySynch_1
|
Constructors in byucc.jhdl.Xilinx with parameters of type Node | |
bufgp(Node parent,
Wire i,
Wire o)
Constructs a new bufgp. |
|
bufgp(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufgp, with the initial String parameter as the instance name. |
|
bufgp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgp, connecting each Wire to the port whose name is given by the accompanying String parameter. |
|
bufgp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgp, connecting each Wire to the port whose name is given by the accompanying String parameter, with the initial String parameter as the instance name. |
|
bufgp(Node parent,
ArgBlockList abl)
Constructs a new bufgp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufgp, connecting its ports as given by the String-Wire pairs in the ArgBlockList , with the initial String parameter as the instance name. |
|
XilinxMemoryCL(Node parent)
|
|
XilinxMemoryCL(Node parent,
java.lang.String name)
|
|
XilinxLatch_1(Node parent)
|
|
XilinxLatch_1(Node parent,
java.lang.String name)
|
|
XilinxLatch_1(Node parent,
boolean connect_implicit_ports)
|
|
XilinxLatch_1(Node parent,
java.lang.String name,
boolean connect_implicit_ports)
|
|
XilinxMemorySynch(Node parent)
|
|
XilinxMemorySynch(Node parent,
java.lang.String name)
|
|
XilinxMemorySynch(Node parent,
boolean connect_implicit_ports)
|
|
XilinxMemorySynch(Node parent,
java.lang.String name,
boolean connect_implicit_ports)
|
|
bufg(Node parent,
Wire i,
Wire o)
Constructs a new bufg. |
|
bufg(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufg, with the initial String parameter as the instance name. |
|
bufg(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufg, connecting each Wire to the port whose name is given by the accompanying String parameter. |
|
bufg(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufg, connecting each Wire to the port whose name is given by the accompanying String parameter, with the initial String parameter as the instance name. |
|
bufg(Node parent,
ArgBlockList abl)
Constructs a new bufg, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufg(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufg, connecting its ports as given by the String-Wire pairs in the ArgBlockList , with the initial String parameter as the instance name. |
|
vcc(Node parent,
Wire vcc)
Constructs a new VCC cell. |
|
vcc(Node parent,
java.lang.String name,
Wire vcc)
Constructs a new named VCC cell. |
|
vcc(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0)
|
|
XilinxClockDriver(Node parent,
Wire o)
Constructs a new XilinxClockDriver. |
|
XilinxClockDriver(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new XilinxClockDriver, with the initial String parameter as the instance name. |
|
XilinxClockDriver(Node parent,
Wire o,
java.lang.String schedule)
Constructs a new XilinxClockDriver with a given clock schedule. |
|
XilinxClockDriver(Node parent,
java.lang.String instanceName,
Wire o,
java.lang.String schedule)
Constructs a new XilinxClockDriver, with the initial String parameter as the instance name, with a given clock schedule. |
|
XilinxClockDriver(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new XilinxClockDriver, connecting each Wire to the port whose name is given by the accompanying String parameter, with the initial String parameter as the instance name. |
|
XilinxClockDriver(Node parent,
ArgBlockList abl)
Constructs a new XilinxClockDriver, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
XilinxClockDriver(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new XilinxClockDriver, connecting its ports as given by the String-Wire pairs in the ArgBlockList , with the initial String parameter as the instance name. |
|
XilinxLatch(Node parent)
|
|
XilinxLatch(Node parent,
java.lang.String name)
|
|
XilinxLatch(Node parent,
boolean connect_implicit_ports)
|
|
XilinxLatch(Node parent,
java.lang.String name,
boolean connect_implicit_ports)
|
|
XilinxAnn(Node parent)
|
|
XilinxAnn(Node parent,
java.lang.String name)
|
|
gnd(Node parent,
Wire gnd)
Constructs a new GND cell. |
|
gnd(Node parent,
java.lang.String name,
Wire gnd)
Constructs a new named GND cell. |
|
gnd(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0)
|
|
XilinxFD_1(Node parent)
|
|
XilinxFD_1(Node parent,
java.lang.String name)
|
|
XilinxFD_1(Node parent,
boolean connect_implicit_ports)
|
|
XilinxFD_1(Node parent,
java.lang.String name,
boolean connect_implicit_ports)
|
|
BasicMemory(Node parent)
|
|
BasicMemory(Node parent,
java.lang.String username)
|
|
BasicMemory(Node parent,
boolean connect_implicit_ports)
|
|
BasicMemory(Node parent,
java.lang.String username,
boolean connect_implicit_ports)
|
|
XilinxMemorySynch_1(Node parent)
|
|
XilinxMemorySynch_1(Node parent,
java.lang.String name)
|
|
XilinxMemorySynch_1(Node parent,
boolean connect_implicit_ports)
|
|
XilinxMemorySynch_1(Node parent,
java.lang.String name,
boolean connect_implicit_ports)
|
|
XilinxCL(Node parent)
|
|
XilinxCL(Node parent,
java.lang.String name)
|
|
Memory_1(Node parent)
|
|
Memory_1(Node parent,
java.lang.String username)
|
|
Memory_1(Node parent,
boolean connect_implicit_ports)
|
|
Memory_1(Node parent,
java.lang.String username,
boolean connect_implicit_ports)
|
|
XilinxFD(Node parent)
|
|
XilinxFD(Node parent,
java.lang.String name)
|
|
XilinxFD(Node parent,
boolean connect_implicit_ports)
|
|
XilinxFD(Node parent,
java.lang.String name,
boolean connect_implicit_ports)
|
|
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,
java.lang.String name,
Wire wire,
int value)
Constructs a new named 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,
java.lang.String name,
Wire wire,
long value)
Constructs a new named 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,
java.lang.String name,
Wire wire,
int[] value)
Constructs a new named 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. |
|
Constant(Node parent,
java.lang.String name,
Wire wire,
BV value)
Constructs a new named Constant for the given constant wire, using the BV parameter as the initilization value. |
|
XilinxBasicMemoryCL(Node parent)
|
|
XilinxBasicMemoryCL(Node parent,
java.lang.String name)
|
|
Memory(Node parent)
|
|
Memory(Node parent,
java.lang.String username)
|
|
Memory(Node parent,
boolean connect_implicit_ports)
|
|
Memory(Node parent,
java.lang.String username,
boolean connect_implicit_ports)
|
Uses of Node in byucc.jhdl.Xilinx.demo |
Subclasses of Node in byucc.jhdl.Xilinx.demo | |
class |
inc4
|
Constructors in byucc.jhdl.Xilinx.demo with parameters of type Node | |
inc4(Node parent,
Wire i,
Wire o)
|
Uses of Node in byucc.jhdl.Xilinx.Virtex |
Subclasses of Node in byucc.jhdl.Xilinx.Virtex | |
class |
and2
This class implements and asynchronous 2-input and gate. |
class |
and2_g
This class implements and asynchronous 2-input and gate. |
class |
and2b1
This class implements and asynchronous 2-input and gate. |
class |
and2b2
This class implements and asynchronous 2-input and gate. |
class |
and3
This class implements and asynchronous 3-input and gate. |
class |
and3_g
This class implements and asynchronous 3-input and gate. |
class |
and3b1
This class implements and asynchronous 3-input and gate. |
class |
and3b2
This class implements and asynchronous 3-input and gate. |
class |
and3b3
This class implements and asynchronous 3-input and gate. |
class |
and4
This class implements and asynchronous 4-input and gate. |
class |
and4_g
This class implements and asynchronous 4-input and gate. |
class |
and4b1
This class implements and asynchronous 4-input and gate. |
class |
and4b2
This class implements and asynchronous 4-input and gate. |
class |
and4b3
This class implements and asynchronous 4-input and gate. |
class |
and4b4
This class implements and asynchronous 4-input and gate. |
class |
and5
This class implements and asynchronous 5-input and gate. |
class |
and6
This class implements and asynchronous 6-input and gate. |
class |
and7
This class implements and asynchronous 7-input and gate. |
class |
and8
This class implements and asynchronous 8-input and gate. |
class |
and9
This class implements and asynchronous 9-input and gate. |
class |
andX_g
|
class |
BlockRam
Deprecated. See byucc.jhdl.Xilinx.Virtex.RAMB4Single and byucc.jhdl.Xilinx.Virtex.RAMB4Dual |
class |
BlockRamView
This class provides the \"storage\" space for the sake of the simulator. |
class |
bscan_virtex
The BSCAN_VIRTEX symbol is used to create internal boundary scan chains in a Virtex or Virtex- E device. |
class |
buf_g
The BUF_G is a generic-width non-inverting buffer cell. |
class |
bufcf
BUFCF is a single fast connect buffer used to connect the outputs of the LUTs and some dedicated logic directly to the input of another LUT. |
class |
bufe
BUFE, BUFE4, BUFE8, and BUFE16 are single or multiple tristate buffers with inputs I, I3 - I0, I7 - I0, and I15 - I0, respectively; outputs O, O3 - O0, O7 - O0, and O15 - O0, respectively; and active-High output enable (E). |
class |
bufg_ann
Each of the BUF*_ANN classes implements an Annotation-only buffer, i.e. |
class |
bufge
Each of the BUF*_ANN classes implements an Annotation-only buffer, i.e. |
class |
bufgls
Each of the BUF*_ANN classes implements an Annotation-only buffer, i.e. |
class |
bufgs
Each of the BUF*_ANN classes implements an Annotation-only buffer, i.e. |
class |
buft
BUFT is a 3-state buffer with input I, output O, and active-Low output enable (T). |
class |
buft_g
The BUFT_G is a generic-width tristate buffer cell. |
class |
capture_virtex
CAPTURE_VIRTEX provides user control over when to capture register (flip-flop and latch) information for readback. |
class |
clkdll
CLKDLL is a clock delay locked loop used to minimize clock skew. |
class |
clkdllhf
CLKDLLHF is a high frequency clock delay locked loop used to minimize clock skew. |
class |
d3_8e
The d3_8e class implements an enabled 3:8 decoder. |
class |
fd
D is a single D-type flip-flop with data input (D) and data output (Q). |
class |
fd_1
FD_1 is a single D-type flip-flop with data input (D) and data output (Q). |
class |
fdc
FDC is a single D-type flip-flop with data (D) and asynchronous clear (CLR) inputs and data output (Q). |
class |
fdc_1
FDC_1 is a single D-type flip-flop with data input (D), asynchronous clear input (CLR), and data output (Q). |
class |
fdc_1_g
Implements an asynchronously clearable register in the XC4000 library. |
class |
fdc_g
Implements an asynchronously clearable register in the XC4000 library. |
class |
fdce
The FDCE is an asynchronously cleared, enabled D-type flip-flop. |
class |
fdce_1
FDCE_1 is a single D-type flip-flop with data (D), clock enable (CE), asynchronous clear (CLR) inputs, and data output (Q). |
class |
fdce_g
The FDCE_G is a generic-width, asynchronously cleared, enabled D-type flip-flop. |
class |
fdcp
FDCP is a single D-type flip-flop with data (D), asynchronous set (PRE), and asynchronous reset (CLR) inputs and data output (Q). |
class |
fdcp_1
FDCP_1 is a single D-type flip-flop with data (D), asynchronous preset (PRE) and clear (CLR) inputs, and data output (Q). |
class |
fdcpe
FDRSE is a single D-type flip-flop with synchronous reset (CLR), synchronous set (PRE), and clock enable (CE) inputs and data output (Q). |
class |
fdcpe_1
FDCPE_1 is a single D-type flip-flop with data (D), clock enable (CE), asynchronous preset (PRE), and asynchronous clear (CLR) inputs and data output (Q). |
class |
fde
FDE is a single D-type flip-flop with data input (D), clock enable (CE), and data output (Q). |
class |
fde_1
FDE_1 is a single D-type flip-flop with data input (D), clock enable (CE), and data output (Q). |
class |
fdp
FDP is a single D-type flip-flop with data (D) and asynchronous preset (PRE) inputs and data output (Q). |
class |
fdp_1
FDP_1 is a single D-type flip-flop with data (D) and asynchronous preset (PRE) inputs and data output (Q). |
class |
fdp_1_g
Implements an asynchronously settable register in the XC4000 library. |
class |
fdp_g
Implements an asynchronously settable register in the XC4000 library. |
class |
fdpe
The FDPE is an asynchronously preset, enabled D-type flip-flop. |
class |
fdpe_1
FDPE_1 is a single D-type flip-flop with data (D), clock enable (CE), and asynchronous preset (PRE) inputs and data output (Q). |
class |
fdpe_g
The FDCE_P is a generic-width, asynchronously preset, enabled D-type flip-flop. |
class |
fdr
FDR is a D-type flip-flop with data (D) and synchronous reset (R) inputs and data output (Q). |
class |
fdr_1
FDR_1 is a single D-type flip-flop with data (D) and synchronous reset (R) inputs and data output (Q). |
class |
fdr_1_g
FDR is a D-type flip-flop with data (D) and synchronous reset (R) inputs and data output (Q). |
class |
fdr_g
FDR is a D-type flip-flop with data (D) and synchronous reset (R) inputs and data output (Q). |
class |
fdre
FDRE is a D-type flip-flop with data (D), clock enable (CE), and synchronous reset (R) inputs and data output (Q). |
class |
fdre_1
FDRE_1 is a single D-type flip-flop with data (D), clock enable (CE), and synchronous reset (R) inputs and data output (Q). |
class |
fdre_1_g
FDRE_1 is a D-type flip-flop with data (D), clock enable (CE), and synchronous reset (R) inputs and data output (Q). |
class |
fdre_g
FDRE is a D-type flip-flop with data (D), clock enable (CE), and synchronous reset (R) inputs and data output (Q). |
class |
fdrs
FDRS is a single D-type flip-flop with data (D), synchronous set (S), and synchronous reset (R) inputs and data output (Q). |
class |
fdrs_1
FDRS_1 is a single D-type flip-flop with data (D), synchronous set (S), and synchronous reset (R) inputs and data output (Q). |
class |
fdrs_1_g
FDRS_1 is a D-type flip-flop with data (D), synchronous set (S), and synchronous reset (R) inputs and data output (Q). |
class |
fdrs_g
FDRS is a D-type flip-flop with data (D), synchronous set (S), and synchronous reset (R) inputs and data output (Q). |
class |
fdrse
FDRSE is a single D-type flip-flop with synchronous reset (R), synchronous set (S), and clock enable (CE) inputs and data output (Q). |
class |
fdrse_1
FDRSE_1 is a single D-type flip-flop with synchronous reset (R), synchronous set (S), and clock enable (CE) inputs and data output (Q). |
class |
fdrse_1_g
FDRSE is a D-type flip-flop with synchronous reset (R), synchronous set (S), and clock enable (CE) inputs and data output (Q). |
class |
fdrse_g
FDRSE is a D-type flip-flop with synchronous reset (R), synchronous set (S), and clock enable (CE) inputs and data output (Q). |
class |
fds
FDS is a D-type flip-flop with data (D) and synchronous set (S) inputs and data output (Q). |
class |
fds_1
FDS_1 is a D-type flip-flop with data (D) and synchronous set (S) inputs and data output (Q). |
class |
fds_1_g
FDS_1 is a D-type flip-flop with data (D) and synchronous set (S) inputs and data output (Q). |
class |
fds_g
FDS is a D-type flip-flop with data (D) and synchronous set (S) inputs and data output (Q). |
class |
fdse
FDSE is a D-type flip-flop with data (D), clock enable (CE), and synchronous set (S) inputs and data output (Q). |
class |
fdse_1
FDSE_1 is a D-type flip-flop with data (D), clock enable (CE), and synchronous set (S) inputs and data output (Q). |
class |
fdse_1_g
FDSE_1 is a D-type flip-flop with data (D), clock enable (CE), and synchronous set (S) inputs and data output (Q). |
class |
fdse_g
FDSE is a D-type flip-flop with data (D), clock enable (CE), and synchronous set (S) inputs and data output (Q). |
class |
fmap
The FMAP symbol is used to control logic partitioning into XC4000 family 4-input function generators. |
class |
fmap_g
The fmap_g is a generic_width and generic port count wrapper for all XC4000 techmapper specific cells. |
class |
ibuf
IBUF is a single input buffer. |
class |
ibuf_agp
For Virtex and Spartan2, IBUF and its variants (listed below) are single input buffers whose I/O interface corresponds to a specific I/O standard. |
class |
ibuf_ann
IBUF is a single input buffer. |
class |
ibuf_ctt
For Virtex and Spartan2, IBUF and its variants (listed below) are single input buffers whose I/O interface corresponds to a specific I/O standard. |
class |
ibuf_g
IBUF is a single input buffer. |
class |
ibuf_gtl
For Virtex and Spartan2, IBUF and its variants (listed below) are single input buffers whose I/O interface corresponds to a specific I/O standard. |
class |
ibuf_gtlp
For Virtex and Spartan2, IBUF and its variants (listed below) are single input buffers whose I/O interface corresponds to a specific I/O standard. |
class |
ibuf_hstl_i
For Virtex and Spartan2, IBUF and its variants (listed below) are single input buffers whose I/O interface corresponds to a specific I/O standard. |
class |
ibuf_hstl_iii
For Virtex and Spartan2, IBUF and its variants (listed below) are single input buffers whose I/O interface corresponds to a specific I/O standard. |
class |
ibuf_hstl_iv
For Virtex and Spartan2, IBUF and its variants (listed below) are single input buffers whose I/O interface corresponds to a specific I/O standard. |
class |
ibuf_lvcmos2
For Virtex and Spartan2, IBUF and its variants (listed below) are single input buffers whose I/O interface corresponds to a specific I/O standard. |
class |
ibuf_pci33_3
For Virtex and Spartan2, IBUF and its variants (listed below) are single input buffers whose I/O interface corresponds to a specific I/O standard. |
class |
ibuf_pci33_5
For Virtex and Spartan2, IBUF and its variants (listed below) are single input buffers whose I/O interface corresponds to a specific I/O standard. |
class |
ibuf_pci66_3
For Virtex and Spartan2, IBUF and its variants (listed below) are single input buffers whose I/O interface corresponds to a specific I/O standard. |
class |
ibuf_sstl2_i
For Virtex and Spartan2, IBUF and its variants (listed below) are single input buffers whose I/O interface corresponds to a specific I/O standard. |
class |
ibuf_sstl2_ii
For Virtex and Spartan2, IBUF and its variants (listed below) are single input buffers whose I/O interface corresponds to a specific I/O standard. |
class |
ibuf_sstl3_i
For Virtex and Spartan2, IBUF and its variants (listed below) are single input buffers whose I/O interface corresponds to a specific I/O standard. |
class |
ibuf_sstl3_ii
For Virtex and Spartan2, IBUF and its variants (listed below) are single input buffers whose I/O interface corresponds to a specific I/O standard. |
class |
ibufg
IBUFG and its variants (listed below) are dedicated input buffers for connecting to the clock buffer (BUFG) or CLKDLL. |
class |
ibufg_agp
IBUFG and its variants (listed below) are dedicated input buffers for connecting to the clock buffer (BUFG) or CLKDLL. |
class |
ibufg_ctt
IBUFG and its variants (listed below) are dedicated input buffers for connecting to the clock buffer (BUFG) or CLKDLL. |
class |
ibufg_gtl
IBUFG and its variants (listed below) are dedicated input buffers for connecting to the clock buffer (BUFG) or CLKDLL. |
class |
ibufg_gtlp
IBUFG and its variants (listed below) are dedicated input buffers for connecting to the clock buffer (BUFG) or CLKDLL. |
class |
ibufg_hstl_i
IBUFG and its variants (listed below) are dedicated input buffers for connecting to the clock buffer (BUFG) or CLKDLL. |
class |
ibufg_hstl_iii
IBUFG and its variants (listed below) are dedicated input buffers for connecting to the clock buffer (BUFG) or CLKDLL. |
class |
ibufg_hstl_iv
IBUFG and its variants (listed below) are dedicated input buffers for connecting to the clock buffer (BUFG) or CLKDLL. |
class |
ibufg_lvcmos2
IBUFG and its variants (listed below) are dedicated input buffers for connecting to the clock buffer (BUFG) or CLKDLL. |
class |
ibufg_pci33_3
IBUFG and its variants (listed below) are dedicated input buffers for connecting to the clock buffer (BUFG) or CLKDLL. |
class |
ibufg_pci33_5
IBUFG and its variants (listed below) are dedicated input buffers for connecting to the clock buffer (BUFG) or CLKDLL. |
class |
ibufg_pci66_3
IBUFG and its variants (listed below) are dedicated input buffers for connecting to the clock buffer (BUFG) or CLKDLL. |
class |
ibufg_sstl2_i
IBUFG and its variants (listed below) are dedicated input buffers for connecting to the clock buffer (BUFG) or CLKDLL. |
class |
ibufg_sstl2_ii
IBUFG and its variants (listed below) are dedicated input buffers for connecting to the clock buffer (BUFG) or CLKDLL. |
class |
ibufg_sstl3_i
IBUFG and its variants (listed below) are dedicated input buffers for connecting to the clock buffer (BUFG) or CLKDLL. |
class |
ibufg_sstl3_ii
IBUFG and its variants (listed below) are dedicated input buffers for connecting to the clock buffer (BUFG) or CLKDLL. |
class |
ifd
The IFD D-type flip-flop is contained in an input/output block (IOB). |
class |
ifd_1
The IFD_1 D-type flip-flop is contained in an input/output block (IOB) except for XC5200. |
class |
ifdi
The IFDI D-type flip-flop is contained in an input/output block (IOB). |
class |
ifdi_1
The IFDI_1 D-type flip-flop is contained in an input/output block (IOB). |
class |
ifdx
The IFDX D-type flip-flop is contained in an input/output block (IOB). |
class |
ifdxi
The IFDXI D-type flip-flop is contained in an input/output block (IOB). |
class |
ildx_1
ILDX_1 is a transparent data latch, which can be used to hold transient data entering a chip. |
class |
ildxi_1
ILDXI_1 is a transparent data latch, which can hold transient data entering a chip. |
class |
inv
The INV cell is an asynchronous inverter. |
class |
inv_g
The INV_G is a generic-width inverter cell. |
class |
iobuf
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_agp
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_ctt
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_f_12
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_f_16
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_f_2
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_f_24
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_f_4
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_f_6
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_f_8
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_gtl
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_gtlp
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_hstl_i
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_hstl_iii
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_hstl_iv
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_lvcmos2
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_pci33_3
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_pci33_5
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_pci66_3
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_s_12
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_s_16
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_s_2
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_s_24
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_s_4
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_s_6
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_s_8
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_sstl2_i
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_sstl2_ii
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_sstl3_i
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobuf_sstl3_ii
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iopad
Deprecated. iopads are not necessary. All that is necessary is an ibuf, and an obuft, with the input wire assigned to the perscribed pin. |
class |
ipad
Deprecated. ipads are not necessary. All that is necessary is an ibuf, with the input wire assigned to the perscribed pin. |
class |
ipad_sim
Deprecated. ipads are not necessary. All that is necessary is an ibuf, with the input wire assigned to the perscribed pin. |
class |
keeper
|
class |
ld
LD is a transparent data latch. |
class |
ld_1
LD_1 is a transparent data latch with an inverted gate. |
class |
ldc
LDC is a transparent data latch with asynchronous clear. |
class |
ldc_1
LDC_1 is a transparent data latch with asynchronous clear and inverted gate. |
class |
ldce
LDCE is a transparent data latch with asynchronous clear and gate enable. |
class |
ldce_1
LDCE_1 is a transparent data latch with asynchronous clear, gate enable, and inverted gate. |
class |
ldcp
LDCP is a transparent data latch with data (D), asynchronous clear (CLR) and preset (PRE) inputs. |
class |
ldcp_1
LDCP_1 is a transparent data latch with data (D), asynchronous clear (CLR) and preset (PRE) inputs. |
class |
ldcpe
LDCPE is a transparent data latch with data (D), asynchronous clear (CLR), asynchronous preset (PRE), and gate enable (GE). |
class |
ldcpe_1
LDCPE is a transparent data latch with data (D), asynchronous clear (CLR), asynchronous preset (PRE), and gate enable (GE). |
class |
lde
LDE is a transparent data latch with data (D) and gate enable (GE) inputs. |
class |
lde_1
LDE_1 is a transparent data latch with data (D) and gate enable (GE) inputs. |
class |
ldp
LDP is a transparent data latch with asynchronous preset (PRE). |
class |
ldp_1
LDP_1 is a transparent data latch with asynchronous preset (PRE). |
class |
ldpe
LDPE is a transparent data latch with asynchronous preset and gate enable. |
class |
ldpe_1
LDPE_1 is a transparent data latch with asynchronous preset, gate enable, and inverted gated. |
class |
lut1
LUT1, LUT2, LUT3, and LUT4 are, respectively, 1-, 2-, 3-, and 4-bit look-up-tables (LUTs) with general output (O). |
class |
lut1_d
LUT1_D, LUT2_D, LUT3_D, and LUT4_D are, respectively, 1-, 2-, 3-, and 4-bit look-up-tables (LUTs) with two functionally identical outputs, O and LO. |
class |
lut1_l
LUT1_L, LUT2_L, LUT3_L, and LUT4_L are, respectively, 1-, 2-, 3-, and 4- bit look-up-tables (LUTs) with a local output (LO) that is used to connect to another output within the same CLB slice and to the fast connect buffer. |
class |
lut2
LUT1, LUT2, LUT3, and LUT4 are, respectively, 1-, 2-, 3-, and 4-bit look-up-tables (LUTs) with general output (O). |
class |
lut2_d
LUT1_D, LUT2_D, LUT3_D, and LUT4_D are, respectively, 1-, 2-, 3-, and 4-bit look-up-tables (LUTs) with two functionally identical outputs, O and LO. |
class |
lut2_l
LUT1_L, LUT2_L, LUT3_L, and LUT4_L are, respectively, 1-, 2-, 3-, and 4- bit look-up-tables (LUTs) with a local output (LO) that is used to connect to another output within the same CLB slice and to the fast connect buffer. |
class |
lut3
LUT1, LUT2, LUT3, and LUT4 are, respectively, 1-, 2-, 3-, and 4-bit look-up-tables (LUTs) with general output (O). |
class |
lut3_d
LUT1_D, LUT2_D, LUT3_D, and LUT4_D are, respectively, 1-, 2-, 3-, and 4-bit look-up-tables (LUTs) with two functionally identical outputs, O and LO. |
class |
lut3_l
LUT1_L, LUT2_L, LUT3_L, and LUT4_L are, respectively, 1-, 2-, 3-, and 4- bit look-up-tables (LUTs) with a local output (LO) that is used to connect to another output within the same CLB slice and to the fast connect buffer. |
class |
lut4
LUT4 is a 4-bit look-up-table (LUT) with general output (O). |
class |
lut4_d
LUT1_D, LUT2_D, LUT3_D, and LUT4_D are, respectively, 1-, 2-, 3-, and 4-bit look-up-tables (LUTs) with two functionally identical outputs, O and LO. |
class |
lut4_l
LUT1_L, LUT2_L, LUT3_L, and LUT4_L are, respectively, 1-, 2-, 3-, and 4- bit look-up-tables (LUTs) with a local output (LO) that is used to connect to another output within the same CLB slice and to the fast connect buffer. |
class |
m2_1
The M2_1 multiplexer chooses one data bit from two sources (D1 or D0) under the control of the select input (S0). |
class |
m2_1_g
The M2_1 multiplexer is a generic-width 2:1 multiplexer. |
class |
mult_and
MULT_AND is an AND component used exclusively for building fast and smaller multipliers. |
class |
muxcy
MUXCY is used to implement a 1-bit high-speed carry propagate function. |
class |
muxcy_d
MUXCY_D is used to implement a 1-bit high-speed carry propagate function. |
class |
muxcy_l
MUXCY_L is used to implement a 1-bit high-speed carry propagate function. |
class |
muxf5
MUXF5 provides a multiplexer function in one half of a Virtex CLB for creating a function-of-5 lookup table or a 4-to-1 multiplexer in combination with the associated lookup tables. |
class |
muxf5_d
MUXF5_D provides a multiplexer function in one half of a Virtex or Spartan2 CLB for creating a function-of-5 lookup table or a 4-to-1 multiplexer in combination with the associated lookup tables. |
class |
muxf5_l
MUXF5_L provides a multiplexer function in one half of a Virtex or Spartan2 CLB for creating a function-of-5 lookup table or a 4-to-1 multiplexer in combination with the associated lookup tables. |
class |
muxf6
MUXF6 provides a multiplexer function in a full Virtex CLB for creating a function-of-6 lookup table or an 8-to-1 multiplexer in combination with the associated four lookup tables and two MUXF5s. |
class |
muxf6_d
MUXF6_D provides a multiplexer function in a full Virtex or Spartan2 CLB for creating a function-of-6 lookup table or an 8-to-1 multiplexer in combination with the associated four lookup tables and two MUXF5s. |
class |
muxf6_l
MUXF6_L provides a multiplexer function in a full Virtex or Spartan2 CLB for creating a function-of-6 lookup table or an 8-to-1 multiplexer in combination with the associated four lookup tables and two MUXF5s. |
class |
nand2
This class implements and asynchronous 2-input nand gate. |
class |
nand2_g
This class implements and asynchronous 2-input nand gate. |
class |
nand2b1
This class implements and asynchronous 2-input nand gate. |
class |
nand2b2
This class implements and asynchronous 2-input nand gate. |
class |
nand3
This class implements and asynchronous 3-input nand gate. |
class |
nand3_g
This class implements and asynchronous 3-input nand gate. |
class |
nand3b1
This class implements and asynchronous 3-input nand gate. |
class |
nand3b2
This class implements and asynchronous 3-input nand gate. |
class |
nand3b3
This class implements and asynchronous 3-input nand gate. |
class |
nand4
This class implements and asynchronous 4-input nand gate. |
class |
nand4_g
This class implements and asynchronous 4-input nand gate. |
class |
nand4b1
This class implements and asynchronous 4-input nand gate. |
class |
nand4b2
This class implements and asynchronous 4-input nand gate. |
class |
nand4b3
This class implements and asynchronous 4-input nand gate. |
class |
nand4b4
This class implements and asynchronous 4-input nand gate. |
class |
nand5
This class implements and asynchronous 5-input nand gate. |
class |
nand6
This class implements and asynchronous 6-input nand gate. |
class |
nand7
This class implements and asynchronous 7-input nand gate. |
class |
nand8
This class implements and asynchronous 8-input nand gate. |
class |
nand9
This class implements and asynchronous 9-input nand gate. |
class |
nandX_g
|
class |
nor2
This class implements and asynchronous 2-input nor gate. |
class |
nor2_g
This class implements and asynchronous 2-input nor gate. |
class |
nor2b1
This class implements and asynchronous 2-input nor gate. |
class |
nor2b2
This class implements and asynchronous 2-input nor gate. |
class |
nor3
This class implements and asynchronous 3-input nor gate. |
class |
nor3_g
This class implements and asynchronous 3-input nor gate. |
class |
nor3b1
This class implements and asynchronous 3-input nor gate. |
class |
nor3b2
This class implements and asynchronous 3-input nor gate. |
class |
nor3b3
This class implements and asynchronous 3-input nor gate. |
class |
nor4
This class implements and asynchronous 4-input nor gate. |
class |
nor4_g
This class implements and asynchronous 4-input nor gate. |
class |
nor4b1
This class implements and asynchronous 4-input nor gate. |
class |
nor4b2
This class implements and asynchronous 4-input nor gate. |
class |
nor4b3
This class implements and asynchronous 4-input nor gate. |
class |
nor4b4
This class implements and asynchronous 4-input nor gate. |
class |
nor5
This class implements and asynchronous 5-input nor gate. |
class |
nor6
This class implements and asynchronous 6-input nor gate. |
class |
nor7
This class implements and asynchronous 7-input nor gate. |
class |
nor8
This class implements and asynchronous 8-input nor gate. |
class |
nor9
This class implements and asynchronous 9-input nor gate. |
class |
norX_g
|
class |
obuf
OBUF is a single output buffer. |
class |
obuf_agp
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_ann
OBUF is a single output buffer. |
class |
obuf_ctt
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_f_12
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_f_16
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_f_2
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_f_24
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_f_4
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_f_6
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_f_8
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_g
OBUF is a single output buffer. |
class |
obuf_gtl
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_gtlp
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_hstl_i
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_hstl_iii
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_hstl_iv
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_lvcmos2
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_pci33_3
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_pci33_5
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_pci66_3
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_s_12
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_s_16
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_s_2
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_s_24
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_s_4
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_s_6
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_s_8
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_sstl2_i
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_sstl2_ii
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_sstl3_i
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_sstl3_ii
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuft
OBUFT is a single 3-state output buffer with active-low enable. |
class |
obuft_agp
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_ctt
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_f_12
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_f_16
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_f_2
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_f_24
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_f_4
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_f_6
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_f_8
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_g
OBUFT is a single 3-state output buffer with active-low enable. |
class |
obuft_gtl
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_gtlp
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_hstl_i
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_hstl_iii
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_hstl_iv
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_lvcmos2
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_pci33_3
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_pci33_5
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_pci66_3
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_s_12
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_s_16
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_s_2
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_s_24
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_s_4
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_s_6
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_s_8
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_sstl2_i
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_sstl2_ii
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_sstl3_i
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuft_sstl3_ii
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
ofd
OFD, OFD4, OFD8, and OFD16 are single and multiple output D flip-flops except for XC5200 and XC9000. |
class |
ofde
OFDE, OFDE4, OFDE8, and OFDE16 are single or multiple D flip-flops whose outputs are enabled by tristate buffers. |
class |
ofdi
OFDI is contained in an input/output block (IOB). |
class |
ofdt
OFDT, OFDT4, OFDT8, and OFDT16 are single or multiple D flip-flops whose outputs are enabled by a tristate buffers. |
class |
ofdtx
OFDTX, OFDTX4, OFDTX8, and OFDTX16 are single or multiple D flip-flops whose outputs are enabled by a tristate buffers. |
class |
ofdtxi
OFDTXI and its output buffer are contained in an input/output block (IOB). |
class |
ofdx
OFDX, OFDX4, OFDX8, and OFDX16 are single and multiple output D flip-flops. |
class |
ofdxi
OFDXI is contained in an input/output block (IOB). |
class |
opad
Deprecated. ipads are not necessary. All that is necessary is an obuf, with the input wire assigned to the perscribed pin. |
class |
opad_sim
Deprecated. ipads are not necessary. All that is necessary is an obuf, with the input wire assigned to the perscribed pin. |
class |
or2
This class implements and asynchronous 2-input or gate. |
class |
or2_g
This class implements and asynchronous 2-input or gate. |
class |
or2b1
This class implements and asynchronous 2-input or gate. |
class |
or2b2
This class implements and asynchronous 2-input or gate. |
class |
or3
This class implements and asynchronous 3-input or gate. |
class |
or3_g
This class implements and asynchronous 3-input or gate. |
class |
or3b1
This class implements and asynchronous 3-input or gate. |
class |
or3b2
This class implements and asynchronous 3-input or gate. |
class |
or3b3
This class implements and asynchronous 3-input or gate. |
class |
or4
This class implements and asynchronous 4-input or gate. |
class |
or4_g
This class implements and asynchronous 4-input or gate. |
class |
or4b1
This class implements and asynchronous 4-input or gate. |
class |
or4b2
This class implements and asynchronous 4-input or gate. |
class |
or4b3
This class implements and asynchronous 4-input or gate. |
class |
or4b4
This class implements and asynchronous 4-input or gate. |
class |
or5
This class implements and asynchronous 5-input or gate. |
class |
or6
This class implements and asynchronous 6-input or gate. |
class |
or7
This class implements and asynchronous 7-input or gate. |
class |
or8
This class implements and asynchronous 8-input or gate. |
class |
or9
This class implements and asynchronous 9-input or gate. |
class |
orX_g
|
class |
pulldown
PULLDOWN resistor elements are available in each XC4000 Input/Output Block (IOB). |
class |
pulldown_g
The PULLDOWN_G is a generic-width pulldown resistor cell. |
class |
pullup
The pull-up element establishes a High logic level for open-drain elements and macros (DECODE, WAND, WORAND) or 3-state nodes (TBUF) when all the drivers are off. |
class |
pullup_g
The PULLUP_G is a generic-width pullup resistor cell. |
class |
ram16x1d
RAM16X1D is a 16-word by 1-bit static dual-ported RAM. |
class |
ram16x1d_1
RAM16X1D_1 is a 16-word by 1-bit static dual port random access memory with synchronous write capability and negative-edge clock. |
class |
ram16x1s
RAM16X1S is a synchronous 16-word by 1-bit static RAM. |
class |
ram16x1s_1
RAM16X1S_1 is a 16-word by 1-bit static random access memory with synchronous write capability and negative-edge clock. |
class |
ram16x2d
RAM16X2D is a 16-word by 2-bit static dual-ported RAM. |
class |
ram16x2s
RAM16X2S is a synchronous 16-word by 2-bit static RAM. |
class |
ram16x4d
RAM16X4D is a 16-word by 4-bit static dual-ported RAM. |
class |
ram16x4s
RAM16X4S is a synchronous 16-word by 4-bit static RAM. |
class |
ram16x8d
RAM16X8D is a 16-word by 8-bit static dual-ported RAM. |
class |
ram16x8s
RAM16X8S is a synchronous 16-word by 8-bit static RAM. |
class |
ram32x1s
RAM32X1S is a synchronous 32-word by 1-bit static RAM. |
class |
ram32x1s_1
RAM32X1S_1 is a 32-word by 1-bit static random access memory with synchronous write capability. |
class |
ram32x1s_ack
|
class |
ram32x2s
RAM32X2S is a synchronous 32-word by 2-bit static RAM. |
class |
ram32x4s
RAM32X4S is a synchronous 32-word by 4-bit static RAM. |
class |
ram32x8s
RAM32X8S is a synchronous 32-word by 8-bit static RAM. |
(package private) class |
byucc.jhdl.Xilinx.Virtex.RAMB4
This class provides the functionality of the RAMB4 Virtex library elements. |
class |
RAMB4Dual
This class provides the functionality of the RAMB4_Sn_Sn Virtex library elements. |
class |
RAMB4Dual_rb
|
class |
RAMB4Single
This class provides the functionality of the RAMB4_Sn Virtex library elements. |
class |
RAMB4Single_rb
|
class |
rom16x1
ROM16X1 is a 16-word by 1-bit ROM. |
class |
rom32x1
ROM32X1 is a 32-word by 1-bit ROM. |
class |
SimulationBuffer
|
class |
srl16
SRL16 is a shift register look up table (LUT). |
class |
srl16_1
SRL16_1 is a shift register look up table (LUT). |
class |
srl16e
SRL16E is a shift register look up table (LUT). |
class |
srl16e_1
SRL16E_1 is a shift register look up table (LUT). |
class |
startup_virtex
The STARTUP_VIRTEX primitive is used for Global Set/Reset, global 3-state control, and the user configuration clock. |
class |
tb_BlockRam
This class is used by the development team to test the block ram's. |
class |
TESTVirtexLibrary
This class is the self-test controller for the Virtex library. |
class |
upad
A UPAD allows the use of any unbonded IOBs in a device. |
class |
xnor2
This class implements and asynchronous 2-input xnor gate. |
class |
xnor2_g
This class implements and asynchronous 2-input xnor gate. |
class |
xnor3
This class implements and asynchronous 3-input xnor gate. |
class |
xnor3_g
This class implements and asynchronous 3-input xnor gate. |
class |
xnor4
This class implements and asynchronous 4-input xnor gate. |
class |
xnor4_g
This class implements and asynchronous 4-input xnor gate. |
class |
xnor5
This class implements and asynchronous 5-input xnor gate. |
class |
xnor6
This class implements and asynchronous 6-input xnor gate. |
class |
xnor7
This class implements and asynchronous 7-input xnor gate. |
class |
xnor8
This class implements and asynchronous 8-input xnor gate. |
class |
xnor9
This class implements and asynchronous 9-input xnor gate. |
class |
xor2
This class implements and asynchronous 2-input xor gate. |
class |
xor2_g
This class implements and asynchronous 2-input xor gate. |
class |
xor3
This class implements and asynchronous 3-input xor gate. |
class |
xor3_g
This class implements and asynchronous 3-input xor gate. |
class |
xor4
This class implements and asynchronous 4-input xor gate. |
class |
xor4_g
This class implements and asynchronous 4-input xor gate. |
class |
xor5
This class implements and asynchronous 5-input xor gate. |
class |
xor6
This class implements and asynchronous 6-input xor gate. |
class |
xor7
This class implements and asynchronous 7-input xor gate. |
class |
xor8
This class implements and asynchronous 8-input xor gate. |
class |
xor9
This class implements and asynchronous 9-input xor gate. |
class |
xorcy
XORCY is a special XOR with general O output used for generating faster and smaller arithmetic functions. |
class |
xorcy_d
XORCY_D is a special XOR used for generating faster and smaller arithmetic functions. |
class |
xorcy_l
XORCY_L is a special XOR with general O output used for generating faster and smaller arithmetic functions. |
Constructors in byucc.jhdl.Xilinx.Virtex with parameters of type Node | |
fdce(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdce(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdce(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce. |
|
fdce(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce. |
|
fdce(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce. |
|
fdce(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce. |
|
fdce(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce. |
|
fdce(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce. |
|
fdce(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce. |
|
fdce(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce. |
|
fdce(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 fdce, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdce(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 INIT)
Constructs a new fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdce(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 fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce(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 INIT)
Constructs a new fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce(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 fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce(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 INIT)
Constructs a new fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce(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 fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce(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 INIT)
Constructs a new fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce(Node parent,
ArgBlockList abl)
Constructs a new fdce, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdce(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdce, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofd(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofd(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofd(Node parent,
Wire d,
Wire q)
Constructs a new ofd. |
|
ofd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ofd. |
|
ofd(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new ofd. |
|
ofd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new ofd. |
|
ofd(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofd. |
|
ofd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofd. |
|
ofd(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofd. |
|
ofd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofd. |
|
ofd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofd(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 ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofd(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 INIT)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofd(Node parent,
ArgBlockList abl)
Constructs a new ofd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofd(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ildx_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ildx_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ildx_1(Node parent,
Wire ge,
Wire d,
Wire q)
Constructs a new ildx_1. |
|
ildx_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire d,
Wire q)
Constructs a new ildx_1. |
|
ildx_1(Node parent,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ildx_1. |
|
ildx_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ildx_1. |
|
ildx_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ildx_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ildx_1(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 ildx_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ildx_1(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 ildx_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ildx_1(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 ildx_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ildx_1(Node parent,
ArgBlockList abl)
Constructs a new ildx_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ildx_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ildx_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ipad(Node parent)
Deprecated. Used only by child classes to pass up the parent cell. |
|
ipad(Node parent,
java.lang.String name)
Deprecated. Used only by child classes to pass up the parent cell and instance name. |
|
ipad(Node parent,
Wire ipad)
Deprecated. Constructs a new ipad. |
|
ipad(Node parent,
java.lang.String instanceName,
Wire ipad)
Deprecated. Constructs a new ipad. |
|
ipad(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Deprecated. Constructs a new ipad, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ipad(Node parent,
ArgBlockList abl)
Deprecated. Constructs a new ipad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ipad(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Deprecated. Constructs a new ipad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdce_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdce_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdce_g(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_g. |
|
fdce_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 fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdce_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,
java.lang.String INIT)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdce_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 fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce_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,
java.lang.String INIT)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce_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,
java.lang.String s4,
Wire w4)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_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,
java.lang.String s4,
Wire w4)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_g(Node parent,
ArgBlockList abl)
Constructs a new fdce_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdce_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdce_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x4s(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14)
|
|
ram32x4s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String[] INIT)
|
|
ram32x4s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14)
|
|
ram32x4s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram32x4s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram32x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s. |
|
ram32x4s(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 ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram32x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01, INIT_02, INIT_03 |
|
ram32x4s(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 ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x4s(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 ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x4s(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 ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x4s(Node parent,
ArgBlockList abl)
Constructs a new ram32x4s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x4s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram32x4s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x8s(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22)
|
|
ram32x8s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String[] INIT)
|
|
ram32x8s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22)
|
|
ram32x8s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram32x8s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram32x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s. |
|
ram32x8s(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 ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram32x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01, INIT_02, INIT_03, INIT_04, INIT_05, INIT_06, INIT_07 |
|
ram32x8s(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 ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x8s(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 ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x8s(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 ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x8s(Node parent,
ArgBlockList abl)
Constructs a new ram32x8s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x8s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram32x8s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fmap(Node parent)
Used only by child classes to pass up the parent cell. |
|
fmap(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fmap(Node parent,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new fmap. |
|
fmap(Node parent,
java.lang.String instanceName,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new fmap. |
|
fmap(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 fmap, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fmap(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 fmap, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fmap(Node parent,
ArgBlockList abl)
Constructs a new fmap, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fmap(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fmap, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
d3_8e(Node parent)
Used only by child classes to pass up the parent cell. |
|
d3_8e(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
d3_8e(Node parent,
Wire a0,
Wire a1,
Wire a2,
Wire e,
Wire d0,
Wire d1,
Wire d2,
Wire d3,
Wire d4,
Wire d5,
Wire d6,
Wire d7)
Constructs a new d3_8e. |
|
d3_8e(Node parent,
java.lang.String instanceName,
Wire a0,
Wire a1,
Wire a2,
Wire e,
Wire d0,
Wire d1,
Wire d2,
Wire d3,
Wire d4,
Wire d5,
Wire d6,
Wire d7)
Constructs a new d3_8e. |
|
d3_8e(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11)
Constructs a new d3_8e, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
d3_8e(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11)
Constructs a new d3_8e, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
d3_8e(Node parent,
ArgBlockList abl)
Constructs a new d3_8e, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
d3_8e(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new d3_8e, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdxi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdxi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdxi(Node parent,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdxi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdxi(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 ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdxi(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 INIT)
Constructs a new ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdxi(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 ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdxi(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 INIT)
Constructs a new ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdxi(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 ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdxi(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 INIT)
Constructs a new ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdxi(Node parent,
ArgBlockList abl)
Constructs a new ofdxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdxi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdse_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdse_1_g(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1_g. |
|
fdse_1_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 fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdse_1_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,
java.lang.String INIT)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdse_1_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 fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_1_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,
java.lang.String INIT)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdse_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdse_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buf_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
buf_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
buf_g(Node parent,
Wire i,
Wire o)
Constructs a new buf_g. |
|
buf_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new buf_g. |
|
buf_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new buf_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
buf_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new buf_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
buf_g(Node parent,
ArgBlockList abl)
Constructs a new buf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buf_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new buf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdr_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdr_1_g(Node parent,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdr_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdr_1_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 fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_1_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 INIT)
Constructs a new fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_1_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 fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1_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,
java.lang.String INIT)
Constructs a new fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1_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 fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1_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,
java.lang.String INIT)
Constructs a new fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdr_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdr_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1s(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)
|
|
ram32x1s(Node parent,
java.lang.String name,
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 INIT)
|
|
ram32x1s(Node parent,
java.lang.String name,
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)
|
|
ram32x1s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram32x1s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram32x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram32x1s. |
|
ram32x1s(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 ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram32x1s(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 INIT)
Constructs a new ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram32x1s(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 ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x1s(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 INIT)
Constructs a new ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x1s(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 ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s(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 INIT)
Constructs a new ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s(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 ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s(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 INIT)
Constructs a new ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s(Node parent,
ArgBlockList abl)
Constructs a new ram32x1s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram32x1s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldce(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldce(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldce(Node parent,
Wire clr,
Wire ge,
Wire d,
Wire q)
Constructs a new ldce. |
|
ldce(Node parent,
java.lang.String instanceName,
Wire clr,
Wire ge,
Wire d,
Wire q)
Constructs a new ldce. |
|
ldce(Node parent,
Wire clr,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldce. |
|
ldce(Node parent,
java.lang.String instanceName,
Wire clr,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldce. |
|
ldce(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 ldce, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldce(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 ldce, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldce(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 ldce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldce(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 ldce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldce(Node parent,
ArgBlockList abl)
Constructs a new ldce, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldce(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldce, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrs_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrs_1_g(Node parent,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1_g. |
|
fdrs_1_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 fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrs_1_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,
java.lang.String INIT)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrs_1_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 fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_1_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,
java.lang.String INIT)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdrs_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrs_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf(Node parent,
Wire i,
Wire o)
Constructs a new ibuf. |
|
ibuf(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf. |
|
ibuf(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf(Node parent,
ArgBlockList abl)
Constructs a new ibuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
opad(Node parent)
Deprecated. Used only by child classes to pass up the parent cell. |
|
opad(Node parent,
java.lang.String name)
Deprecated. Used only by child classes to pass up the parent cell and instance name. |
|
opad(Node parent,
Wire opad)
Deprecated. Constructs a new opad. |
|
opad(Node parent,
java.lang.String instanceName,
Wire opad)
Deprecated. Constructs a new opad. |
|
opad(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Deprecated. Constructs a new opad, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
opad(Node parent,
ArgBlockList abl)
Deprecated. Constructs a new opad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
opad(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Deprecated. Constructs a new opad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdxi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifdxi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifdxi(Node parent,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifdxi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifdxi(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 ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdxi(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 INIT)
Constructs a new ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdxi(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 ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdxi(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 INIT)
Constructs a new ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdxi(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 ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdxi(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 INIT)
Constructs a new ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdxi(Node parent,
ArgBlockList abl)
Constructs a new ifdxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdxi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifdxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x4s(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ram16x4s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String[] INIT)
|
|
ram16x4s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ram16x4s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x4s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s. |
|
ram16x4s(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 ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01, INIT_02, INIT_03 |
|
ram16x4s(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 ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x4s(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 ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4s(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 ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4s(Node parent,
ArgBlockList abl)
Constructs a new ram16x4s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x4s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x4s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft. |
|
obuft(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft. |
|
obuft(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft(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 obuft, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft(Node parent,
ArgBlockList abl)
Constructs a new obuft, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdp_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdp_1_g(Node parent,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdp_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdp_1_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 fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_1_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 INIT)
Constructs a new fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_1_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 fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1_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,
java.lang.String INIT)
Constructs a new fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1_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 fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1_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,
java.lang.String INIT)
Constructs a new fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdp_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdp_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofde(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofde(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofde(Node parent,
Wire d,
Wire e,
Wire o)
Constructs a new ofde. |
|
ofde(Node parent,
java.lang.String instanceName,
Wire d,
Wire e,
Wire o)
Constructs a new ofde. |
|
ofde(Node parent,
Wire c,
Wire d,
Wire e,
Wire o)
Constructs a new ofde. |
|
ofde(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire e,
Wire o)
Constructs a new ofde. |
|
ofde(Node parent,
Wire d,
Wire e,
Wire o,
java.lang.String INIT)
Constructs a new ofde. |
|
ofde(Node parent,
java.lang.String instanceName,
Wire d,
Wire e,
Wire o,
java.lang.String INIT)
Constructs a new ofde. |
|
ofde(Node parent,
Wire c,
Wire d,
Wire e,
Wire o,
java.lang.String INIT)
Constructs a new ofde. |
|
ofde(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire e,
Wire o,
java.lang.String INIT)
Constructs a new ofde. |
|
ofde(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofde, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofde(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofde(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 ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofde(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 INIT)
Constructs a new ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofde(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 ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofde(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 INIT)
Constructs a new ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofde(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 ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofde(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 INIT)
Constructs a new ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofde(Node parent,
ArgBlockList abl)
Constructs a new ofde, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofde(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofde, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrse_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrse_1_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1_g. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrse_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String INIT)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String INIT)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdrse_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrse_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrs_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrs_1(Node parent,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1. |
|
fdrs_1(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 fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrs_1(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 INIT)
Constructs a new fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrs_1(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 fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_1(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 INIT)
Constructs a new fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_1(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 fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1(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 INIT)
Constructs a new fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1(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 fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1(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 INIT)
Constructs a new fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1(Node parent,
ArgBlockList abl)
Constructs a new fdrs_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrs_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pullup_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
pullup_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
pullup_g(Node parent,
Wire o)
Constructs a new pullup_g. |
|
pullup_g(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new pullup_g. |
|
pullup_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new pullup_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
pullup_g(Node parent,
ArgBlockList abl)
Constructs a new pullup_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pullup_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new pullup_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pulldown_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
pulldown_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
pulldown_g(Node parent,
Wire o)
Constructs a new pulldown_g. |
|
pulldown_g(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new pulldown_g. |
|
pulldown_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new pulldown_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
pulldown_g(Node parent,
ArgBlockList abl)
Constructs a new pulldown_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pulldown_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new pulldown_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrse_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrse_1(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1. |
|
fdrse_1(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 fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrse_1(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 INIT)
Constructs a new fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrse_1(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 fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_1(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 INIT)
Constructs a new fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_1(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 fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1(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 INIT)
Constructs a new fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1(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 fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1(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 INIT)
Constructs a new fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1(Node parent,
ArgBlockList abl)
Constructs a new fdrse_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrse_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_g(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_g. |
|
ibuf_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_g. |
|
ibuf_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_g(Node parent,
ArgBlockList abl)
Constructs a new ibuf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufe(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufe(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufe(Node parent,
Wire i,
Wire e,
Wire o)
Constructs a new bufe. |
|
bufe(Node parent,
java.lang.String instanceName,
Wire i,
Wire e,
Wire o)
Constructs a new bufe. |
|
bufe(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new bufe, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufe(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 bufe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufe(Node parent,
ArgBlockList abl)
Constructs a new bufe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufe(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldce_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldce_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldce_1(Node parent,
Wire clr,
Wire ge,
Wire d,
Wire q)
Constructs a new ldce_1. |
|
ldce_1(Node parent,
java.lang.String instanceName,
Wire clr,
Wire ge,
Wire d,
Wire q)
Constructs a new ldce_1. |
|
ldce_1(Node parent,
Wire clr,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldce_1. |
|
ldce_1(Node parent,
java.lang.String instanceName,
Wire clr,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldce_1. |
|
ldce_1(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 ldce_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldce_1(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 ldce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldce_1(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 ldce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldce_1(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 ldce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldce_1(Node parent,
ArgBlockList abl)
Constructs a new ldce_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldce_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldce_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf(Node parent,
Wire i,
Wire o)
Constructs a new obuf. |
|
obuf(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf. |
|
obuf(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf(Node parent,
ArgBlockList abl)
Constructs a new obuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdc_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdc_1_g(Node parent,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdc_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdc_1_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 fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_1_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 INIT)
Constructs a new fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_1_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 fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1_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,
java.lang.String INIT)
Constructs a new fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1_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 fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1_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,
java.lang.String INIT)
Constructs a new fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdc_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdc_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdse_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdse_1(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1. |
|
fdse_1(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 fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdse_1(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 INIT)
Constructs a new fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdse_1(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 fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_1(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 INIT)
Constructs a new fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_1(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 fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1(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 INIT)
Constructs a new fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1(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 fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1(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 INIT)
Constructs a new fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1(Node parent,
ArgBlockList abl)
Constructs a new fdse_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdse_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iopad(Node parent)
Deprecated. Used only by child classes to pass up the parent cell. |
|
iopad(Node parent,
java.lang.String name)
Deprecated. Used only by child classes to pass up the parent cell and instance name. |
|
iopad(Node parent,
Wire io)
Deprecated. Constructs a new iopad. |
|
iopad(Node parent,
java.lang.String instanceName,
Wire io)
Deprecated. Constructs a new iopad. |
|
iopad(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Deprecated. Constructs a new iopad, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iopad(Node parent,
ArgBlockList abl)
Deprecated. Constructs a new iopad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iopad(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Deprecated. Constructs a new iopad, 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 i,
Wire o)
Constructs a new buf. |
|
buf(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
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 . |
|
fdse(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdse(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdse(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse. |
|
fdse(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse. |
|
fdse(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse. |
|
fdse(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse. |
|
fdse(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse. |
|
fdse(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse. |
|
fdse(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse. |
|
fdse(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse. |
|
fdse(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 fdse, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdse(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 INIT)
Constructs a new fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdse(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 fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse(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 INIT)
Constructs a new fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse(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 fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse(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 INIT)
Constructs a new fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse(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 fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse(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 INIT)
Constructs a new fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse(Node parent,
ArgBlockList abl)
Constructs a new fdse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
upad(Node parent)
Used only by child classes to pass up the parent cell. |
|
upad(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
upad(Node parent,
Wire io)
Constructs a new upad. |
|
upad(Node parent,
java.lang.String instanceName,
Wire io)
Constructs a new upad. |
|
upad(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new upad, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
upad(Node parent,
ArgBlockList abl)
Constructs a new upad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
upad(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new upad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x4d(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21)
|
|
ram16x4d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String[] INIT)
|
|
ram16x4d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21)
|
|
ram16x4d(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x4d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x4d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d. |
|
ram16x4d(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 ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x4d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01, INIT_02, INIT_03 |
|
ram16x4d(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 ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x4d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x4d(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 ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4d(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 ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4d(Node parent,
ArgBlockList abl)
Constructs a new ram16x4d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x4d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x4d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x8d(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33)
|
|
ram16x8d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33,
java.lang.String[] INIT)
|
|
ram16x8d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33)
|
|
ram16x8d(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x8d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x8d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d. |
|
ram16x8d(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 ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x8d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01, INIT_02, INIT_03, INIT_04, INIT_05, INIT_06, INIT_07 |
|
ram16x8d(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 ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x8d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x8d(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 ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8d(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 ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8d(Node parent,
ArgBlockList abl)
Constructs a new ram16x8d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x8d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x8d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdt(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdt(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdt(Node parent,
Wire d,
Wire t,
Wire o)
Constructs a new ofdt. |
|
ofdt(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire o)
Constructs a new ofdt. |
|
ofdt(Node parent,
Wire c,
Wire d,
Wire t,
Wire o)
Constructs a new ofdt. |
|
ofdt(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire o)
Constructs a new ofdt. |
|
ofdt(Node parent,
Wire d,
Wire t,
Wire o,
java.lang.String INIT)
Constructs a new ofdt. |
|
ofdt(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire o,
java.lang.String INIT)
Constructs a new ofdt. |
|
ofdt(Node parent,
Wire c,
Wire d,
Wire t,
Wire o,
java.lang.String INIT)
Constructs a new ofdt. |
|
ofdt(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire o,
java.lang.String INIT)
Constructs a new ofdt. |
|
ofdt(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdt(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdt(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 ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdt(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 INIT)
Constructs a new ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdt(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 ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdt(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 INIT)
Constructs a new ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdt(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 ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdt(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 INIT)
Constructs a new ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdt(Node parent,
ArgBlockList abl)
Constructs a new ofdt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdt(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
m2_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
m2_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
m2_1(Node parent,
Wire d0,
Wire d1,
Wire s0,
Wire o)
Constructs a new m2_1. |
|
m2_1(Node parent,
java.lang.String instanceName,
Wire d0,
Wire d1,
Wire s0,
Wire o)
Constructs a new m2_1. |
|
m2_1(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 m2_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
m2_1(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 m2_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
m2_1(Node parent,
ArgBlockList abl)
Constructs a new m2_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
m2_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new m2_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifd_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifd_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifd_1(Node parent,
Wire d,
Wire q)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifd_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifd_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd_1(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 ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd_1(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 INIT)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd_1(Node parent,
ArgBlockList abl)
Constructs a new ifd_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifd_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifd_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pulldown(Node parent)
Used only by child classes to pass up the parent cell. |
|
pulldown(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
pulldown(Node parent,
Wire o)
Constructs a new pulldown. |
|
pulldown(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new pulldown. |
|
pulldown(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new pulldown, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
pulldown(Node parent,
ArgBlockList abl)
Constructs a new pulldown, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pulldown(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new pulldown, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdpe(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdpe(Node parent,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe. |
|
fdpe(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe. |
|
fdpe(Node parent,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe. |
|
fdpe(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe. |
|
fdpe(Node parent,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe. |
|
fdpe(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe. |
|
fdpe(Node parent,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe. |
|
fdpe(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe. |
|
fdpe(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 fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdpe(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 INIT)
Constructs a new fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdpe(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 fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe(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 INIT)
Constructs a new fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe(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 fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe(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 INIT)
Constructs a new fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe(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 fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe(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 INIT)
Constructs a new fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe(Node parent,
ArgBlockList abl)
Constructs a new fdpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fds_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fds_1(Node parent,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1. |
|
fds_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1. |
|
fds_1(Node parent,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1. |
|
fds_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1. |
|
fds_1(Node parent,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1. |
|
fds_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1. |
|
fds_1(Node parent,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1. |
|
fds_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1. |
|
fds_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fds_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fds_1(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 fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_1(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 INIT)
Constructs a new fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_1(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 fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1(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 INIT)
Constructs a new fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1(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 fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1(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 INIT)
Constructs a new fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1(Node parent,
ArgBlockList abl)
Constructs a new fds_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fds_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
inv(Node parent)
Used only by child classes to pass up the parent cell. |
|
inv(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
inv(Node parent,
Wire i,
Wire o)
Constructs a new inv. |
|
inv(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new inv. |
|
inv(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new inv, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
inv(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new inv, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
inv(Node parent,
ArgBlockList abl)
Constructs a new inv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
inv(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new inv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buft(Node parent)
Used only by child classes to pass up the parent cell. |
|
buft(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
buft(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new buft. |
|
buft(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new buft. |
|
buft(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new buft, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
buft(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 buft, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
buft(Node parent,
ArgBlockList abl)
Constructs a new buft, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buft(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new buft, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1d(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12)
|
|
ram16x1d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String INIT)
|
|
ram16x1d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12)
|
|
ram16x1d(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x1d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x1d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT)
Constructs a new ram16x1d. |
|
ram16x1d(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 ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x1d(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 INIT)
Constructs a new ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram16x1d(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 ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1d(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 INIT)
Constructs a new ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1d(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 ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1d(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 INIT)
Constructs a new ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1d(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 ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1d(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 INIT)
Constructs a new ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1d(Node parent,
ArgBlockList abl)
Constructs a new ram16x1d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x1d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ildxi_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ildxi_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ildxi_1(Node parent,
Wire ge,
Wire d,
Wire q)
Constructs a new ildxi_1. |
|
ildxi_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire d,
Wire q)
Constructs a new ildxi_1. |
|
ildxi_1(Node parent,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ildxi_1. |
|
ildxi_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ildxi_1. |
|
ildxi_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ildxi_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ildxi_1(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 ildxi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ildxi_1(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 ildxi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ildxi_1(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 ildxi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ildxi_1(Node parent,
ArgBlockList abl)
Constructs a new ildxi_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ildxi_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ildxi_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
rom16x1(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)
|
|
rom16x1(Node parent,
java.lang.String name,
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 INIT)
|
|
rom16x1(Node parent,
java.lang.String name,
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)
|
|
rom16x1(Node parent)
Used only by child classes to pass up the parent cell. |
|
rom16x1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
rom16x1(Node parent,
Wire a,
Wire o)
Constructs a new rom16x1. |
|
rom16x1(Node parent,
java.lang.String instanceName,
Wire a,
Wire o)
Constructs a new rom16x1. |
|
rom16x1(Node parent,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new rom16x1. |
|
rom16x1(Node parent,
java.lang.String instanceName,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new rom16x1. |
|
rom16x1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new rom16x1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
rom16x1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new rom16x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
rom16x1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new rom16x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
rom16x1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new rom16x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
rom16x1(Node parent,
ArgBlockList abl)
Constructs a new rom16x1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
rom16x1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new rom16x1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ipad_sim(Node parent)
Deprecated. Used only by child classes to pass up the parent cell. |
|
ipad_sim(Node parent,
java.lang.String name)
Deprecated. Used only by child classes to pass up the parent cell and instance name. |
|
ipad_sim(Node parent,
Wire i,
Wire ipad)
Deprecated. Constructs a new ipad_sim. |
|
ipad_sim(Node parent,
java.lang.String instanceName,
Wire i,
Wire ipad)
Deprecated. Constructs a new ipad_sim. |
|
ipad_sim(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Deprecated. Constructs a new ipad_sim, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ipad_sim(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Deprecated. Constructs a new ipad_sim, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ipad_sim(Node parent,
ArgBlockList abl)
Deprecated. Constructs a new ipad_sim, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ipad_sim(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Deprecated. Constructs a new ipad_sim, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_g(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_g. |
|
obuft_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_g. |
|
obuft_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_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 obuft_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_g(Node parent,
ArgBlockList abl)
Constructs a new obuft_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x8s(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21)
|
|
ram16x8s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String[] INIT)
|
|
ram16x8s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21)
|
|
ram16x8s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x8s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s. |
|
ram16x8s(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 ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01, INIT_02, INIT_03, INIT_04, INIT_05, INIT_06, INIT_07 |
|
ram16x8s(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 ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x8s(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 ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8s(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 ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8s(Node parent,
ArgBlockList abl)
Constructs a new ram16x8s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x8s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x8s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x8s(Node parent,
java.lang.String name,
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[] INIT)
|
|
ram32x2s(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,
java.lang.String s10,
Wire w10)
|
|
ram32x2s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String[] INIT)
|
|
ram32x2s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10)
|
|
ram32x2s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram32x2s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram32x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s. |
|
ram32x2s(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 ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram32x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01 |
|
ram32x2s(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 ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x2s(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 ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x2s(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 ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x2s(Node parent,
ArgBlockList abl)
Constructs a new ram32x2s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x2s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram32x2s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdp_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdp_1(Node parent,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdp_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdp_1(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 fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_1(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 INIT)
Constructs a new fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_1(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 fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1(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 INIT)
Constructs a new fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1(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 fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1(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 INIT)
Constructs a new fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1(Node parent,
ArgBlockList abl)
Constructs a new fdp_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdp_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x2d(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15)
|
|
ram16x2d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String[] INIT)
|
|
ram16x2d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15)
|
|
ram16x2d(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x2d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x2d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d. |
|
ram16x2d(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 ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x2d(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01 |
|
ram16x2d(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 ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x2d(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x2d(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 ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2d(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2d(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 ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2d(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2d(Node parent,
ArgBlockList abl)
Constructs a new ram16x2d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x2d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x2d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifd(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifd(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifd(Node parent,
Wire d,
Wire q)
Constructs a new ifd. |
|
ifd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ifd. |
|
ifd(Node parent,
Wire c,
Wire d,
Wire q,
Wire gsr)
Constructs a new ifd. |
|
ifd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
Wire gsr)
Constructs a new ifd. |
|
ifd(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd. |
|
ifd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd. |
|
ifd(Node parent,
Wire c,
Wire d,
Wire q,
Wire gsr,
java.lang.String INIT)
Constructs a new ifd. |
|
ifd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
Wire gsr,
java.lang.String INIT)
Constructs a new ifd. |
|
ifd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifd(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 ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd(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 INIT)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd(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 ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd(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 INIT)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd(Node parent,
ArgBlockList abl)
Constructs a new ifd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifd(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fds_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fds_1_g(Node parent,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fds_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fds_1_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 fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_1_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 INIT)
Constructs a new fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_1_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 fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1_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,
java.lang.String INIT)
Constructs a new fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1_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 fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1_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,
java.lang.String INIT)
Constructs a new fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1_g(Node parent,
ArgBlockList abl)
Constructs a new fds_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fds_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fd_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fd_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fd_1(Node parent,
Wire d,
Wire q)
Constructs a new fd_1. |
|
fd_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new fd_1. |
|
fd_1(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new fd_1. |
|
fd_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new fd_1. |
|
fd_1(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd_1. |
|
fd_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd_1. |
|
fd_1(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd_1. |
|
fd_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd_1. |
|
fd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fd_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fd_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd_1(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 fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd_1(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 INIT)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd_1(Node parent,
ArgBlockList abl)
Constructs a new fd_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fd_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fd_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrse(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrse(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse. |
|
fdrse(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse. |
|
fdrse(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse. |
|
fdrse(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse. |
|
fdrse(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse. |
|
fdrse(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse. |
|
fdrse(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse. |
|
fdrse(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse. |
|
fdrse(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 fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrse(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 INIT)
Constructs a new fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrse(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 fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse(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 INIT)
Constructs a new fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse(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 fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse(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 INIT)
Constructs a new fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse(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 fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse(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 INIT)
Constructs a new fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse(Node parent,
ArgBlockList abl)
Constructs a new fdrse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1s(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)
|
|
ram16x1s(Node parent,
java.lang.String name,
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 INIT)
|
|
ram16x1s(Node parent,
java.lang.String name,
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)
|
|
ram16x1s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x1s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram16x1s. |
|
ram16x1s(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 ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x1s(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 INIT)
Constructs a new ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram16x1s(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 ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1s(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 INIT)
Constructs a new ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1s(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 ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1s(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 INIT)
Constructs a new ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1s(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 ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1s(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 INIT)
Constructs a new ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1s(Node parent,
ArgBlockList abl)
Constructs a new ram16x1s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x1s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdpe_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdpe_1(Node parent,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_1. |
|
fdpe_1(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 fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdpe_1(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 INIT)
Constructs a new fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdpe_1(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 fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe_1(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 INIT)
Constructs a new fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe_1(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 fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_1(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 INIT)
Constructs a new fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_1(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 fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_1(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 INIT)
Constructs a new fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_1(Node parent,
ArgBlockList abl)
Constructs a new fdpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_ann(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_ann(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_ann(Node parent,
Wire i,
Wire o)
Constructs a new obuf_ann. |
|
obuf_ann(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_ann. |
|
obuf_ann(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_ann, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_ann(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_ann, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_ann(Node parent,
ArgBlockList abl)
Constructs a new obuf_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_ann(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdi_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifdi_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifdi_1(Node parent,
Wire d,
Wire q)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifdi_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifdi_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdi_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdi_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi_1(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 ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi_1(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 INIT)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi_1(Node parent,
ArgBlockList abl)
Constructs a new ifdi_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdi_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifdi_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifdi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifdi(Node parent,
Wire d,
Wire q)
Constructs a new ifdi. |
|
ifdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ifdi. |
|
ifdi(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new ifdi. |
|
ifdi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new ifdi. |
|
ifdi(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi. |
|
ifdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi. |
|
ifdi(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi. |
|
ifdi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi. |
|
ifdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifdi(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdi(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi(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 ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi(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 INIT)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi(Node parent,
ArgBlockList abl)
Constructs a new ifdi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifdi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
m2_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
m2_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
m2_1_g(Node parent,
Wire d0,
Wire d1,
Wire s0,
Wire o)
Constructs a new m2_1_g. |
|
m2_1_g(Node parent,
java.lang.String instanceName,
Wire d0,
Wire d1,
Wire s0,
Wire o)
Constructs a new m2_1_g. |
|
m2_1_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 m2_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
m2_1_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 m2_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
m2_1_g(Node parent,
ArgBlockList abl)
Constructs a new m2_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
m2_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new m2_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdtxi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdtxi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdtxi(Node parent,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtxi. |
|
ofdtxi(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 ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdtxi(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 INIT)
Constructs a new ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdtxi(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 ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdtxi(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 INIT)
Constructs a new ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdtxi(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 ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtxi(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 INIT)
Constructs a new ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtxi(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 ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtxi(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 INIT)
Constructs a new ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtxi(Node parent,
ArgBlockList abl)
Constructs a new ofdtxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdtxi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdtxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x2s(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)
|
|
ram16x2s(Node parent,
java.lang.String name,
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,
java.lang.String[] INIT)
|
|
ram16x2s(Node parent,
java.lang.String name,
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)
|
|
ram16x2s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x2s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s. |
|
ram16x2s(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 ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01 |
|
ram16x2s(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 ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x2s(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 ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2s(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 ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2s(Node parent,
ArgBlockList abl)
Constructs a new ram16x2s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x2s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x2s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdre_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdre_1(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1. |
|
fdre_1(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 fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdre_1(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 INIT)
Constructs a new fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdre_1(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 fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_1(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 INIT)
Constructs a new fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_1(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 fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1(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 INIT)
Constructs a new fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1(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 fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1(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 INIT)
Constructs a new fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1(Node parent,
ArgBlockList abl)
Constructs a new fdre_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdre_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fd(Node parent)
Used only by child classes to pass up the parent cell. |
|
fd(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fd(Node parent,
Wire d,
Wire q)
Constructs a new fd. |
|
fd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new fd. |
|
fd(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new fd. |
|
fd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new fd. |
|
fd(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd. |
|
fd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd. |
|
fd(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd. |
|
fd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd. |
|
fd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd(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 fd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd(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 INIT)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd(Node parent,
ArgBlockList abl)
Constructs a new fd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fd(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
rom32x1(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)
|
|
rom32x1(Node parent,
java.lang.String name,
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)
|
|
rom32x1(Node parent,
java.lang.String name,
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 INIT)
|
|
rom32x1(Node parent)
Used only by child classes to pass up the parent cell. |
|
rom32x1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
rom32x1(Node parent,
Wire a,
Wire o)
Constructs a new rom32x1. |
|
rom32x1(Node parent,
java.lang.String instanceName,
Wire a,
Wire o)
Constructs a new rom32x1. |
|
rom32x1(Node parent,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new rom32x1. |
|
rom32x1(Node parent,
java.lang.String instanceName,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new rom32x1. |
|
rom32x1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new rom32x1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
rom32x1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new rom32x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
rom32x1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new rom32x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
rom32x1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new rom32x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
rom32x1(Node parent,
ArgBlockList abl)
Constructs a new rom32x1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
rom32x1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new rom32x1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdre_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdre_1_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1_g. |
|
fdre_1_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 fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdre_1_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,
java.lang.String INIT)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdre_1_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 fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_1_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,
java.lang.String INIT)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdre_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdre_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdx(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifdx(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifdx(Node parent,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdx. |
|
ifdx(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdx. |
|
ifdx(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdx. |
|
ifdx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdx. |
|
ifdx(Node parent,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdx. |
|
ifdx(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdx. |
|
ifdx(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdx. |
|
ifdx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdx. |
|
ifdx(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifdx(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifdx(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 ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdx(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 INIT)
Constructs a new ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdx(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 ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdx(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 INIT)
Constructs a new ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdx(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 ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdx(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 INIT)
Constructs a new ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdx(Node parent,
ArgBlockList abl)
Constructs a new ifdx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdx(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifdx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdr_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdr_1(Node parent,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdr_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdr_1(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 fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_1(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 INIT)
Constructs a new fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_1(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 fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1(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 INIT)
Constructs a new fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1(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 fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1(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 INIT)
Constructs a new fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1(Node parent,
ArgBlockList abl)
Constructs a new fdr_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdr_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
inv_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
inv_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
inv_g(Node parent,
Wire i,
Wire o)
Constructs a new inv_g. |
|
inv_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new inv_g. |
|
inv_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new inv_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
inv_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new inv_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
inv_g(Node parent,
ArgBlockList abl)
Constructs a new inv_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
inv_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new inv_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pullup(Node parent)
Used only by child classes to pass up the parent cell. |
|
pullup(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
pullup(Node parent,
Wire o)
Constructs a new pullup. |
|
pullup(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new pullup. |
|
pullup(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new pullup, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
pullup(Node parent,
ArgBlockList abl)
Constructs a new pullup, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pullup(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new pullup, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdi(Node parent,
Wire d,
Wire q)
Constructs a new ofdi. |
|
ofdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ofdi. |
|
ofdi(Node parent,
Wire d,
Wire c,
Wire q)
Constructs a new ofdi. |
|
ofdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire c,
Wire q)
Constructs a new ofdi. |
|
ofdi(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofdi. |
|
ofdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofdi. |
|
ofdi(Node parent,
Wire d,
Wire c,
Wire q,
java.lang.String INIT)
Constructs a new ofdi. |
|
ofdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire c,
Wire q,
java.lang.String INIT)
Constructs a new ofdi. |
|
ofdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdi(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdi(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdi(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 ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdi(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 INIT)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdi(Node parent,
ArgBlockList abl)
Constructs a new ofdi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_ann(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_ann(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_ann(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_ann. |
|
ibuf_ann(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_ann. |
|
ibuf_ann(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_ann, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_ann(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_ann, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_ann(Node parent,
ArgBlockList abl)
Constructs a new ibuf_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_ann(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdtx(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdtx(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdtx(Node parent,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtx. |
|
ofdtx(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 ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdtx(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 INIT)
Constructs a new ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdtx(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 ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdtx(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 INIT)
Constructs a new ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdtx(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 ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtx(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 INIT)
Constructs a new ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtx(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 ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtx(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 INIT)
Constructs a new ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtx(Node parent,
ArgBlockList abl)
Constructs a new ofdtx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdtx(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdtx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buft_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
buft_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
buft_g(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new buft_g. |
|
buft_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new buft_g. |
|
buft_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new buft_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
buft_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 buft_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
buft_g(Node parent,
ArgBlockList abl)
Constructs a new buft_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buft_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new buft_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
opad_sim(Node parent)
Deprecated. Used only by child classes to pass up the parent cell. |
|
opad_sim(Node parent,
java.lang.String name)
Deprecated. Used only by child classes to pass up the parent cell and instance name. |
|
opad_sim(Node parent,
Wire opad,
Wire o)
Deprecated. Constructs a new opad_sim. |
|
opad_sim(Node parent,
java.lang.String instanceName,
Wire opad,
Wire o)
Deprecated. Constructs a new opad_sim. |
|
opad_sim(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Deprecated. Constructs a new opad_sim, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
opad_sim(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Deprecated. Constructs a new opad_sim, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
opad_sim(Node parent,
ArgBlockList abl)
Deprecated. Constructs a new opad_sim, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
opad_sim(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Deprecated. Constructs a new opad_sim, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrs(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrs(Node parent,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs. |
|
fdrs(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs. |
|
fdrs(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs. |
|
fdrs(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs. |
|
fdrs(Node parent,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs. |
|
fdrs(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs. |
|
fdrs(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs. |
|
fdrs(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs. |
|
fdrs(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 fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrs(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 INIT)
Constructs a new fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrs(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 fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs(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 INIT)
Constructs a new fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs(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 fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs(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 INIT)
Constructs a new fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs(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 fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs(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 INIT)
Constructs a new fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs(Node parent,
ArgBlockList abl)
Constructs a new fdrs, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrs, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdre(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdre(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre. |
|
fdre(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre. |
|
fdre(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre. |
|
fdre(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre. |
|
fdre(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre. |
|
fdre(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre. |
|
fdre(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre. |
|
fdre(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre. |
|
fdre(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 fdre, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdre(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 INIT)
Constructs a new fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdre(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 fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre(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 INIT)
Constructs a new fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre(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 fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre(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 INIT)
Constructs a new fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre(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 fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre(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 INIT)
Constructs a new fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre(Node parent,
ArgBlockList abl)
Constructs a new fdre, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdre, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrs_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrs_g(Node parent,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_g. |
|
fdrs_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 fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrs_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,
java.lang.String INIT)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrs_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 fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_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,
java.lang.String INIT)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_g(Node parent,
ArgBlockList abl)
Constructs a new fdrs_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrs_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_g(Node parent,
Wire i,
Wire o)
Constructs a new obuf_g. |
|
obuf_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_g. |
|
obuf_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_g(Node parent,
ArgBlockList abl)
Constructs a new obuf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdx(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdx(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdx(Node parent,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdx. |
|
ofdx(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdx. |
|
ofdx(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdx. |
|
ofdx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdx. |
|
ofdx(Node parent,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdx. |
|
ofdx(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdx. |
|
ofdx(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdx. |
|
ofdx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdx. |
|
ofdx(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdx(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdx(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 ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdx(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 INIT)
Constructs a new ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdx(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 ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdx(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 INIT)
Constructs a new ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdx(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 ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdx(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 INIT)
Constructs a new ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdx(Node parent,
ArgBlockList abl)
Constructs a new ofdx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdx(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdpe_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdpe_g(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_g. |
|
fdpe_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 fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdpe_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,
java.lang.String INIT)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdpe_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 fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe_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,
java.lang.String INIT)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe_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,
java.lang.String s4,
Wire w4)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_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,
java.lang.String s4,
Wire w4)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_g(Node parent,
ArgBlockList abl)
Constructs a new fdpe_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdpe_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrse_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrse_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_g. |
|
fdrse_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrse_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String INIT)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String INIT)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_g(Node parent,
ArgBlockList abl)
Constructs a new fdrse_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrse_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor9(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new xnor9. |
|
xnor9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new xnor9. |
|
xnor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor9(Node parent,
ArgBlockList abl)
Constructs a new xnor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor8(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new xnor8. |
|
xnor8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new xnor8. |
|
xnor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor8(Node parent,
ArgBlockList abl)
Constructs a new xnor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor7(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new xnor7. |
|
xnor7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new xnor7. |
|
xnor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor7(Node parent,
ArgBlockList abl)
Constructs a new xnor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor6(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new xnor6. |
|
xnor6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new xnor6. |
|
xnor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor6(Node parent,
ArgBlockList abl)
Constructs a new xnor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor5(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new xnor5. |
|
xnor5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new xnor5. |
|
xnor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor5(Node parent,
ArgBlockList abl)
Constructs a new xnor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xnor4_g. |
|
xnor4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xnor4_g. |
|
xnor4_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,
java.lang.String s4,
Wire w4)
Constructs a new xnor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor4_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,
java.lang.String s4,
Wire w4)
Constructs a new xnor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor4_g(Node parent,
ArgBlockList abl)
Constructs a new xnor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xnor3_g. |
|
xnor3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xnor3_g. |
|
xnor3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new xnor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new xnor2_g. |
|
xnor2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new xnor2_g. |
|
xnor2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new xnor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor4(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xnor4. |
|
xnor4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xnor4. |
|
xnor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor4(Node parent,
ArgBlockList abl)
Constructs a new xnor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor3(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xnor3. |
|
xnor3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xnor3. |
|
xnor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor3(Node parent,
ArgBlockList abl)
Constructs a new xnor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor2(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new xnor2. |
|
xnor2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new xnor2. |
|
xnor2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new xnor2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor2(Node parent,
ArgBlockList abl)
Constructs a new xnor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor9(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new xor9. |
|
xor9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new xor9. |
|
xor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor9(Node parent,
ArgBlockList abl)
Constructs a new xor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor8(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new xor8. |
|
xor8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new xor8. |
|
xor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor8(Node parent,
ArgBlockList abl)
Constructs a new xor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor7(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new xor7. |
|
xor7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new xor7. |
|
xor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor7(Node parent,
ArgBlockList abl)
Constructs a new xor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor6(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new xor6. |
|
xor6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new xor6. |
|
xor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor6(Node parent,
ArgBlockList abl)
Constructs a new xor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor5(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new xor5. |
|
xor5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new xor5. |
|
xor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor5(Node parent,
ArgBlockList abl)
Constructs a new xor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xor4_g. |
|
xor4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xor4_g. |
|
xor4_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,
java.lang.String s4,
Wire w4)
Constructs a new xor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor4_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,
java.lang.String s4,
Wire w4)
Constructs a new xor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor4_g(Node parent,
ArgBlockList abl)
Constructs a new xor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xor3_g. |
|
xor3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xor3_g. |
|
xor3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new xor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new xor2_g. |
|
xor2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new xor2_g. |
|
xor2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new xor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor4(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xor4. |
|
xor4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xor4. |
|
xor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor4(Node parent,
ArgBlockList abl)
Constructs a new xor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor3(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xor3. |
|
xor3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xor3. |
|
xor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor3(Node parent,
ArgBlockList abl)
Constructs a new xor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor2(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new xor2. |
|
xor2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new xor2. |
|
xor2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new xor2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor2(Node parent,
ArgBlockList abl)
Constructs a new xor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor9(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new nor9. |
|
nor9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new nor9. |
|
nor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor9(Node parent,
ArgBlockList abl)
Constructs a new nor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor8(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new nor8. |
|
nor8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new nor8. |
|
nor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor8(Node parent,
ArgBlockList abl)
Constructs a new nor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor7(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new nor7. |
|
nor7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new nor7. |
|
nor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor7(Node parent,
ArgBlockList abl)
Constructs a new nor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor6(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new nor6. |
|
nor6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new nor6. |
|
nor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor6(Node parent,
ArgBlockList abl)
Constructs a new nor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor5(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new nor5. |
|
nor5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new nor5. |
|
nor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor5(Node parent,
ArgBlockList abl)
Constructs a new nor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4_g. |
|
nor4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4_g. |
|
nor4_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,
java.lang.String s4,
Wire w4)
Constructs a new nor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4_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,
java.lang.String s4,
Wire w4)
Constructs a new nor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4_g(Node parent,
ArgBlockList abl)
Constructs a new nor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3_g. |
|
nor3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3_g. |
|
nor3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new nor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2_g. |
|
nor2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2_g. |
|
nor2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new nor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b4(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4b4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4b4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b4. |
|
nor4b4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b4. |
|
nor4b4(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 nor4b4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4b4(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 nor4b4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4b4(Node parent,
ArgBlockList abl)
Constructs a new nor4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b3. |
|
nor4b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b3. |
|
nor4b3(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 nor4b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4b3(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 nor4b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4b3(Node parent,
ArgBlockList abl)
Constructs a new nor4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b2. |
|
nor4b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b2. |
|
nor4b2(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 nor4b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4b2(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 nor4b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4b2(Node parent,
ArgBlockList abl)
Constructs a new nor4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b1. |
|
nor4b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b1. |
|
nor4b1(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 nor4b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4b1(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 nor4b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4b1(Node parent,
ArgBlockList abl)
Constructs a new nor4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4. |
|
nor4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4. |
|
nor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4(Node parent,
ArgBlockList abl)
Constructs a new nor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b3. |
|
nor3b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b3. |
|
nor3b3(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 nor3b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3b3(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 nor3b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor3b3(Node parent,
ArgBlockList abl)
Constructs a new nor3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b2. |
|
nor3b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b2. |
|
nor3b2(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 nor3b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3b2(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 nor3b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor3b2(Node parent,
ArgBlockList abl)
Constructs a new nor3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b1. |
|
nor3b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b1. |
|
nor3b1(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 nor3b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3b1(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 nor3b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor3b1(Node parent,
ArgBlockList abl)
Constructs a new nor3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3. |
|
nor3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3. |
|
nor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor3(Node parent,
ArgBlockList abl)
Constructs a new nor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor2b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor2b2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2b2. |
|
nor2b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2b2. |
|
nor2b2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nor2b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor2b2(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 nor2b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor2b2(Node parent,
ArgBlockList abl)
Constructs a new nor2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor2b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor2b1(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2b1. |
|
nor2b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2b1. |
|
nor2b1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nor2b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor2b1(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 nor2b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor2b1(Node parent,
ArgBlockList abl)
Constructs a new nor2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2. |
|
nor2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2. |
|
nor2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nor2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor2(Node parent,
ArgBlockList abl)
Constructs a new nor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or9(Node parent)
Used only by child classes to pass up the parent cell. |
|
or9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new or9. |
|
or9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new or9. |
|
or9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or9(Node parent,
ArgBlockList abl)
Constructs a new or9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or8(Node parent)
Used only by child classes to pass up the parent cell. |
|
or8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new or8. |
|
or8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new or8. |
|
or8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or8(Node parent,
ArgBlockList abl)
Constructs a new or8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or7(Node parent)
Used only by child classes to pass up the parent cell. |
|
or7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new or7. |
|
or7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new or7. |
|
or7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or7(Node parent,
ArgBlockList abl)
Constructs a new or7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or6(Node parent)
Used only by child classes to pass up the parent cell. |
|
or6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new or6. |
|
or6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new or6. |
|
or6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or6(Node parent,
ArgBlockList abl)
Constructs a new or6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or5(Node parent)
Used only by child classes to pass up the parent cell. |
|
or5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new or5. |
|
or5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new or5. |
|
or5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or5(Node parent,
ArgBlockList abl)
Constructs a new or5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4_g. |
|
or4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4_g. |
|
or4_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,
java.lang.String s4,
Wire w4)
Constructs a new or4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4_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,
java.lang.String s4,
Wire w4)
Constructs a new or4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4_g(Node parent,
ArgBlockList abl)
Constructs a new or4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3_g. |
|
or3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3_g. |
|
or3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new or3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
or2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2_g. |
|
or2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2_g. |
|
or2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new or2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b4(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4b4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4b4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b4. |
|
or4b4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b4. |
|
or4b4(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 or4b4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4b4(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 or4b4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4b4(Node parent,
ArgBlockList abl)
Constructs a new or4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b3. |
|
or4b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b3. |
|
or4b3(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 or4b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4b3(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 or4b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4b3(Node parent,
ArgBlockList abl)
Constructs a new or4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b2. |
|
or4b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b2. |
|
or4b2(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 or4b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4b2(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 or4b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4b2(Node parent,
ArgBlockList abl)
Constructs a new or4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b1. |
|
or4b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b1. |
|
or4b1(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 or4b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4b1(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 or4b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4b1(Node parent,
ArgBlockList abl)
Constructs a new or4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4. |
|
or4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4. |
|
or4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4(Node parent,
ArgBlockList abl)
Constructs a new or4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b3. |
|
or3b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b3. |
|
or3b3(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 or3b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3b3(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 or3b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or3b3(Node parent,
ArgBlockList abl)
Constructs a new or3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b2. |
|
or3b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b2. |
|
or3b2(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 or3b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3b2(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 or3b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or3b2(Node parent,
ArgBlockList abl)
Constructs a new or3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b1. |
|
or3b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b1. |
|
or3b1(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 or3b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3b1(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 or3b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or3b1(Node parent,
ArgBlockList abl)
Constructs a new or3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3. |
|
or3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3. |
|
or3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or3(Node parent,
ArgBlockList abl)
Constructs a new or3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
or2b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or2b2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2b2. |
|
or2b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2b2. |
|
or2b2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new or2b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or2b2(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 or2b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or2b2(Node parent,
ArgBlockList abl)
Constructs a new or2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
or2b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or2b1(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2b1. |
|
or2b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2b1. |
|
or2b1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new or2b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or2b1(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 or2b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or2b1(Node parent,
ArgBlockList abl)
Constructs a new or2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2(Node parent)
Used only by child classes to pass up the parent cell. |
|
or2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2. |
|
or2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2. |
|
or2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new or2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or2(Node parent,
ArgBlockList abl)
Constructs a new or2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand9(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new nand9. |
|
nand9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new nand9. |
|
nand9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand9(Node parent,
ArgBlockList abl)
Constructs a new nand9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand8(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new nand8. |
|
nand8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new nand8. |
|
nand8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand8(Node parent,
ArgBlockList abl)
Constructs a new nand8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand7(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new nand7. |
|
nand7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new nand7. |
|
nand7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand7(Node parent,
ArgBlockList abl)
Constructs a new nand7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand6(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new nand6. |
|
nand6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new nand6. |
|
nand6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand6(Node parent,
ArgBlockList abl)
Constructs a new nand6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand5(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new nand5. |
|
nand5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new nand5. |
|
nand5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand5(Node parent,
ArgBlockList abl)
Constructs a new nand5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4_g. |
|
nand4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4_g. |
|
nand4_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,
java.lang.String s4,
Wire w4)
Constructs a new nand4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4_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,
java.lang.String s4,
Wire w4)
Constructs a new nand4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4_g(Node parent,
ArgBlockList abl)
Constructs a new nand4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3_g. |
|
nand3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3_g. |
|
nand3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new nand3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2_g. |
|
nand2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2_g. |
|
nand2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new nand2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b4(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4b4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4b4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b4. |
|
nand4b4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b4. |
|
nand4b4(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 nand4b4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4b4(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 nand4b4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4b4(Node parent,
ArgBlockList abl)
Constructs a new nand4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b3. |
|
nand4b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b3. |
|
nand4b3(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 nand4b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4b3(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 nand4b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4b3(Node parent,
ArgBlockList abl)
Constructs a new nand4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b2. |
|
nand4b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b2. |
|
nand4b2(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 nand4b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4b2(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 nand4b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4b2(Node parent,
ArgBlockList abl)
Constructs a new nand4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b1. |
|
nand4b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b1. |
|
nand4b1(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 nand4b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4b1(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 nand4b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4b1(Node parent,
ArgBlockList abl)
Constructs a new nand4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4. |
|
nand4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4. |
|
nand4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4(Node parent,
ArgBlockList abl)
Constructs a new nand4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b3. |
|
nand3b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b3. |
|
nand3b3(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 nand3b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3b3(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 nand3b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand3b3(Node parent,
ArgBlockList abl)
Constructs a new nand3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b2. |
|
nand3b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b2. |
|
nand3b2(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 nand3b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3b2(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 nand3b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand3b2(Node parent,
ArgBlockList abl)
Constructs a new nand3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b1. |
|
nand3b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b1. |
|
nand3b1(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 nand3b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3b1(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 nand3b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand3b1(Node parent,
ArgBlockList abl)
Constructs a new nand3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3. |
|
nand3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3. |
|
nand3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand3(Node parent,
ArgBlockList abl)
Constructs a new nand3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand2b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand2b2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2b2. |
|
nand2b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2b2. |
|
nand2b2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nand2b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand2b2(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 nand2b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand2b2(Node parent,
ArgBlockList abl)
Constructs a new nand2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand2b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand2b1(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2b1. |
|
nand2b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2b1. |
|
nand2b1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nand2b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand2b1(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 nand2b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand2b1(Node parent,
ArgBlockList abl)
Constructs a new nand2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2. |
|
nand2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2. |
|
nand2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nand2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand2(Node parent,
ArgBlockList abl)
Constructs a new nand2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and9(Node parent)
Used only by child classes to pass up the parent cell. |
|
and9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new and9. |
|
and9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new and9. |
|
and9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and9(Node parent,
ArgBlockList abl)
Constructs a new and9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and8(Node parent)
Used only by child classes to pass up the parent cell. |
|
and8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new and8. |
|
and8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new and8. |
|
and8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and8(Node parent,
ArgBlockList abl)
Constructs a new and8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and7(Node parent)
Used only by child classes to pass up the parent cell. |
|
and7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new and7. |
|
and7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new and7. |
|
and7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and7(Node parent,
ArgBlockList abl)
Constructs a new and7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and6(Node parent)
Used only by child classes to pass up the parent cell. |
|
and6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new and6. |
|
and6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new and6. |
|
and6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and6(Node parent,
ArgBlockList abl)
Constructs a new and6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and5(Node parent)
Used only by child classes to pass up the parent cell. |
|
and5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new and5. |
|
and5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new and5. |
|
and5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and5(Node parent,
ArgBlockList abl)
Constructs a new and5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4_g. |
|
and4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4_g. |
|
and4_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,
java.lang.String s4,
Wire w4)
Constructs a new and4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4_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,
java.lang.String s4,
Wire w4)
Constructs a new and4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4_g(Node parent,
ArgBlockList abl)
Constructs a new and4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3_g. |
|
and3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3_g. |
|
and3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new and3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
and2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2_g. |
|
and2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2_g. |
|
and2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new and2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b4(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4b4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4b4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b4. |
|
and4b4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b4. |
|
and4b4(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 and4b4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4b4(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 and4b4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4b4(Node parent,
ArgBlockList abl)
Constructs a new and4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b3. |
|
and4b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b3. |
|
and4b3(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 and4b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4b3(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 and4b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4b3(Node parent,
ArgBlockList abl)
Constructs a new and4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b2. |
|
and4b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b2. |
|
and4b2(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 and4b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4b2(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 and4b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4b2(Node parent,
ArgBlockList abl)
Constructs a new and4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b1. |
|
and4b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b1. |
|
and4b1(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 and4b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4b1(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 and4b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4b1(Node parent,
ArgBlockList abl)
Constructs a new and4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4. |
|
and4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4. |
|
and4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4(Node parent,
ArgBlockList abl)
Constructs a new and4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b3. |
|
and3b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b3. |
|
and3b3(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 and3b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3b3(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 and3b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and3b3(Node parent,
ArgBlockList abl)
Constructs a new and3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b2. |
|
and3b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b2. |
|
and3b2(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 and3b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3b2(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 and3b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and3b2(Node parent,
ArgBlockList abl)
Constructs a new and3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b1. |
|
and3b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b1. |
|
and3b1(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 and3b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3b1(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 and3b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and3b1(Node parent,
ArgBlockList abl)
Constructs a new and3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3. |
|
and3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3. |
|
and3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and3(Node parent,
ArgBlockList abl)
Constructs a new and3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
and2b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and2b2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2b2. |
|
and2b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2b2. |
|
and2b2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new and2b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and2b2(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 and2b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and2b2(Node parent,
ArgBlockList abl)
Constructs a new and2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
and2b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and2b1(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2b1. |
|
and2b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2b1. |
|
and2b1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new and2b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and2b1(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 and2b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and2b1(Node parent,
ArgBlockList abl)
Constructs a new and2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2(Node parent)
Used only by child classes to pass up the parent cell. |
|
and2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2. |
|
and2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2. |
|
and2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new and2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and2(Node parent,
ArgBlockList abl)
Constructs a new and2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf6_d(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxf6_d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxf6_d(Node parent,
Wire i0,
Wire i1,
Wire s,
Wire o,
Wire lo)
Constructs a new muxf6_d. |
|
muxf6_d(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire s,
Wire o,
Wire lo)
Constructs a new muxf6_d. |
|
muxf6_d(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 muxf6_d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxf6_d(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 muxf6_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxf6_d(Node parent,
ArgBlockList abl)
Constructs a new muxf6_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf6_d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxf6_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut3_d(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut3_d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut3_d(Node parent,
Wire i,
Wire lo,
Wire o)
Constructs a new lut3_d. |
|
lut3_d(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo,
Wire o)
Constructs a new lut3_d. |
|
lut3_d(Node parent,
Wire i,
Wire lo,
Wire o,
java.lang.String INIT)
Constructs a new lut3_d. |
|
lut3_d(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo,
Wire o,
java.lang.String INIT)
Constructs a new lut3_d. |
|
lut3_d(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new lut3_d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut3_d(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new lut3_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut3_d(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 lut3_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut3_d(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 INIT)
Constructs a new lut3_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut3_d(Node parent,
ArgBlockList abl)
Constructs a new lut3_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut3_d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut3_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut3_d(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)
|
|
lut3_d(Node parent,
java.lang.String name,
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 INIT)
|
|
lut3_d(Node parent,
java.lang.String name,
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)
|
|
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 . |
|
ldcpe_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldcpe_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldcpe_1(Node parent,
Wire clr,
Wire pre,
Wire ge,
Wire d,
Wire q)
Constructs a new ldcpe_1. |
|
ldcpe_1(Node parent,
java.lang.String instanceName,
Wire clr,
Wire pre,
Wire ge,
Wire d,
Wire q)
Constructs a new ldcpe_1. |
|
ldcpe_1(Node parent,
Wire clr,
Wire pre,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldcpe_1. |
|
ldcpe_1(Node parent,
java.lang.String instanceName,
Wire clr,
Wire pre,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldcpe_1. |
|
ldcpe_1(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 ldcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldcpe_1(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 ldcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldcpe_1(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 ldcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldcpe_1(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 ldcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldcpe_1(Node parent,
ArgBlockList abl)
Constructs a new ldcpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldcpe_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldcpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xorcy_l(Node parent)
Used only by child classes to pass up the parent cell. |
|
xorcy_l(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xorcy_l(Node parent,
Wire li,
Wire ci,
Wire lo)
Constructs a new xorcy_l. |
|
xorcy_l(Node parent,
java.lang.String instanceName,
Wire li,
Wire ci,
Wire lo)
Constructs a new xorcy_l. |
|
xorcy_l(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new xorcy_l, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xorcy_l(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 xorcy_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xorcy_l(Node parent,
ArgBlockList abl)
Constructs a new xorcy_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xorcy_l(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xorcy_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcp_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdcp_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdcp_1(Node parent,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp_1. |
|
fdcp_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp_1. |
|
fdcp_1(Node parent,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp_1. |
|
fdcp_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp_1. |
|
fdcp_1(Node parent,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp_1. |
|
fdcp_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp_1. |
|
fdcp_1(Node parent,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp_1. |
|
fdcp_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp_1. |
|
fdcp_1(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 fdcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdcp_1(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 INIT)
Constructs a new fdcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdcp_1(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 fdcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcp_1(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 INIT)
Constructs a new fdcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcp_1(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 fdcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp_1(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 INIT)
Constructs a new fdcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp_1(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 fdcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp_1(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 INIT)
Constructs a new fdcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp_1(Node parent,
ArgBlockList abl)
Constructs a new fdcp_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcp_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdcp_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldc(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldc(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldc(Node parent,
Wire clr,
Wire d,
Wire q)
Constructs a new ldc. |
|
ldc(Node parent,
java.lang.String instanceName,
Wire clr,
Wire d,
Wire q)
Constructs a new ldc. |
|
ldc(Node parent,
Wire clr,
Wire g,
Wire d,
Wire q)
Constructs a new ldc. |
|
ldc(Node parent,
java.lang.String instanceName,
Wire clr,
Wire g,
Wire d,
Wire q)
Constructs a new ldc. |
|
ldc(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ldc, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldc(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 ldc, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldc(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 ldc, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldc(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 ldc, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldc(Node parent,
ArgBlockList abl)
Constructs a new ldc, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldc(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldc, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdr(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdr(Node parent,
Wire d,
Wire r,
Wire q)
Constructs a new fdr. |
|
fdr(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q)
Constructs a new fdr. |
|
fdr(Node parent,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr. |
|
fdr(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr. |
|
fdr(Node parent,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr. |
|
fdr(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr. |
|
fdr(Node parent,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr. |
|
fdr(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr. |
|
fdr(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdr, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdr(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdr(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 fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr(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 INIT)
Constructs a new fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr(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 fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr(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 INIT)
Constructs a new fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr(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 fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr(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 INIT)
Constructs a new fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr(Node parent,
ArgBlockList abl)
Constructs a new fdr, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdr, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxcy_l(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxcy_l(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxcy_l(Node parent,
Wire di,
Wire ci,
Wire s,
Wire lo)
Constructs a new muxcy_l. |
|
muxcy_l(Node parent,
java.lang.String instanceName,
Wire di,
Wire ci,
Wire s,
Wire lo)
Constructs a new muxcy_l. |
|
muxcy_l(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 muxcy_l, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxcy_l(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 muxcy_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxcy_l(Node parent,
ArgBlockList abl)
Constructs a new muxcy_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxcy_l(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxcy_l, 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 . |
|
fdc_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdc_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdc_g(Node parent,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdc_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdc_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 fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_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 INIT)
Constructs a new fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_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 fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_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,
java.lang.String INIT)
Constructs a new fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_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 fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_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,
java.lang.String INIT)
Constructs a new fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_g(Node parent,
ArgBlockList abl)
Constructs a new fdc_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdc_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_agp(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_agp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_agp(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_agp. |
|
obuft_agp(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_agp. |
|
obuft_agp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_agp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_agp(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 obuft_agp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_agp(Node parent,
ArgBlockList abl)
Constructs a new obuft_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_agp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_ctt(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_ctt(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_ctt(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_ctt. |
|
obuft_ctt(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_ctt. |
|
obuft_ctt(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_ctt(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 obuft_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_ctt(Node parent,
ArgBlockList abl)
Constructs a new obuft_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_ctt(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_sstl3_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_sstl3_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_sstl3_ii(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_sstl3_ii. |
|
obuft_sstl3_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_sstl3_ii. |
|
obuft_sstl3_ii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_sstl3_ii(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 obuft_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_sstl3_ii(Node parent,
ArgBlockList abl)
Constructs a new obuft_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_sstl3_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_sstl3_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_sstl3_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_sstl3_i(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_sstl3_i. |
|
obuft_sstl3_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_sstl3_i. |
|
obuft_sstl3_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_sstl3_i(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 obuft_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_sstl3_i(Node parent,
ArgBlockList abl)
Constructs a new obuft_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_sstl3_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_sstl2_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_sstl2_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_sstl2_ii(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_sstl2_ii. |
|
obuft_sstl2_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_sstl2_ii. |
|
obuft_sstl2_ii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_sstl2_ii(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 obuft_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_sstl2_ii(Node parent,
ArgBlockList abl)
Constructs a new obuft_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_sstl2_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_sstl2_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_sstl2_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_sstl2_i(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_sstl2_i. |
|
obuft_sstl2_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_sstl2_i. |
|
obuft_sstl2_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_sstl2_i(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 obuft_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_sstl2_i(Node parent,
ArgBlockList abl)
Constructs a new obuft_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_sstl2_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_hstl_iv(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_hstl_iv(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_hstl_iv(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_hstl_iv. |
|
obuft_hstl_iv(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_hstl_iv. |
|
obuft_hstl_iv(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_hstl_iv(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 obuft_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_hstl_iv(Node parent,
ArgBlockList abl)
Constructs a new obuft_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_hstl_iv(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_hstl_iii(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_hstl_iii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_hstl_iii(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_hstl_iii. |
|
obuft_hstl_iii(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_hstl_iii. |
|
obuft_hstl_iii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_hstl_iii(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 obuft_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_hstl_iii(Node parent,
ArgBlockList abl)
Constructs a new obuft_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_hstl_iii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_hstl_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_hstl_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_hstl_i(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_hstl_i. |
|
obuft_hstl_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_hstl_i. |
|
obuft_hstl_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_hstl_i(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 obuft_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_hstl_i(Node parent,
ArgBlockList abl)
Constructs a new obuft_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_hstl_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_gtlp(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_gtlp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_gtlp(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_gtlp. |
|
obuft_gtlp(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_gtlp. |
|
obuft_gtlp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_gtlp(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 obuft_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_gtlp(Node parent,
ArgBlockList abl)
Constructs a new obuft_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_gtlp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_gtl(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_gtl(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_gtl(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_gtl. |
|
obuft_gtl(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_gtl. |
|
obuft_gtl(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_gtl(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 obuft_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_gtl(Node parent,
ArgBlockList abl)
Constructs a new obuft_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_gtl(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_pci66_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_pci66_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_pci66_3(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_pci66_3. |
|
obuft_pci66_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_pci66_3. |
|
obuft_pci66_3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_pci66_3(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 obuft_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_pci66_3(Node parent,
ArgBlockList abl)
Constructs a new obuft_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_pci66_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_pci33_5(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_pci33_5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_pci33_5(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_pci33_5. |
|
obuft_pci33_5(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_pci33_5. |
|
obuft_pci33_5(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_pci33_5(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 obuft_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_pci33_5(Node parent,
ArgBlockList abl)
Constructs a new obuft_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_pci33_5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_pci33_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_pci33_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_pci33_3(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_pci33_3. |
|
obuft_pci33_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_pci33_3. |
|
obuft_pci33_3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_pci33_3(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 obuft_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_pci33_3(Node parent,
ArgBlockList abl)
Constructs a new obuft_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_pci33_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_lvcmos2(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_lvcmos2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_lvcmos2(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_lvcmos2. |
|
obuft_lvcmos2(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_lvcmos2. |
|
obuft_lvcmos2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_lvcmos2(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 obuft_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_lvcmos2(Node parent,
ArgBlockList abl)
Constructs a new obuft_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_lvcmos2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_24(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_f_24(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_f_24(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_24. |
|
obuft_f_24(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_24. |
|
obuft_f_24(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_f_24, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_f_24(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 obuft_f_24, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_f_24(Node parent,
ArgBlockList abl)
Constructs a new obuft_f_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_24(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_f_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_16(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_f_16(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_f_16(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_16. |
|
obuft_f_16(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_16. |
|
obuft_f_16(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_f_16, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_f_16(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 obuft_f_16, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_f_16(Node parent,
ArgBlockList abl)
Constructs a new obuft_f_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_16(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_f_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_12(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_f_12(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_f_12(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_12. |
|
obuft_f_12(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_12. |
|
obuft_f_12(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_f_12, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_f_12(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 obuft_f_12, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_f_12(Node parent,
ArgBlockList abl)
Constructs a new obuft_f_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_12(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_f_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_8(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_f_8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_f_8(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_8. |
|
obuft_f_8(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_8. |
|
obuft_f_8(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_f_8, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_f_8(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 obuft_f_8, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_f_8(Node parent,
ArgBlockList abl)
Constructs a new obuft_f_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_f_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_6(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_f_6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_f_6(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_6. |
|
obuft_f_6(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_6. |
|
obuft_f_6(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_f_6, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_f_6(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 obuft_f_6, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_f_6(Node parent,
ArgBlockList abl)
Constructs a new obuft_f_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_f_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_4(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_f_4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_f_4(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_4. |
|
obuft_f_4(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_4. |
|
obuft_f_4(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_f_4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_f_4(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 obuft_f_4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_f_4(Node parent,
ArgBlockList abl)
Constructs a new obuft_f_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_f_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_2(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_f_2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_f_2(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_2. |
|
obuft_f_2(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_2. |
|
obuft_f_2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_f_2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_f_2(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 obuft_f_2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_f_2(Node parent,
ArgBlockList abl)
Constructs a new obuft_f_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_f_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_24(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_s_24(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_s_24(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_24. |
|
obuft_s_24(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_24. |
|
obuft_s_24(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_s_24, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_s_24(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 obuft_s_24, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_s_24(Node parent,
ArgBlockList abl)
Constructs a new obuft_s_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_24(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_s_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_16(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_s_16(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_s_16(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_16. |
|
obuft_s_16(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_16. |
|
obuft_s_16(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_s_16, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_s_16(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 obuft_s_16, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_s_16(Node parent,
ArgBlockList abl)
Constructs a new obuft_s_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_16(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_s_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_12(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_s_12(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_s_12(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_12. |
|
obuft_s_12(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_12. |
|
obuft_s_12(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_s_12, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_s_12(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 obuft_s_12, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_s_12(Node parent,
ArgBlockList abl)
Constructs a new obuft_s_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_12(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_s_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_8(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_s_8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_s_8(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_8. |
|
obuft_s_8(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_8. |
|
obuft_s_8(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_s_8, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_s_8(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 obuft_s_8, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_s_8(Node parent,
ArgBlockList abl)
Constructs a new obuft_s_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_s_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_6(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_s_6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_s_6(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_6. |
|
obuft_s_6(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_6. |
|
obuft_s_6(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_s_6, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_s_6(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 obuft_s_6, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_s_6(Node parent,
ArgBlockList abl)
Constructs a new obuft_s_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_s_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_4(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_s_4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_s_4(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_4. |
|
obuft_s_4(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_4. |
|
obuft_s_4(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_s_4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_s_4(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 obuft_s_4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_s_4(Node parent,
ArgBlockList abl)
Constructs a new obuft_s_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_s_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_2(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_s_2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_s_2(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_2. |
|
obuft_s_2(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_2. |
|
obuft_s_2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_s_2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_s_2(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 obuft_s_2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_s_2(Node parent,
ArgBlockList abl)
Constructs a new obuft_s_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_s_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdce_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdce_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdce_1(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_1. |
|
fdce_1(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 fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdce_1(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 INIT)
Constructs a new fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdce_1(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 fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce_1(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 INIT)
Constructs a new fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce_1(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 fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_1(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 INIT)
Constructs a new fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_1(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 fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_1(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 INIT)
Constructs a new fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_1(Node parent,
ArgBlockList abl)
Constructs a new fdce_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdce_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdce_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcp(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdcp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdcp(Node parent,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp. |
|
fdcp(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp. |
|
fdcp(Node parent,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp. |
|
fdcp(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp. |
|
fdcp(Node parent,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp. |
|
fdcp(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp. |
|
fdcp(Node parent,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp. |
|
fdcp(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp. |
|
fdcp(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 fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdcp(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 INIT)
Constructs a new fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdcp(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 fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcp(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 INIT)
Constructs a new fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcp(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 fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp(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 INIT)
Constructs a new fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp(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 fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp(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 INIT)
Constructs a new fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp(Node parent,
ArgBlockList abl)
Constructs a new fdcp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdcp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdse_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdse_g(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_g. |
|
fdse_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 fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdse_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,
java.lang.String INIT)
Constructs a new fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdse_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 fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_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,
java.lang.String INIT)
Constructs a new fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_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,
java.lang.String s4,
Wire w4)
Constructs a new fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_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,
java.lang.String s4,
Wire w4)
Constructs a new fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_g(Node parent,
ArgBlockList abl)
Constructs a new fdse_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdse_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf6_l(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxf6_l(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxf6_l(Node parent,
Wire i0,
Wire i1,
Wire s,
Wire lo)
Constructs a new muxf6_l. |
|
muxf6_l(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire s,
Wire lo)
Constructs a new muxf6_l. |
|
muxf6_l(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 muxf6_l, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxf6_l(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 muxf6_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxf6_l(Node parent,
ArgBlockList abl)
Constructs a new muxf6_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf6_l(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxf6_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut3_l(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut3_l(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut3_l(Node parent,
Wire i,
Wire lo)
Constructs a new lut3_l. |
|
lut3_l(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo)
Constructs a new lut3_l. |
|
lut3_l(Node parent,
Wire i,
Wire lo,
java.lang.String INIT)
Constructs a new lut3_l. |
|
lut3_l(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo,
java.lang.String INIT)
Constructs a new lut3_l. |
|
lut3_l(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut3_l, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut3_l(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut3_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut3_l(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut3_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut3_l(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut3_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut3_l(Node parent,
ArgBlockList abl)
Constructs a new lut3_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut3_l(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut3_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut3_l(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)
|
|
lut3_l(Node parent,
java.lang.String name,
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 INIT)
|
|
lut3_l(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String s3,
Wire w3)
|
|
ldcpe(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldcpe(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldcpe(Node parent,
Wire clr,
Wire pre,
Wire ge,
Wire d,
Wire q)
Constructs a new ldcpe. |
|
ldcpe(Node parent,
java.lang.String instanceName,
Wire clr,
Wire pre,
Wire ge,
Wire d,
Wire q)
Constructs a new ldcpe. |
|
ldcpe(Node parent,
Wire clr,
Wire pre,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldcpe. |
|
ldcpe(Node parent,
java.lang.String instanceName,
Wire clr,
Wire pre,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldcpe. |
|
ldcpe(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 ldcpe, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldcpe(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 ldcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldcpe(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 ldcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldcpe(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 ldcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldcpe(Node parent,
ArgBlockList abl)
Constructs a new ldcpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldcpe(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldcpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut1(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut1(Node parent,
Wire i0,
Wire o)
Constructs a new lut1. |
|
lut1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire o)
Constructs a new lut1. |
|
lut1(Node parent,
Wire i0,
Wire o,
java.lang.String INIT)
Constructs a new lut1. |
|
lut1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire o,
java.lang.String INIT)
Constructs a new lut1. |
|
lut1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut1(Node parent,
ArgBlockList abl)
Constructs a new lut1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fds_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fds_g(Node parent,
Wire d,
Wire s,
Wire q)
Constructs a new fds_g. |
|
fds_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q)
Constructs a new fds_g. |
|
fds_g(Node parent,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_g. |
|
fds_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_g. |
|
fds_g(Node parent,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_g. |
|
fds_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_g. |
|
fds_g(Node parent,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_g. |
|
fds_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_g. |
|
fds_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fds_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fds_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 fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_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 INIT)
Constructs a new fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_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 fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_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,
java.lang.String INIT)
Constructs a new fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_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 fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_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,
java.lang.String INIT)
Constructs a new fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_g(Node parent,
ArgBlockList abl)
Constructs a new fds_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fds_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1s_ack(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram32x1s_ack(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram32x1s_ack(Node parent,
Wire d,
Wire we,
Wire ra,
Wire wa,
Wire o)
Constructs a new ram32x1s_ack. |
|
ram32x1s_ack(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire ra,
Wire wa,
Wire o)
Constructs a new ram32x1s_ack. |
|
ram32x1s_ack(Node parent,
Wire d,
Wire we,
Wire ra,
Wire wa,
Wire o,
Wire wclk)
Constructs a new ram32x1s_ack. |
|
ram32x1s_ack(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire ra,
Wire wa,
Wire o,
Wire wclk)
Constructs a new ram32x1s_ack. |
|
ram32x1s_ack(Node parent,
Wire d,
Wire we,
Wire ra,
Wire wa,
Wire o,
java.lang.String INIT)
Constructs a new ram32x1s_ack. |
|
ram32x1s_ack(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire ra,
Wire wa,
Wire o,
java.lang.String INIT)
Constructs a new ram32x1s_ack. |
|
ram32x1s_ack(Node parent,
Wire d,
Wire we,
Wire ra,
Wire wa,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram32x1s_ack. |
|
ram32x1s_ack(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire ra,
Wire wa,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram32x1s_ack. |
|
ram32x1s_ack(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 ram32x1s_ack, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram32x1s_ack(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 INIT)
Constructs a new ram32x1s_ack, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram32x1s_ack(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 ram32x1s_ack, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x1s_ack(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 INIT)
Constructs a new ram32x1s_ack, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x1s_ack(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 ram32x1s_ack, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s_ack(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 INIT)
Constructs a new ram32x1s_ack, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s_ack(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 ram32x1s_ack, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s_ack(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 INIT)
Constructs a new ram32x1s_ack, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s_ack(Node parent,
ArgBlockList abl)
Constructs a new ram32x1s_ack, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1s_ack(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram32x1s_ack, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1s_ack(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12)
|
|
ram32x1s_ack(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12)
|
|
ram32x1s_ack(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String INIT)
|
|
fds(Node parent)
Used only by child classes to pass up the parent cell. |
|
fds(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fds(Node parent,
Wire d,
Wire s,
Wire q)
Constructs a new fds. |
|
fds(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q)
Constructs a new fds. |
|
fds(Node parent,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds. |
|
fds(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds. |
|
fds(Node parent,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds. |
|
fds(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds. |
|
fds(Node parent,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds. |
|
fds(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds. |
|
fds(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fds, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fds(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fds, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fds(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 fds, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds(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 INIT)
Constructs a new fds, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds(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 fds, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds(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 INIT)
Constructs a new fds, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds(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 fds, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds(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 INIT)
Constructs a new fds, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds(Node parent,
ArgBlockList abl)
Constructs a new fds, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fds, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fde(Node parent)
Used only by child classes to pass up the parent cell. |
|
fde(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fde(Node parent,
Wire d,
Wire ce,
Wire q)
Constructs a new fde. |
|
fde(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q)
Constructs a new fde. |
|
fde(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new fde. |
|
fde(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new fde. |
|
fde(Node parent,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new fde. |
|
fde(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new fde. |
|
fde(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new fde. |
|
fde(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new fde. |
|
fde(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fde, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fde(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fde, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fde(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 fde, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fde(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 INIT)
Constructs a new fde, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fde(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 fde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde(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 INIT)
Constructs a new fde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde(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 fde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde(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 INIT)
Constructs a new fde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde(Node parent,
ArgBlockList abl)
Constructs a new fde, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fde(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fde, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgs(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufgs(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufgs(Node parent,
Wire i,
Wire o)
Constructs a new bufgs. |
|
bufgs(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufgs. |
|
bufgs(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgs, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufgs(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgs, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufgs(Node parent,
ArgBlockList abl)
Constructs a new bufgs, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgs(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufgs, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ld(Node parent)
Used only by child classes to pass up the parent cell. |
|
ld(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ld(Node parent,
Wire d,
Wire q)
Constructs a new ld. |
|
ld(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ld. |
|
ld(Node parent,
Wire g,
Wire d,
Wire q)
Constructs a new ld. |
|
ld(Node parent,
java.lang.String instanceName,
Wire g,
Wire d,
Wire q)
Constructs a new ld. |
|
ld(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ld, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ld(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ld, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ld(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ld, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ld(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 ld, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ld(Node parent,
ArgBlockList abl)
Constructs a new ld, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ld(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ld, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufge(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufge(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufge(Node parent,
Wire i,
Wire o)
Constructs a new bufge. |
|
bufge(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufge. |
|
bufge(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufge, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufge(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufge, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufge(Node parent,
ArgBlockList abl)
Constructs a new bufge, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufge(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufge, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1s_1(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)
|
|
ram16x1s_1(Node parent,
java.lang.String name,
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 INIT)
|
|
ram16x1s_1(Node parent,
java.lang.String name,
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)
|
|
ram16x1s_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x1s_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x1s_1. |
|
ram16x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x1s_1. |
|
ram16x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x1s_1. |
|
ram16x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x1s_1. |
|
ram16x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram16x1s_1. |
|
ram16x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram16x1s_1. |
|
ram16x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram16x1s_1. |
|
ram16x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram16x1s_1. |
|
ram16x1s_1(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 ram16x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x1s_1(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 INIT)
Constructs a new ram16x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram16x1s_1(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 ram16x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1s_1(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 INIT)
Constructs a new ram16x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1s_1(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 ram16x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1s_1(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 INIT)
Constructs a new ram16x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1s_1(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 ram16x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1s_1(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 INIT)
Constructs a new ram16x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1s_1(Node parent,
ArgBlockList abl)
Constructs a new ram16x1s_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1s_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x1s_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xorcy(Node parent)
Used only by child classes to pass up the parent cell. |
|
xorcy(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xorcy(Node parent,
Wire li,
Wire ci,
Wire o)
Constructs a new xorcy. |
|
xorcy(Node parent,
java.lang.String instanceName,
Wire li,
Wire ci,
Wire o)
Constructs a new xorcy. |
|
xorcy(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new xorcy, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xorcy(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 xorcy, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xorcy(Node parent,
ArgBlockList abl)
Constructs a new xorcy, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xorcy(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xorcy, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldcp(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldcp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldcp(Node parent,
Wire clr,
Wire pre,
Wire d,
Wire q)
Constructs a new ldcp. |
|
ldcp(Node parent,
java.lang.String instanceName,
Wire clr,
Wire pre,
Wire d,
Wire q)
Constructs a new ldcp. |
|
ldcp(Node parent,
Wire clr,
Wire pre,
Wire g,
Wire d,
Wire q)
Constructs a new ldcp. |
|
ldcp(Node parent,
java.lang.String instanceName,
Wire clr,
Wire pre,
Wire g,
Wire d,
Wire q)
Constructs a new ldcp. |
|
ldcp(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 ldcp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldcp(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 ldcp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldcp(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 ldcp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldcp(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 ldcp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldcp(Node parent,
ArgBlockList abl)
Constructs a new ldcp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldcp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldcp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldc_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldc_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldc_1(Node parent,
Wire clr,
Wire d,
Wire q)
Constructs a new ldc_1. |
|
ldc_1(Node parent,
java.lang.String instanceName,
Wire clr,
Wire d,
Wire q)
Constructs a new ldc_1. |
|
ldc_1(Node parent,
Wire clr,
Wire g,
Wire d,
Wire q)
Constructs a new ldc_1. |
|
ldc_1(Node parent,
java.lang.String instanceName,
Wire clr,
Wire g,
Wire d,
Wire q)
Constructs a new ldc_1. |
|
ldc_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ldc_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldc_1(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 ldc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldc_1(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 ldc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldc_1(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 ldc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldc_1(Node parent,
ArgBlockList abl)
Constructs a new ldc_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldc_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldc_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut2(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut2(Node parent,
Wire i,
Wire o)
Constructs a new lut2. |
|
lut2(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new lut2. |
|
lut2(Node parent,
Wire i,
Wire o,
java.lang.String INIT)
Constructs a new lut2. |
|
lut2(Node parent,
java.lang.String instanceName,
Wire i,
Wire o,
java.lang.String INIT)
Constructs a new lut2. |
|
lut2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut2, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut2(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut2(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut2(Node parent,
ArgBlockList abl)
Constructs a new lut2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
|
|
lut2(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
|
|
lut2(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
|
|
lde(Node parent)
Used only by child classes to pass up the parent cell. |
|
lde(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lde(Node parent,
Wire ge,
Wire d,
Wire q)
Constructs a new lde. |
|
lde(Node parent,
java.lang.String instanceName,
Wire ge,
Wire d,
Wire q)
Constructs a new lde. |
|
lde(Node parent,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new lde. |
|
lde(Node parent,
java.lang.String instanceName,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new lde. |
|
lde(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new lde, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lde(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 lde, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lde(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 lde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
lde(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 lde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
lde(Node parent,
ArgBlockList abl)
Constructs a new lde, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lde(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lde, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufcf(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufcf(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufcf(Node parent,
Wire i,
Wire o)
Constructs a new bufcf. |
|
bufcf(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufcf. |
|
bufcf(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufcf, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufcf(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufcf, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufcf(Node parent,
ArgBlockList abl)
Constructs a new bufcf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufcf(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufcf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf5_d(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxf5_d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxf5_d(Node parent,
Wire i0,
Wire i1,
Wire s,
Wire o,
Wire lo)
Constructs a new muxf5_d. |
|
muxf5_d(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire s,
Wire o,
Wire lo)
Constructs a new muxf5_d. |
|
muxf5_d(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 muxf5_d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxf5_d(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 muxf5_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxf5_d(Node parent,
ArgBlockList abl)
Constructs a new muxf5_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf5_d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxf5_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut2_d(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut2_d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut2_d(Node parent,
Wire i,
Wire lo,
Wire o)
Constructs a new lut2_d. |
|
lut2_d(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo,
Wire o)
Constructs a new lut2_d. |
|
lut2_d(Node parent,
Wire i,
Wire lo,
Wire o,
java.lang.String INIT)
Constructs a new lut2_d. |
|
lut2_d(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo,
Wire o,
java.lang.String INIT)
Constructs a new lut2_d. |
|
lut2_d(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new lut2_d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut2_d(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new lut2_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut2_d(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 lut2_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut2_d(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 INIT)
Constructs a new lut2_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut2_d(Node parent,
ArgBlockList abl)
Constructs a new lut2_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut2_d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut2_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut2_d(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)
|
|
lut2_d(Node parent,
java.lang.String name,
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 INIT)
|
|
lut2_d(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String s3,
Wire w3)
|
|
srl16e_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
srl16e_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
srl16e_1(Node parent,
Wire d,
Wire ce,
Wire a,
Wire q)
Constructs a new srl16e_1. |
|
srl16e_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire a,
Wire q)
Constructs a new srl16e_1. |
|
srl16e_1(Node parent,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q)
Constructs a new srl16e_1. |
|
srl16e_1(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q)
Constructs a new srl16e_1. |
|
srl16e_1(Node parent,
Wire d,
Wire ce,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16e_1. |
|
srl16e_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16e_1. |
|
srl16e_1(Node parent,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16e_1. |
|
srl16e_1(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16e_1. |
|
srl16e_1(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 srl16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
srl16e_1(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 INIT)
Constructs a new srl16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
srl16e_1(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 srl16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srl16e_1(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 INIT)
Constructs a new srl16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srl16e_1(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 srl16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16e_1(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 INIT)
Constructs a new srl16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16e_1(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 srl16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16e_1(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 INIT)
Constructs a new srl16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16e_1(Node parent,
ArgBlockList abl)
Constructs a new srl16e_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16e_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new srl16e_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16e_1(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)
|
|
srl16e_1(Node parent,
java.lang.String name,
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)
|
|
srl16e_1(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)
|
|
srl16e_1(Node parent,
java.lang.String name,
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)
|
|
bscan_virtex(Node parent)
Used only by child classes to pass up the parent cell. |
|
bscan_virtex(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bscan_virtex(Node parent,
Wire tdo1,
Wire tdo2,
Wire update,
Wire shift,
Wire reset,
Wire tdi,
Wire sel1,
Wire drck1,
Wire sel2,
Wire drck2)
Constructs a new bscan_virtex. |
|
bscan_virtex(Node parent,
java.lang.String instanceName,
Wire tdo1,
Wire tdo2,
Wire update,
Wire shift,
Wire reset,
Wire tdi,
Wire sel1,
Wire drck1,
Wire sel2,
Wire drck2)
Constructs a new bscan_virtex. |
|
bscan_virtex(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 bscan_virtex, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bscan_virtex(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 bscan_virtex, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bscan_virtex(Node parent,
ArgBlockList abl)
Constructs a new bscan_virtex, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bscan_virtex(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bscan_virtex, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
keeper(Node parent)
Used only by child classes to pass up the parent cell. |
|
keeper(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
keeper(Node parent,
Wire o)
Constructs a new keeper. |
|
keeper(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new keeper. |
|
keeper(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new keeper, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
keeper(Node parent,
ArgBlockList abl)
Constructs a new keeper, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
keeper(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new keeper, 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 . |
|
clkdll(Node parent)
Used only by child classes to pass up the parent cell. |
|
clkdll(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
clkdll(Node parent,
Wire clkin,
Wire clkfb,
Wire rst,
Wire clk0,
Wire clk90,
Wire clk180,
Wire clk270,
Wire clk2x,
Wire clkdv,
Wire locked)
Constructs a new clkdll. |
|
clkdll(Node parent,
java.lang.String instanceName,
Wire clkin,
Wire clkfb,
Wire rst,
Wire clk0,
Wire clk90,
Wire clk180,
Wire clk270,
Wire clk2x,
Wire clkdv,
Wire locked)
Constructs a new clkdll. |
|
clkdll(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 clkdll, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
clkdll(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 clkdll, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
clkdll(Node parent,
ArgBlockList abl)
Constructs a new clkdll, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
clkdll(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new clkdll, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1s_1(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)
|
|
ram32x1s_1(Node parent,
java.lang.String name,
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 INIT)
|
|
ram32x1s_1(Node parent,
java.lang.String name,
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)
|
|
ram32x1s_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram32x1s_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram32x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x1s_1. |
|
ram32x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x1s_1. |
|
ram32x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x1s_1. |
|
ram32x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x1s_1. |
|
ram32x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram32x1s_1. |
|
ram32x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram32x1s_1. |
|
ram32x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram32x1s_1. |
|
ram32x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram32x1s_1. |
|
ram32x1s_1(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 ram32x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram32x1s_1(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 INIT)
Constructs a new ram32x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram32x1s_1(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 ram32x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x1s_1(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 INIT)
Constructs a new ram32x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x1s_1(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 ram32x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s_1(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 INIT)
Constructs a new ram32x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s_1(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 ram32x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s_1(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 INIT)
Constructs a new ram32x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s_1(Node parent,
ArgBlockList abl)
Constructs a new ram32x1s_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1s_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram32x1s_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut3(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut3(Node parent,
Wire i,
Wire o)
Constructs a new lut3. |
|
lut3(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new lut3. |
|
lut3(Node parent,
Wire i,
Wire o,
java.lang.String INIT)
Constructs a new lut3. |
|
lut3(Node parent,
java.lang.String instanceName,
Wire i,
Wire o,
java.lang.String INIT)
Constructs a new lut3. |
|
lut3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut3, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut3(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut3(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut3(Node parent,
ArgBlockList abl)
Constructs a new lut3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut3(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)
|
|
lut3(Node parent,
java.lang.String name,
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 INIT)
|
|
lut3(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String s3,
Wire w3)
|
|
mult_and(Node parent)
Used only by child classes to pass up the parent cell. |
|
mult_and(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
mult_and(Node parent,
Wire i0,
Wire i1,
Wire lo)
Constructs a new mult_and. |
|
mult_and(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire lo)
Constructs a new mult_and. |
|
mult_and(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new mult_and, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
mult_and(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 mult_and, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
mult_and(Node parent,
ArgBlockList abl)
Constructs a new mult_and, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
mult_and(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new mult_and, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldpe(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldpe(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldpe(Node parent,
Wire pre,
Wire ge,
Wire d,
Wire q)
Constructs a new ldpe. |
|
ldpe(Node parent,
java.lang.String instanceName,
Wire pre,
Wire ge,
Wire d,
Wire q)
Constructs a new ldpe. |
|
ldpe(Node parent,
Wire pre,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldpe. |
|
ldpe(Node parent,
java.lang.String instanceName,
Wire pre,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldpe. |
|
ldpe(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 ldpe, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldpe(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 ldpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldpe(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 ldpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldpe(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 ldpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldpe(Node parent,
ArgBlockList abl)
Constructs a new ldpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldpe(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldp_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldp_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldp_1(Node parent,
Wire pre,
Wire d,
Wire q)
Constructs a new ldp_1. |
|
ldp_1(Node parent,
java.lang.String instanceName,
Wire pre,
Wire d,
Wire q)
Constructs a new ldp_1. |
|
ldp_1(Node parent,
Wire pre,
Wire g,
Wire d,
Wire q)
Constructs a new ldp_1. |
|
ldp_1(Node parent,
java.lang.String instanceName,
Wire pre,
Wire g,
Wire d,
Wire q)
Constructs a new ldp_1. |
|
ldp_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ldp_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldp_1(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 ldp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldp_1(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 ldp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldp_1(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 ldp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldp_1(Node parent,
ArgBlockList abl)
Constructs a new ldp_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldp_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldp_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf5_l(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxf5_l(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxf5_l(Node parent,
Wire i0,
Wire i1,
Wire s,
Wire lo)
Constructs a new muxf5_l. |
|
muxf5_l(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire s,
Wire lo)
Constructs a new muxf5_l. |
|
muxf5_l(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 muxf5_l, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxf5_l(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 muxf5_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxf5_l(Node parent,
ArgBlockList abl)
Constructs a new muxf5_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf5_l(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxf5_l, 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 . |
|
lut2_l(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut2_l(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut2_l(Node parent,
Wire i,
Wire lo)
Constructs a new lut2_l. |
|
lut2_l(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo)
Constructs a new lut2_l. |
|
lut2_l(Node parent,
Wire i,
Wire lo,
java.lang.String INIT)
Constructs a new lut2_l. |
|
lut2_l(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo,
java.lang.String INIT)
Constructs a new lut2_l. |
|
lut2_l(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut2_l, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut2_l(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut2_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut2_l(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut2_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut2_l(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut2_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut2_l(Node parent,
ArgBlockList abl)
Constructs a new lut2_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut2_l(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut2_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut2_l(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
|
|
lut2_l(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
|
|
lut2_l(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
|
|
muxcy(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxcy(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxcy(Node parent,
Wire di,
Wire ci,
Wire s,
Wire o)
Constructs a new muxcy. |
|
muxcy(Node parent,
java.lang.String instanceName,
Wire di,
Wire ci,
Wire s,
Wire o)
Constructs a new muxcy. |
|
muxcy(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 muxcy, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxcy(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 muxcy, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxcy(Node parent,
ArgBlockList abl)
Constructs a new muxcy, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxcy(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxcy, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufg_ann(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufg_ann(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufg_ann(Node parent,
Wire i,
Wire o)
Constructs a new bufg_ann. |
|
bufg_ann(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufg_ann. |
|
bufg_ann(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufg_ann, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufg_ann(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufg_ann, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufg_ann(Node parent,
ArgBlockList abl)
Constructs a new bufg_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufg_ann(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufg_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdr_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdr_g(Node parent,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdr_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdr_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 fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_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 INIT)
Constructs a new fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_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 fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_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,
java.lang.String INIT)
Constructs a new fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_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 fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_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,
java.lang.String INIT)
Constructs a new fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_g(Node parent,
ArgBlockList abl)
Constructs a new fdr_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdr_g, 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 . |
|
fdre_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdre_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdre_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_g. |
|
fdre_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 fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdre_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,
java.lang.String INIT)
Constructs a new fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdre_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 fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_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,
java.lang.String INIT)
Constructs a new fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_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,
java.lang.String s4,
Wire w4)
Constructs a new fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_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,
java.lang.String s4,
Wire w4)
Constructs a new fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_g(Node parent,
ArgBlockList abl)
Constructs a new fdre_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdre_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcpe(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdcpe(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdcpe(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcpe. |
|
fdcpe(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 fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdcpe(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 INIT)
Constructs a new fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdcpe(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 fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcpe(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 INIT)
Constructs a new fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcpe(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 fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcpe(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 INIT)
Constructs a new fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcpe(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 fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcpe(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 INIT)
Constructs a new fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcpe(Node parent,
ArgBlockList abl)
Constructs a new fdcpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcpe(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdcpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lde_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
lde_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lde_1(Node parent,
Wire ge,
Wire d,
Wire q)
Constructs a new lde_1. |
|
lde_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire d,
Wire q)
Constructs a new lde_1. |
|
lde_1(Node parent,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new lde_1. |
|
lde_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new lde_1. |
|
lde_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new lde_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lde_1(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 lde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lde_1(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 lde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
lde_1(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 lde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
lde_1(Node parent,
ArgBlockList abl)
Constructs a new lde_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lde_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lde_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut4(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut4(Node parent,
Wire i,
Wire o)
Constructs a new lut4. |
|
lut4(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new lut4. |
|
lut4(Node parent,
Wire i,
Wire o,
java.lang.String INIT)
Constructs a new lut4. |
|
lut4(Node parent,
java.lang.String instanceName,
Wire i,
Wire o,
java.lang.String INIT)
Constructs a new lut4. |
|
lut4(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut4(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut4, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut4(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut4(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut4(Node parent,
ArgBlockList abl)
Constructs a new lut4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut4(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)
|
|
lut4(Node parent,
java.lang.String name,
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 INIT)
|
|
lut4(Node parent,
java.lang.String name,
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)
|
|
bufgls(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufgls(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufgls(Node parent,
Wire i,
Wire o)
Constructs a new bufgls. |
|
bufgls(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufgls. |
|
bufgls(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgls, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufgls(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgls, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufgls(Node parent,
ArgBlockList abl)
Constructs a new bufgls, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgls(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufgls, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ld_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ld_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ld_1(Node parent,
Wire d,
Wire q)
Constructs a new ld_1. |
|
ld_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ld_1. |
|
ld_1(Node parent,
Wire g,
Wire d,
Wire q)
Constructs a new ld_1. |
|
ld_1(Node parent,
java.lang.String instanceName,
Wire g,
Wire d,
Wire q)
Constructs a new ld_1. |
|
ld_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ld_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ld_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ld_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ld_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ld_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ld_1(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 ld_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ld_1(Node parent,
ArgBlockList abl)
Constructs a new ld_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ld_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ld_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut4_d(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut4_d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut4_d(Node parent,
Wire i,
Wire lo,
Wire o)
Constructs a new lut4_d. |
|
lut4_d(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo,
Wire o)
Constructs a new lut4_d. |
|
lut4_d(Node parent,
Wire i,
Wire lo,
Wire o,
java.lang.String INIT)
Constructs a new lut4_d. |
|
lut4_d(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo,
Wire o,
java.lang.String INIT)
Constructs a new lut4_d. |
|
lut4_d(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new lut4_d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut4_d(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new lut4_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut4_d(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 lut4_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut4_d(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 INIT)
Constructs a new lut4_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut4_d(Node parent,
ArgBlockList abl)
Constructs a new lut4_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut4_d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut4_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut4_d(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)
|
|
lut4_d(Node parent,
java.lang.String name,
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 INIT)
|
|
lut4_d(Node parent,
java.lang.String name,
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)
|
|
ldpe_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldpe_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldpe_1(Node parent,
Wire pre,
Wire ge,
Wire d,
Wire q)
Constructs a new ldpe_1. |
|
ldpe_1(Node parent,
java.lang.String instanceName,
Wire pre,
Wire ge,
Wire d,
Wire q)
Constructs a new ldpe_1. |
|
ldpe_1(Node parent,
Wire pre,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldpe_1. |
|
ldpe_1(Node parent,
java.lang.String instanceName,
Wire pre,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldpe_1. |
|
ldpe_1(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 ldpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldpe_1(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 ldpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldpe_1(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 ldpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldpe_1(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 ldpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldpe_1(Node parent,
ArgBlockList abl)
Constructs a new ldpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldpe_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldcp_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldcp_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldcp_1(Node parent,
Wire clr,
Wire pre,
Wire d,
Wire q)
Constructs a new ldcp_1. |
|
ldcp_1(Node parent,
java.lang.String instanceName,
Wire clr,
Wire pre,
Wire d,
Wire q)
Constructs a new ldcp_1. |
|
ldcp_1(Node parent,
Wire clr,
Wire pre,
Wire g,
Wire d,
Wire q)
Constructs a new ldcp_1. |
|
ldcp_1(Node parent,
java.lang.String instanceName,
Wire clr,
Wire pre,
Wire g,
Wire d,
Wire q)
Constructs a new ldcp_1. |
|
ldcp_1(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 ldcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldcp_1(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 ldcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldcp_1(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 ldcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldcp_1(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 ldcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldcp_1(Node parent,
ArgBlockList abl)
Constructs a new ldcp_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldcp_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldcp_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
capture_virtex(Node parent)
Used only by child classes to pass up the parent cell. |
|
capture_virtex(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
capture_virtex(Node parent,
Wire cap,
Wire clk)
Constructs a new capture_virtex. |
|
capture_virtex(Node parent,
java.lang.String instanceName,
Wire cap,
Wire clk)
Constructs a new capture_virtex. |
|
capture_virtex(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new capture_virtex, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
capture_virtex(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new capture_virtex, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
capture_virtex(Node parent,
ArgBlockList abl)
Constructs a new capture_virtex, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
capture_virtex(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new capture_virtex, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdc_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdc_1(Node parent,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdc_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdc_1(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 fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_1(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 INIT)
Constructs a new fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_1(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 fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1(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 INIT)
Constructs a new fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1(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 fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1(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 INIT)
Constructs a new fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1(Node parent,
ArgBlockList abl)
Constructs a new fdc_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdc_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut1_d(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut1_d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut1_d(Node parent,
Wire i0,
Wire lo,
Wire o)
Constructs a new lut1_d. |
|
lut1_d(Node parent,
java.lang.String instanceName,
Wire i0,
Wire lo,
Wire o)
Constructs a new lut1_d. |
|
lut1_d(Node parent,
Wire i0,
Wire lo,
Wire o,
java.lang.String INIT)
Constructs a new lut1_d. |
|
lut1_d(Node parent,
java.lang.String instanceName,
Wire i0,
Wire lo,
Wire o,
java.lang.String INIT)
Constructs a new lut1_d. |
|
lut1_d(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new lut1_d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut1_d(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new lut1_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut1_d(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 lut1_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut1_d(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 INIT)
Constructs a new lut1_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut1_d(Node parent,
ArgBlockList abl)
Constructs a new lut1_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut1_d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut1_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16e(Node parent)
Used only by child classes to pass up the parent cell. |
|
srl16e(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
srl16e(Node parent,
Wire d,
Wire ce,
Wire a,
Wire q)
Constructs a new srl16e. |
|
srl16e(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire a,
Wire q)
Constructs a new srl16e. |
|
srl16e(Node parent,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q)
Constructs a new srl16e. |
|
srl16e(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q)
Constructs a new srl16e. |
|
srl16e(Node parent,
Wire d,
Wire ce,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16e. |
|
srl16e(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16e. |
|
srl16e(Node parent,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16e. |
|
srl16e(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16e. |
|
srl16e(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 srl16e, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
srl16e(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 INIT)
Constructs a new srl16e, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
srl16e(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 srl16e, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srl16e(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 INIT)
Constructs a new srl16e, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srl16e(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 srl16e, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16e(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 INIT)
Constructs a new srl16e, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16e(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 srl16e, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16e(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 INIT)
Constructs a new srl16e, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16e(Node parent,
ArgBlockList abl)
Constructs a new srl16e, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16e(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new srl16e, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16e(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)
|
|
srl16e(Node parent,
java.lang.String name,
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)
|
|
srl16e(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)
|
|
srl16e(Node parent,
java.lang.String name,
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)
|
|
muxf5(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxf5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxf5(Node parent,
Wire i0,
Wire i1,
Wire s,
Wire o)
Constructs a new muxf5. |
|
muxf5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire s,
Wire o)
Constructs a new muxf5. |
|
muxf5(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 muxf5, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxf5(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 muxf5, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxf5(Node parent,
ArgBlockList abl)
Constructs a new muxf5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxf5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcpe_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdcpe_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdcpe_1(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcpe_1. |
|
fdcpe_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcpe_1. |
|
fdcpe_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcpe_1. |
|
fdcpe_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcpe_1. |
|
fdcpe_1(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcpe_1. |
|
fdcpe_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcpe_1. |
|
fdcpe_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcpe_1. |
|
fdcpe_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcpe_1. |
|
fdcpe_1(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 fdcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdcpe_1(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 INIT)
Constructs a new fdcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdcpe_1(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 fdcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcpe_1(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 INIT)
Constructs a new fdcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcpe_1(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 fdcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcpe_1(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 INIT)
Constructs a new fdcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcpe_1(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 fdcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcpe_1(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 INIT)
Constructs a new fdcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcpe_1(Node parent,
ArgBlockList abl)
Constructs a new fdcpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcpe_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdcpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdp(Node parent,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp. |
|
fdp(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp. |
|
fdp(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp. |
|
fdp(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp. |
|
fdp(Node parent,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp. |
|
fdp(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp. |
|
fdp(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp. |
|
fdp(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp. |
|
fdp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdp(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 fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp(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 INIT)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp(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 fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp(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 INIT)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp(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 fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp(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 INIT)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp(Node parent,
ArgBlockList abl)
Constructs a new fdp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_agp(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_agp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_agp(Node parent,
Wire i,
Wire o)
Constructs a new obuf_agp. |
|
obuf_agp(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_agp. |
|
obuf_agp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_agp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_agp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_agp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_agp(Node parent,
ArgBlockList abl)
Constructs a new obuf_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_agp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_ctt(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_ctt(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_ctt(Node parent,
Wire i,
Wire o)
Constructs a new obuf_ctt. |
|
obuf_ctt(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_ctt. |
|
obuf_ctt(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_ctt(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_ctt(Node parent,
ArgBlockList abl)
Constructs a new obuf_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_ctt(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_sstl3_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_sstl3_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_sstl3_ii(Node parent,
Wire i,
Wire o)
Constructs a new obuf_sstl3_ii. |
|
obuf_sstl3_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_sstl3_ii. |
|
obuf_sstl3_ii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_sstl3_ii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_sstl3_ii(Node parent,
ArgBlockList abl)
Constructs a new obuf_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_sstl3_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_sstl3_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_sstl3_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_sstl3_i(Node parent,
Wire i,
Wire o)
Constructs a new obuf_sstl3_i. |
|
obuf_sstl3_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_sstl3_i. |
|
obuf_sstl3_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_sstl3_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_sstl3_i(Node parent,
ArgBlockList abl)
Constructs a new obuf_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_sstl3_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_sstl2_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_sstl2_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_sstl2_ii(Node parent,
Wire i,
Wire o)
Constructs a new obuf_sstl2_ii. |
|
obuf_sstl2_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_sstl2_ii. |
|
obuf_sstl2_ii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_sstl2_ii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_sstl2_ii(Node parent,
ArgBlockList abl)
Constructs a new obuf_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_sstl2_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_sstl2_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_sstl2_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_sstl2_i(Node parent,
Wire i,
Wire o)
Constructs a new obuf_sstl2_i. |
|
obuf_sstl2_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_sstl2_i. |
|
obuf_sstl2_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_sstl2_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_sstl2_i(Node parent,
ArgBlockList abl)
Constructs a new obuf_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_sstl2_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_hstl_iv(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_hstl_iv(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_hstl_iv(Node parent,
Wire i,
Wire o)
Constructs a new obuf_hstl_iv. |
|
obuf_hstl_iv(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_hstl_iv. |
|
obuf_hstl_iv(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_hstl_iv(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_hstl_iv(Node parent,
ArgBlockList abl)
Constructs a new obuf_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_hstl_iv(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_hstl_iii(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_hstl_iii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_hstl_iii(Node parent,
Wire i,
Wire o)
Constructs a new obuf_hstl_iii. |
|
obuf_hstl_iii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_hstl_iii. |
|
obuf_hstl_iii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_hstl_iii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_hstl_iii(Node parent,
ArgBlockList abl)
Constructs a new obuf_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_hstl_iii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_hstl_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_hstl_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_hstl_i(Node parent,
Wire i,
Wire o)
Constructs a new obuf_hstl_i. |
|
obuf_hstl_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_hstl_i. |
|
obuf_hstl_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_hstl_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_hstl_i(Node parent,
ArgBlockList abl)
Constructs a new obuf_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_hstl_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_gtlp(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_gtlp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_gtlp(Node parent,
Wire i,
Wire o)
Constructs a new obuf_gtlp. |
|
obuf_gtlp(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_gtlp. |
|
obuf_gtlp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_gtlp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_gtlp(Node parent,
ArgBlockList abl)
Constructs a new obuf_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_gtlp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_gtl(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_gtl(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_gtl(Node parent,
Wire i,
Wire o)
Constructs a new obuf_gtl. |
|
obuf_gtl(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_gtl. |
|
obuf_gtl(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_gtl(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_gtl(Node parent,
ArgBlockList abl)
Constructs a new obuf_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_gtl(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_pci66_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_pci66_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_pci66_3(Node parent,
Wire i,
Wire o)
Constructs a new obuf_pci66_3. |
|
obuf_pci66_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_pci66_3. |
|
obuf_pci66_3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_pci66_3(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_pci66_3(Node parent,
ArgBlockList abl)
Constructs a new obuf_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_pci66_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_pci33_5(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_pci33_5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_pci33_5(Node parent,
Wire i,
Wire o)
Constructs a new obuf_pci33_5. |
|
obuf_pci33_5(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_pci33_5. |
|
obuf_pci33_5(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_pci33_5(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_pci33_5(Node parent,
ArgBlockList abl)
Constructs a new obuf_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_pci33_5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_pci33_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_pci33_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_pci33_3(Node parent,
Wire i,
Wire o)
Constructs a new obuf_pci33_3. |
|
obuf_pci33_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_pci33_3. |
|
obuf_pci33_3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_pci33_3(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_pci33_3(Node parent,
ArgBlockList abl)
Constructs a new obuf_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_pci33_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_lvcmos2(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_lvcmos2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_lvcmos2(Node parent,
Wire i,
Wire o)
Constructs a new obuf_lvcmos2. |
|
obuf_lvcmos2(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_lvcmos2. |
|
obuf_lvcmos2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_lvcmos2(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_lvcmos2(Node parent,
ArgBlockList abl)
Constructs a new obuf_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_lvcmos2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_24(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_f_24(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_f_24(Node parent,
Wire i,
Wire o)
Constructs a new obuf_f_24. |
|
obuf_f_24(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_f_24. |
|
obuf_f_24(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_24, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_f_24(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_24, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_f_24(Node parent,
ArgBlockList abl)
Constructs a new obuf_f_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_24(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_f_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_16(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_f_16(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_f_16(Node parent,
Wire i,
Wire o)
Constructs a new obuf_f_16. |
|
obuf_f_16(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_f_16. |
|
obuf_f_16(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_16, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_f_16(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_16, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_f_16(Node parent,
ArgBlockList abl)
Constructs a new obuf_f_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_16(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_f_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_12(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_f_12(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_f_12(Node parent,
Wire i,
Wire o)
Constructs a new obuf_f_12. |
|
obuf_f_12(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_f_12. |
|
obuf_f_12(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_12, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_f_12(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_12, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_f_12(Node parent,
ArgBlockList abl)
Constructs a new obuf_f_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_12(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_f_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_8(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_f_8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_f_8(Node parent,
Wire i,
Wire o)
Constructs a new obuf_f_8. |
|
obuf_f_8(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_f_8. |
|
obuf_f_8(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_8, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_f_8(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_8, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_f_8(Node parent,
ArgBlockList abl)
Constructs a new obuf_f_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_f_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_6(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_f_6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_f_6(Node parent,
Wire i,
Wire o)
Constructs a new obuf_f_6. |
|
obuf_f_6(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_f_6. |
|
obuf_f_6(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_6, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_f_6(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_6, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_f_6(Node parent,
ArgBlockList abl)
Constructs a new obuf_f_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_f_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_4(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_f_4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_f_4(Node parent,
Wire i,
Wire o)
Constructs a new obuf_f_4. |
|
obuf_f_4(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_f_4. |
|
obuf_f_4(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_f_4(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_f_4(Node parent,
ArgBlockList abl)
Constructs a new obuf_f_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_f_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_2(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_f_2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_f_2(Node parent,
Wire i,
Wire o)
Constructs a new obuf_f_2. |
|
obuf_f_2(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_f_2. |
|
obuf_f_2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_f_2(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_f_2(Node parent,
ArgBlockList abl)
Constructs a new obuf_f_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_f_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_24(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_s_24(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_s_24(Node parent,
Wire i,
Wire o)
Constructs a new obuf_s_24. |
|
obuf_s_24(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_s_24. |
|
obuf_s_24(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_24, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_s_24(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_24, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_s_24(Node parent,
ArgBlockList abl)
Constructs a new obuf_s_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_24(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_s_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_16(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_s_16(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_s_16(Node parent,
Wire i,
Wire o)
Constructs a new obuf_s_16. |
|
obuf_s_16(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_s_16. |
|
obuf_s_16(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_16, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_s_16(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_16, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_s_16(Node parent,
ArgBlockList abl)
Constructs a new obuf_s_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_16(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_s_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_12(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_s_12(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_s_12(Node parent,
Wire i,
Wire o)
Constructs a new obuf_s_12. |
|
obuf_s_12(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_s_12. |
|
obuf_s_12(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_12, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_s_12(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_12, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_s_12(Node parent,
ArgBlockList abl)
Constructs a new obuf_s_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_12(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_s_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_8(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_s_8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_s_8(Node parent,
Wire i,
Wire o)
Constructs a new obuf_s_8. |
|
obuf_s_8(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_s_8. |
|
obuf_s_8(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_8, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_s_8(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_8, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_s_8(Node parent,
ArgBlockList abl)
Constructs a new obuf_s_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_s_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_6(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_s_6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_s_6(Node parent,
Wire i,
Wire o)
Constructs a new obuf_s_6. |
|
obuf_s_6(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_s_6. |
|
obuf_s_6(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_6, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_s_6(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_6, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_s_6(Node parent,
ArgBlockList abl)
Constructs a new obuf_s_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_s_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_4(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_s_4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_s_4(Node parent,
Wire i,
Wire o)
Constructs a new obuf_s_4. |
|
obuf_s_4(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_s_4. |
|
obuf_s_4(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_s_4(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_s_4(Node parent,
ArgBlockList abl)
Constructs a new obuf_s_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_s_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_2(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_s_2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_s_2(Node parent,
Wire i,
Wire o)
Constructs a new obuf_s_2. |
|
obuf_s_2(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_s_2. |
|
obuf_s_2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_s_2(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_s_2(Node parent,
ArgBlockList abl)
Constructs a new obuf_s_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_s_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1d_1(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12)
|
|
ram16x1d_1(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12)
|
|
ram16x1d_1(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String INIT)
|
|
ram16x1d_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x1d_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x1d_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x1d_1. |
|
ram16x1d_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x1d_1. |
|
ram16x1d_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x1d_1. |
|
ram16x1d_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x1d_1. |
|
ram16x1d_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT)
Constructs a new ram16x1d_1. |
|
ram16x1d_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT)
Constructs a new ram16x1d_1. |
|
ram16x1d_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT)
Constructs a new ram16x1d_1. |
|
ram16x1d_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT)
Constructs a new ram16x1d_1. |
|
ram16x1d_1(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 ram16x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x1d_1(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 INIT)
Constructs a new ram16x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram16x1d_1(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 ram16x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1d_1(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 INIT)
Constructs a new ram16x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1d_1(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 ram16x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1d_1(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 INIT)
Constructs a new ram16x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1d_1(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 ram16x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1d_1(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 INIT)
Constructs a new ram16x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1d_1(Node parent,
ArgBlockList abl)
Constructs a new ram16x1d_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1d_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x1d_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut4_l(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut4_l(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut4_l(Node parent,
Wire i,
Wire lo)
Constructs a new lut4_l. |
|
lut4_l(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo)
Constructs a new lut4_l. |
|
lut4_l(Node parent,
Wire i,
Wire lo,
java.lang.String INIT)
Constructs a new lut4_l. |
|
lut4_l(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo,
java.lang.String INIT)
Constructs a new lut4_l. |
|
lut4_l(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut4_l, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut4_l(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut4_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut4_l(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut4_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut4_l(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut4_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut4_l(Node parent,
ArgBlockList abl)
Constructs a new lut4_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut4_l(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut4_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut4_l(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)
|
|
lut4_l(Node parent,
java.lang.String name,
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 INIT)
|
|
lut4_l(Node parent,
java.lang.String name,
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)
|
|
ibufg_agp(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_agp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_agp(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_agp. |
|
ibufg_agp(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_agp. |
|
ibufg_agp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_agp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_agp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_agp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_agp(Node parent,
ArgBlockList abl)
Constructs a new ibufg_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_agp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_ctt(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_ctt(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_ctt(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_ctt. |
|
ibufg_ctt(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_ctt. |
|
ibufg_ctt(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_ctt(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_ctt(Node parent,
ArgBlockList abl)
Constructs a new ibufg_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_ctt(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl3_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_sstl3_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_sstl3_ii(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_sstl3_ii. |
|
ibufg_sstl3_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_sstl3_ii. |
|
ibufg_sstl3_ii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_sstl3_ii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_sstl3_ii(Node parent,
ArgBlockList abl)
Constructs a new ibufg_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl3_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl3_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_sstl3_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_sstl3_i(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_sstl3_i. |
|
ibufg_sstl3_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_sstl3_i. |
|
ibufg_sstl3_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_sstl3_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_sstl3_i(Node parent,
ArgBlockList abl)
Constructs a new ibufg_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl3_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl2_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_sstl2_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_sstl2_ii(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_sstl2_ii. |
|
ibufg_sstl2_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_sstl2_ii. |
|
ibufg_sstl2_ii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_sstl2_ii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_sstl2_ii(Node parent,
ArgBlockList abl)
Constructs a new ibufg_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl2_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl2_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_sstl2_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_sstl2_i(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_sstl2_i. |
|
ibufg_sstl2_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_sstl2_i. |
|
ibufg_sstl2_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_sstl2_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_sstl2_i(Node parent,
ArgBlockList abl)
Constructs a new ibufg_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl2_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_hstl_iv(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_hstl_iv(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_hstl_iv(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_hstl_iv. |
|
ibufg_hstl_iv(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_hstl_iv. |
|
ibufg_hstl_iv(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_hstl_iv(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_hstl_iv(Node parent,
ArgBlockList abl)
Constructs a new ibufg_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_hstl_iv(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_hstl_iii(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_hstl_iii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_hstl_iii(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_hstl_iii. |
|
ibufg_hstl_iii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_hstl_iii. |
|
ibufg_hstl_iii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_hstl_iii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_hstl_iii(Node parent,
ArgBlockList abl)
Constructs a new ibufg_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_hstl_iii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_hstl_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_hstl_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_hstl_i(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_hstl_i. |
|
ibufg_hstl_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_hstl_i. |
|
ibufg_hstl_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_hstl_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_hstl_i(Node parent,
ArgBlockList abl)
Constructs a new ibufg_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_hstl_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_gtlp(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_gtlp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_gtlp(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_gtlp. |
|
ibufg_gtlp(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_gtlp. |
|
ibufg_gtlp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_gtlp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_gtlp(Node parent,
ArgBlockList abl)
Constructs a new ibufg_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_gtlp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_gtl(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_gtl(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_gtl(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_gtl. |
|
ibufg_gtl(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_gtl. |
|
ibufg_gtl(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_gtl(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_gtl(Node parent,
ArgBlockList abl)
Constructs a new ibufg_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_gtl(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_pci66_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_pci66_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_pci66_3(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_pci66_3. |
|
ibufg_pci66_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_pci66_3. |
|
ibufg_pci66_3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_pci66_3(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_pci66_3(Node parent,
ArgBlockList abl)
Constructs a new ibufg_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_pci66_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_pci33_5(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_pci33_5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_pci33_5(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_pci33_5. |
|
ibufg_pci33_5(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_pci33_5. |
|
ibufg_pci33_5(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_pci33_5(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_pci33_5(Node parent,
ArgBlockList abl)
Constructs a new ibufg_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_pci33_5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_pci33_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_pci33_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_pci33_3(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_pci33_3. |
|
ibufg_pci33_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_pci33_3. |
|
ibufg_pci33_3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_pci33_3(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_pci33_3(Node parent,
ArgBlockList abl)
Constructs a new ibufg_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_pci33_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_lvcmos2(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_lvcmos2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_lvcmos2(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_lvcmos2. |
|
ibufg_lvcmos2(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_lvcmos2. |
|
ibufg_lvcmos2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_lvcmos2(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_lvcmos2(Node parent,
ArgBlockList abl)
Constructs a new ibufg_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_lvcmos2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg(Node parent,
Wire i,
Wire o)
Constructs a new ibufg. |
|
ibufg(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg. |
|
ibufg(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg(Node parent,
ArgBlockList abl)
Constructs a new ibufg, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
clkdllhf(Node parent)
Used only by child classes to pass up the parent cell. |
|
clkdllhf(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
clkdllhf(Node parent,
Wire clkin,
Wire clkfb,
Wire rst,
Wire clk0,
Wire clk180,
Wire clkdv,
Wire locked)
Constructs a new clkdllhf. |
|
clkdllhf(Node parent,
java.lang.String instanceName,
Wire clkin,
Wire clkfb,
Wire rst,
Wire clk0,
Wire clk180,
Wire clkdv,
Wire locked)
Constructs a new clkdllhf. |
|
clkdllhf(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 clkdllhf, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
clkdllhf(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 clkdllhf, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
clkdllhf(Node parent,
ArgBlockList abl)
Constructs a new clkdllhf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
clkdllhf(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new clkdllhf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut1_l(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut1_l(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut1_l(Node parent,
Wire i0,
Wire lo)
Constructs a new lut1_l. |
|
lut1_l(Node parent,
java.lang.String instanceName,
Wire i0,
Wire lo)
Constructs a new lut1_l. |
|
lut1_l(Node parent,
Wire i0,
Wire lo,
java.lang.String INIT)
Constructs a new lut1_l. |
|
lut1_l(Node parent,
java.lang.String instanceName,
Wire i0,
Wire lo,
java.lang.String INIT)
Constructs a new lut1_l. |
|
lut1_l(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut1_l, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut1_l(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut1_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut1_l(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut1_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut1_l(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut1_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut1_l(Node parent,
ArgBlockList abl)
Constructs a new lut1_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut1_l(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut1_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xorcy_d(Node parent)
Used only by child classes to pass up the parent cell. |
|
xorcy_d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xorcy_d(Node parent,
Wire li,
Wire ci,
Wire o,
Wire lo)
Constructs a new xorcy_d. |
|
xorcy_d(Node parent,
java.lang.String instanceName,
Wire li,
Wire ci,
Wire o,
Wire lo)
Constructs a new xorcy_d. |
|
xorcy_d(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 xorcy_d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xorcy_d(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 xorcy_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xorcy_d(Node parent,
ArgBlockList abl)
Constructs a new xorcy_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xorcy_d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xorcy_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
srl16_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
srl16_1(Node parent,
Wire d,
Wire a,
Wire q)
Constructs a new srl16_1. |
|
srl16_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire a,
Wire q)
Constructs a new srl16_1. |
|
srl16_1(Node parent,
Wire CLK,
Wire d,
Wire a,
Wire q)
Constructs a new srl16_1. |
|
srl16_1(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire a,
Wire q)
Constructs a new srl16_1. |
|
srl16_1(Node parent,
Wire d,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16_1. |
|
srl16_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16_1. |
|
srl16_1(Node parent,
Wire CLK,
Wire d,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16_1. |
|
srl16_1(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16_1. |
|
srl16_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new srl16_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
srl16_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new srl16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
srl16_1(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 srl16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srl16_1(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 INIT)
Constructs a new srl16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srl16_1(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 srl16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16_1(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 INIT)
Constructs a new srl16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16_1(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 srl16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16_1(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 INIT)
Constructs a new srl16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16_1(Node parent,
ArgBlockList abl)
Constructs a new srl16_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new srl16_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16_1(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)
|
|
srl16_1(Node parent,
java.lang.String name,
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)
|
|
srl16_1(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)
|
|
srl16_1(Node parent,
java.lang.String name,
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)
|
|
ldp(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldp(Node parent,
Wire pre,
Wire d,
Wire q)
Constructs a new ldp. |
|
ldp(Node parent,
java.lang.String instanceName,
Wire pre,
Wire d,
Wire q)
Constructs a new ldp. |
|
ldp(Node parent,
Wire pre,
Wire g,
Wire d,
Wire q)
Constructs a new ldp. |
|
ldp(Node parent,
java.lang.String instanceName,
Wire pre,
Wire g,
Wire d,
Wire q)
Constructs a new ldp. |
|
ldp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ldp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldp(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 ldp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldp(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 ldp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldp(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 ldp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldp(Node parent,
ArgBlockList abl)
Constructs a new ldp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf6(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxf6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxf6(Node parent,
Wire i0,
Wire i1,
Wire s,
Wire o)
Constructs a new muxf6. |
|
muxf6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire s,
Wire o)
Constructs a new muxf6. |
|
muxf6(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 muxf6, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxf6(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 muxf6, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxf6(Node parent,
ArgBlockList abl)
Constructs a new muxf6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxf6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxcy_d(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxcy_d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxcy_d(Node parent,
Wire di,
Wire ci,
Wire s,
Wire o,
Wire lo)
Constructs a new muxcy_d. |
|
muxcy_d(Node parent,
java.lang.String instanceName,
Wire di,
Wire ci,
Wire s,
Wire o,
Wire lo)
Constructs a new muxcy_d. |
|
muxcy_d(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 muxcy_d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxcy_d(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 muxcy_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxcy_d(Node parent,
ArgBlockList abl)
Constructs a new muxcy_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxcy_d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxcy_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdc(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdc(Node parent,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc. |
|
fdc(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc. |
|
fdc(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc. |
|
fdc(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc. |
|
fdc(Node parent,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc. |
|
fdc(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc. |
|
fdc(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc. |
|
fdc(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc. |
|
fdc(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdc(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdc(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 fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc(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 INIT)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc(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 fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc(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 INIT)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc(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 fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc(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 INIT)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc(Node parent,
ArgBlockList abl)
Constructs a new fdc, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdc, 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 . |
|
fdp_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdp_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdp_g(Node parent,
Wire d,
Wire clr,
Wire q)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdp_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdp_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 fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_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 INIT)
Constructs a new fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_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 fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_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,
java.lang.String INIT)
Constructs a new fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_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 fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_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,
java.lang.String INIT)
Constructs a new fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_g(Node parent,
ArgBlockList abl)
Constructs a new fdp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
startup_virtex(Node parent)
Used only by child classes to pass up the parent cell. |
|
startup_virtex(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
startup_virtex(Node parent,
Wire gsr,
Wire gts,
Wire clk)
Constructs a new startup_virtex. |
|
startup_virtex(Node parent,
java.lang.String instanceName,
Wire gsr,
Wire gts,
Wire clk)
Constructs a new startup_virtex. |
|
startup_virtex(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new startup_virtex, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
startup_virtex(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 startup_virtex, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
startup_virtex(Node parent,
ArgBlockList abl)
Constructs a new startup_virtex, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
startup_virtex(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new startup_virtex, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fde_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fde_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fde_1(Node parent,
Wire ce,
Wire d,
Wire q)
Constructs a new fde_1. |
|
fde_1(Node parent,
java.lang.String instanceName,
Wire ce,
Wire d,
Wire q)
Constructs a new fde_1. |
|
fde_1(Node parent,
Wire c,
Wire ce,
Wire d,
Wire q)
Constructs a new fde_1. |
|
fde_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire ce,
Wire d,
Wire q)
Constructs a new fde_1. |
|
fde_1(Node parent,
Wire ce,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fde_1. |
|
fde_1(Node parent,
java.lang.String instanceName,
Wire ce,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fde_1. |
|
fde_1(Node parent,
Wire c,
Wire ce,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fde_1. |
|
fde_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire ce,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fde_1. |
|
fde_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fde_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fde_1(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 fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fde_1(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 INIT)
Constructs a new fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fde_1(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 fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde_1(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 INIT)
Constructs a new fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde_1(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 fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde_1(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 INIT)
Constructs a new fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde_1(Node parent,
ArgBlockList abl)
Constructs a new fde_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fde_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fde_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16(Node parent)
Used only by child classes to pass up the parent cell. |
|
srl16(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
srl16(Node parent,
Wire d,
Wire a,
Wire q)
Constructs a new srl16. |
|
srl16(Node parent,
java.lang.String instanceName,
Wire d,
Wire a,
Wire q)
Constructs a new srl16. |
|
srl16(Node parent,
Wire CLK,
Wire d,
Wire a,
Wire q)
Constructs a new srl16. |
|
srl16(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire a,
Wire q)
Constructs a new srl16. |
|
srl16(Node parent,
Wire d,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16. |
|
srl16(Node parent,
java.lang.String instanceName,
Wire d,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16. |
|
srl16(Node parent,
Wire CLK,
Wire d,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16. |
|
srl16(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16. |
|
srl16(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new srl16, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
srl16(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new srl16, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
srl16(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 srl16, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srl16(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 INIT)
Constructs a new srl16, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srl16(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 srl16, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16(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 INIT)
Constructs a new srl16, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16(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 srl16, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16(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 INIT)
Constructs a new srl16, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16(Node parent,
ArgBlockList abl)
Constructs a new srl16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new srl16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16(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)
|
|
srl16(Node parent,
java.lang.String name,
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)
|
|
srl16(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)
|
|
srl16(Node parent,
java.lang.String name,
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)
|
|
ibuf_agp(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_agp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_agp(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_agp. |
|
ibuf_agp(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_agp. |
|
ibuf_agp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_agp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_agp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_agp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_agp(Node parent,
ArgBlockList abl)
Constructs a new ibuf_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_agp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_ctt(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_ctt(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_ctt(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_ctt. |
|
ibuf_ctt(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_ctt. |
|
ibuf_ctt(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_ctt(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_ctt(Node parent,
ArgBlockList abl)
Constructs a new ibuf_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_ctt(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_sstl3_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_sstl3_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_sstl3_ii(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_sstl3_ii. |
|
ibuf_sstl3_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_sstl3_ii. |
|
ibuf_sstl3_ii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_sstl3_ii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_sstl3_ii(Node parent,
ArgBlockList abl)
Constructs a new ibuf_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_sstl3_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_sstl3_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_sstl3_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_sstl3_i(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_sstl3_i. |
|
ibuf_sstl3_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_sstl3_i. |
|
ibuf_sstl3_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_sstl3_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_sstl3_i(Node parent,
ArgBlockList abl)
Constructs a new ibuf_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_sstl3_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_sstl2_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_sstl2_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_sstl2_ii(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_sstl2_ii. |
|
ibuf_sstl2_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_sstl2_ii. |
|
ibuf_sstl2_ii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_sstl2_ii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_sstl2_ii(Node parent,
ArgBlockList abl)
Constructs a new ibuf_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_sstl2_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_sstl2_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_sstl2_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_sstl2_i(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_sstl2_i. |
|
ibuf_sstl2_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_sstl2_i. |
|
ibuf_sstl2_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_sstl2_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_sstl2_i(Node parent,
ArgBlockList abl)
Constructs a new ibuf_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_sstl2_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_hstl_iv(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_hstl_iv(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_hstl_iv(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_hstl_iv. |
|
ibuf_hstl_iv(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_hstl_iv. |
|
ibuf_hstl_iv(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_hstl_iv(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_hstl_iv(Node parent,
ArgBlockList abl)
Constructs a new ibuf_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_hstl_iv(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_hstl_iii(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_hstl_iii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_hstl_iii(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_hstl_iii. |
|
ibuf_hstl_iii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_hstl_iii. |
|
ibuf_hstl_iii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_hstl_iii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_hstl_iii(Node parent,
ArgBlockList abl)
Constructs a new ibuf_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_hstl_iii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_hstl_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_hstl_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_hstl_i(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_hstl_i. |
|
ibuf_hstl_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_hstl_i. |
|
ibuf_hstl_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_hstl_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_hstl_i(Node parent,
ArgBlockList abl)
Constructs a new ibuf_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_hstl_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_gtlp(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_gtlp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_gtlp(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_gtlp. |
|
ibuf_gtlp(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_gtlp. |
|
ibuf_gtlp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_gtlp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_gtlp(Node parent,
ArgBlockList abl)
Constructs a new ibuf_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_gtlp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_gtl(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_gtl(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_gtl(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_gtl. |
|
ibuf_gtl(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_gtl. |
|
ibuf_gtl(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_gtl(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_gtl(Node parent,
ArgBlockList abl)
Constructs a new ibuf_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_gtl(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_pci66_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_pci66_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_pci66_3(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_pci66_3. |
|
ibuf_pci66_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_pci66_3. |
|
ibuf_pci66_3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_pci66_3(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_pci66_3(Node parent,
ArgBlockList abl)
Constructs a new ibuf_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_pci66_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_pci33_5(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_pci33_5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_pci33_5(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_pci33_5. |
|
ibuf_pci33_5(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_pci33_5. |
|
ibuf_pci33_5(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_pci33_5(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_pci33_5(Node parent,
ArgBlockList abl)
Constructs a new ibuf_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_pci33_5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_pci33_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_pci33_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_pci33_3(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_pci33_3. |
|
ibuf_pci33_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_pci33_3. |
|
ibuf_pci33_3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_pci33_3(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_pci33_3(Node parent,
ArgBlockList abl)
Constructs a new ibuf_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_pci33_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_lvcmos2(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_lvcmos2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_lvcmos2(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_lvcmos2. |
|
ibuf_lvcmos2(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_lvcmos2. |
|
ibuf_lvcmos2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_lvcmos2(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_lvcmos2(Node parent,
ArgBlockList abl)
Constructs a new ibuf_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_lvcmos2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_agp(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_agp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_agp(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_agp. |
|
iobuf_agp(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_agp. |
|
iobuf_agp(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 iobuf_agp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_agp(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 iobuf_agp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_agp(Node parent,
ArgBlockList abl)
Constructs a new iobuf_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_agp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_ctt(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_ctt(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_ctt(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_ctt. |
|
iobuf_ctt(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_ctt. |
|
iobuf_ctt(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 iobuf_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_ctt(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 iobuf_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_ctt(Node parent,
ArgBlockList abl)
Constructs a new iobuf_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_ctt(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_sstl3_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_sstl3_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_sstl3_ii(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_sstl3_ii. |
|
iobuf_sstl3_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_sstl3_ii. |
|
iobuf_sstl3_ii(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 iobuf_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_sstl3_ii(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 iobuf_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_sstl3_ii(Node parent,
ArgBlockList abl)
Constructs a new iobuf_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_sstl3_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_sstl3_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_sstl3_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_sstl3_i(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_sstl3_i. |
|
iobuf_sstl3_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_sstl3_i. |
|
iobuf_sstl3_i(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 iobuf_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_sstl3_i(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 iobuf_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_sstl3_i(Node parent,
ArgBlockList abl)
Constructs a new iobuf_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_sstl3_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_sstl2_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_sstl2_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_sstl2_ii(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_sstl2_ii. |
|
iobuf_sstl2_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_sstl2_ii. |
|
iobuf_sstl2_ii(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 iobuf_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_sstl2_ii(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 iobuf_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_sstl2_ii(Node parent,
ArgBlockList abl)
Constructs a new iobuf_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_sstl2_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_sstl2_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_sstl2_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_sstl2_i(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_sstl2_i. |
|
iobuf_sstl2_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_sstl2_i. |
|
iobuf_sstl2_i(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 iobuf_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_sstl2_i(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 iobuf_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_sstl2_i(Node parent,
ArgBlockList abl)
Constructs a new iobuf_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_sstl2_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_hstl_iv(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_hstl_iv(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_hstl_iv(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_hstl_iv. |
|
iobuf_hstl_iv(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_hstl_iv. |
|
iobuf_hstl_iv(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 iobuf_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_hstl_iv(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 iobuf_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_hstl_iv(Node parent,
ArgBlockList abl)
Constructs a new iobuf_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_hstl_iv(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_hstl_iii(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_hstl_iii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_hstl_iii(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_hstl_iii. |
|
iobuf_hstl_iii(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_hstl_iii. |
|
iobuf_hstl_iii(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 iobuf_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_hstl_iii(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 iobuf_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_hstl_iii(Node parent,
ArgBlockList abl)
Constructs a new iobuf_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_hstl_iii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_hstl_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_hstl_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_hstl_i(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_hstl_i. |
|
iobuf_hstl_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_hstl_i. |
|
iobuf_hstl_i(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 iobuf_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_hstl_i(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 iobuf_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_hstl_i(Node parent,
ArgBlockList abl)
Constructs a new iobuf_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_hstl_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_gtlp(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_gtlp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_gtlp(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_gtlp. |
|
iobuf_gtlp(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_gtlp. |
|
iobuf_gtlp(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 iobuf_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_gtlp(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 iobuf_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_gtlp(Node parent,
ArgBlockList abl)
Constructs a new iobuf_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_gtlp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_gtl(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_gtl(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_gtl(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_gtl. |
|
iobuf_gtl(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_gtl. |
|
iobuf_gtl(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 iobuf_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_gtl(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 iobuf_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_gtl(Node parent,
ArgBlockList abl)
Constructs a new iobuf_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_gtl(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_pci66_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_pci66_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_pci66_3(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_pci66_3. |
|
iobuf_pci66_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_pci66_3. |
|
iobuf_pci66_3(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 iobuf_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_pci66_3(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 iobuf_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_pci66_3(Node parent,
ArgBlockList abl)
Constructs a new iobuf_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_pci66_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_pci33_5(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_pci33_5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_pci33_5(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_pci33_5. |
|
iobuf_pci33_5(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_pci33_5. |
|
iobuf_pci33_5(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 iobuf_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_pci33_5(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 iobuf_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_pci33_5(Node parent,
ArgBlockList abl)
Constructs a new iobuf_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_pci33_5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_pci33_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_pci33_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_pci33_3(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_pci33_3. |
|
iobuf_pci33_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_pci33_3. |
|
iobuf_pci33_3(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 iobuf_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_pci33_3(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 iobuf_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_pci33_3(Node parent,
ArgBlockList abl)
Constructs a new iobuf_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_pci33_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_lvcmos2(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_lvcmos2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_lvcmos2(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_lvcmos2. |
|
iobuf_lvcmos2(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_lvcmos2. |
|
iobuf_lvcmos2(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 iobuf_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_lvcmos2(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 iobuf_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_lvcmos2(Node parent,
ArgBlockList abl)
Constructs a new iobuf_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_lvcmos2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_24(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_f_24(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_f_24(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_24. |
|
iobuf_f_24(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_24. |
|
iobuf_f_24(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 iobuf_f_24, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_f_24(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 iobuf_f_24, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_f_24(Node parent,
ArgBlockList abl)
Constructs a new iobuf_f_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_24(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_f_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_16(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_f_16(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_f_16(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_16. |
|
iobuf_f_16(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_16. |
|
iobuf_f_16(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 iobuf_f_16, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_f_16(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 iobuf_f_16, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_f_16(Node parent,
ArgBlockList abl)
Constructs a new iobuf_f_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_16(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_f_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_12(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_f_12(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_f_12(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_12. |
|
iobuf_f_12(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_12. |
|
iobuf_f_12(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 iobuf_f_12, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_f_12(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 iobuf_f_12, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_f_12(Node parent,
ArgBlockList abl)
Constructs a new iobuf_f_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_12(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_f_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_8(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_f_8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_f_8(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_8. |
|
iobuf_f_8(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_8. |
|
iobuf_f_8(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 iobuf_f_8, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_f_8(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 iobuf_f_8, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_f_8(Node parent,
ArgBlockList abl)
Constructs a new iobuf_f_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_f_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_6(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_f_6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_f_6(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_6. |
|
iobuf_f_6(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_6. |
|
iobuf_f_6(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 iobuf_f_6, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_f_6(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 iobuf_f_6, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_f_6(Node parent,
ArgBlockList abl)
Constructs a new iobuf_f_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_f_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_4(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_f_4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_f_4(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_4. |
|
iobuf_f_4(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_4. |
|
iobuf_f_4(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 iobuf_f_4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_f_4(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 iobuf_f_4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_f_4(Node parent,
ArgBlockList abl)
Constructs a new iobuf_f_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_f_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_2(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_f_2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_f_2(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_2. |
|
iobuf_f_2(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_2. |
|
iobuf_f_2(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 iobuf_f_2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_f_2(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 iobuf_f_2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_f_2(Node parent,
ArgBlockList abl)
Constructs a new iobuf_f_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_f_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_24(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_s_24(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_s_24(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_24. |
|
iobuf_s_24(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_24. |
|
iobuf_s_24(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 iobuf_s_24, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_s_24(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 iobuf_s_24, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_s_24(Node parent,
ArgBlockList abl)
Constructs a new iobuf_s_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_24(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_s_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_16(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_s_16(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_s_16(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_16. |
|
iobuf_s_16(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_16. |
|
iobuf_s_16(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 iobuf_s_16, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_s_16(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 iobuf_s_16, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_s_16(Node parent,
ArgBlockList abl)
Constructs a new iobuf_s_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_16(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_s_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_12(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_s_12(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_s_12(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_12. |
|
iobuf_s_12(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_12. |
|
iobuf_s_12(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 iobuf_s_12, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_s_12(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 iobuf_s_12, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_s_12(Node parent,
ArgBlockList abl)
Constructs a new iobuf_s_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_12(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_s_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_8(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_s_8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_s_8(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_8. |
|
iobuf_s_8(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_8. |
|
iobuf_s_8(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 iobuf_s_8, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_s_8(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 iobuf_s_8, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_s_8(Node parent,
ArgBlockList abl)
Constructs a new iobuf_s_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_s_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_6(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_s_6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_s_6(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_6. |
|
iobuf_s_6(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_6. |
|
iobuf_s_6(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 iobuf_s_6, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_s_6(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 iobuf_s_6, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_s_6(Node parent,
ArgBlockList abl)
Constructs a new iobuf_s_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_s_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_4(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_s_4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_s_4(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_4. |
|
iobuf_s_4(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_4. |
|
iobuf_s_4(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 iobuf_s_4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_s_4(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 iobuf_s_4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_s_4(Node parent,
ArgBlockList abl)
Constructs a new iobuf_s_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_s_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_2(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_s_2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_s_2(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_2. |
|
iobuf_s_2(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_2. |
|
iobuf_s_2(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 iobuf_s_2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_s_2(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 iobuf_s_2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_s_2(Node parent,
ArgBlockList abl)
Constructs a new iobuf_s_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_s_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf. |
|
iobuf(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf. |
|
iobuf(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 iobuf, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf(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 iobuf, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf(Node parent,
ArgBlockList abl)
Constructs a new iobuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgp(Node parent,
Wire i,
Wire o)
Constructs a new bufgp. |
|
bufgp(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufgp, with the initial String parameter as the instance name. |
|
bufgp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgp, connecting each Wire to the port whose name is given by the accompanying String parameter. |
|
bufgp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgp, connecting each Wire to the port whose name is given by the accompanying String parameter, with the initial String parameter as the instance name. |
|
bufgp(Node parent,
ArgBlockList abl)
Constructs a new bufgp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufgp, connecting its ports as given by the String-Wire pairs in the ArgBlockList , with the initial String parameter as the instance name. |
|
tb_BlockRam(Node parent)
|
|
tb_BlockRam(Node parent,
int widthA,
int widthB)
|
|
vcc(Node parent,
Wire vcc)
Constructs a new VCC cell. |
|
vcc(Node parent,
java.lang.String name,
Wire vcc)
Constructs a new named VCC cell. |
|
vcc(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0)
|
|
RAMB4Single(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout)
Constructs a new single-ported Block RAM. |
|
RAMB4Single(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
int[] contents)
Constructs a new single-ported Block RAM. |
|
RAMB4Single(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name)
Constructs a new named, single-ported Block RAM. |
|
RAMB4Single(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
int[] contents,
java.lang.String name)
Constructs a new named, single-ported Block RAM. |
|
RAMB4Single(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String[] contents)
Constructs a new named, single-ported Block RAM. |
|
RAMB4Single(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String[] contents,
java.lang.String name)
Constructs a new named, single-ported Block RAM. |
|
RAMB4Single(Node parent,
Wire clk,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout)
Constructs a new single-ported Block RAM with clock. |
|
RAMB4Single(Node parent,
Wire clk,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name)
Constructs a new, named single-ported Block RAM with clock. |
|
RAMB4Single(Node parent,
Wire clk,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
int[] contents)
Constructs a new, named single-ported Block RAM with clock. |
|
RAMB4Single(Node parent,
Wire clk,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String[] contents)
Constructs a new named, single-ported Block RAM. |
|
RAMB4Single(Node parent,
Wire clk,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String[] contents,
java.lang.String name)
Constructs a new named, single-ported Block RAM. |
|
RAMB4Single(Node parent,
Wire clk,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
int[] contents,
java.lang.String name)
Constructs a new, named single-ported Block RAM with clock. |
|
RAMB4Single(Node parent,
java.lang.String name,
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[] contents)
|
|
BlockRam(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout)
Deprecated. Constructs a new single-ported BlockRam. |
|
BlockRam(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name)
Deprecated. Constructs a new named, single-ported BlockRam. |
|
BlockRam(Node parent,
Wire rstA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire rstB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB)
Deprecated. Constructs a new dual-ported BlockRam. |
|
BlockRam(Node parent,
Wire rstA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire rstB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported BlockRam. |
|
BlockRam(Node parent,
Wire rstA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire rstB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
Wire clkA,
Wire clkB)
Deprecated. Constructs a new named, dual-ported, multi-clock BlockRam. |
|
BlockRam(Node parent,
Wire rstA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire rstB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
Wire clkA,
Wire clkB,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported, multi-clock BlockRam. |
|
RAMB4Dual_rb(Node parent,
Wire prep_rb,
Wire reset_a,
Wire ce_a,
Wire din_a,
Wire we_a,
Wire addr_a,
Wire dout_a,
Wire reset_b,
Wire ce_b,
Wire din_b,
Wire we_b,
Wire addr_b,
Wire dout_b)
|
|
RAMB4Dual_rb(Node parent,
Wire prep_rb,
Wire reset_a,
Wire ce_a,
Wire din_a,
Wire we_a,
Wire addr_a,
Wire dout_a,
Wire reset_b,
Wire ce_b,
Wire din_b,
Wire we_b,
Wire addr_b,
Wire dout_b,
java.lang.String name)
|
|
RAMB4Dual_rb(Node parent,
Wire prep_rb,
Wire reset_a,
Wire ce_a,
Wire din_a,
Wire we_a,
Wire addr_a,
Wire dout_a,
Wire reset_b,
Wire ce_b,
Wire din_b,
Wire we_b,
Wire addr_b,
Wire dout_b,
java.lang.String[] contents)
|
|
RAMB4Dual_rb(Node parent,
Wire prep_rb,
Wire reset_a,
Wire ce_a,
Wire din_a,
Wire we_a,
Wire addr_a,
Wire dout_a,
Wire reset_b,
Wire ce_b,
Wire din_b,
Wire we_b,
Wire addr_b,
Wire dout_b,
int[] contents)
|
|
RAMB4Dual_rb(Node parent,
Wire prep_rb,
Wire reset_a,
Wire ce_a,
Wire din_a,
Wire we_a,
Wire addr_a,
Wire dout_a,
Wire reset_b,
Wire ce_b,
Wire din_b,
Wire we_b,
Wire addr_b,
Wire dout_b,
java.lang.String[] contents,
java.lang.String name)
|
|
RAMB4Dual_rb(Node parent,
Wire prep_rb,
Wire reset_a,
Wire ce_a,
Wire din_a,
Wire we_a,
Wire addr_a,
Wire dout_a,
Wire reset_b,
Wire ce_b,
Wire din_b,
Wire we_b,
Wire addr_b,
Wire dout_b,
int[] contents,
java.lang.String name)
|
|
fmap_g(Node parent,
Wire[] in,
Wire out,
int generic_width,
int[] widths,
java.lang.String hints)
This method dynamically creates a level of hierarchy in which to place fmaps and hmaps as needed. |
|
fmap_g(Node parent,
Wire[] in,
Wire out,
int generic_width,
int[] widths,
java.lang.String hints,
java.lang.String name)
|
|
RAMB4Single_rb(Node parent,
Wire prep_rb,
Wire reset,
Wire ce,
Wire din,
Wire we,
Wire addr,
Wire dout)
|
|
RAMB4Single_rb(Node parent,
Wire prep_rb,
Wire reset,
Wire ce,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name)
|
|
RAMB4Single_rb(Node parent,
Wire prep_rb,
Wire reset,
Wire ce,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String[] contents)
|
|
RAMB4Single_rb(Node parent,
Wire prep_rb,
Wire reset,
Wire ce,
Wire din,
Wire we,
Wire addr,
Wire dout,
int[] contents)
|
|
RAMB4Single_rb(Node parent,
Wire prep_rb,
Wire reset,
Wire ce,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String[] contents,
java.lang.String name)
|
|
RAMB4Single_rb(Node parent,
Wire prep_rb,
Wire reset,
Wire ce,
Wire din,
Wire we,
Wire addr,
Wire dout,
int[] contents,
java.lang.String name)
|
|
bufg(Node parent,
Wire i,
Wire o)
Constructs a new bufg. |
|
bufg(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufg, with the initial String parameter as the instance name. |
|
bufg(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufg, connecting each Wire to the port whose name is given by the accompanying String parameter. |
|
bufg(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufg, connecting each Wire to the port whose name is given by the accompanying String parameter, with the initial String parameter as the instance name. |
|
bufg(Node parent,
ArgBlockList abl)
Constructs a new bufg, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufg(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufg, connecting its ports as given by the String-Wire pairs in the ArgBlockList , with the initial String parameter as the instance name. |
|
gnd(Node parent,
Wire gnd)
Constructs a new GND cell. |
|
gnd(Node parent,
java.lang.String name,
Wire gnd)
Constructs a new named GND cell. |
|
gnd(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0)
|
|
BlockRamView(Node parent,
Wire clk,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
int[] contents)
|
|
BlockRamView(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
int[] contents)
|
|
BlockRamView(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
int[] contents,
boolean connect_implicit_ports)
|
|
RAMB4Dual(Node parent,
Wire rstA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire rstB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB)
Constructs a new dual-ported Block RAM. |
|
RAMB4Dual(Node parent,
Wire rstA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire rstB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
int[] contents)
Constructs a new dual-ported Block RAM. |
|
RAMB4Dual(Node parent,
Wire rstA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire rstB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
int[] contents,
java.lang.String name)
Constructs a new named, dual-ported Block RAM. |
|
RAMB4Dual(Node parent,
Wire rstA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire rstB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String name)
Constructs a new named, dual-ported Block RAM. |
|
RAMB4Dual(Node parent,
Wire rstA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire rstB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String[] contents,
java.lang.String name)
Constructs a new named, dual-ported Block RAM. |
|
RAMB4Dual(Node parent,
Wire rstA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire rstB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String[] contents)
Constructs a new named, dual-ported Block RAM. |
|
RAMB4Dual(Node parent,
Wire clkA,
Wire clkB,
Wire rstA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire rstB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB)
Constructs a new dual-ported, multi-clock Block RAM. |
|
RAMB4Dual(Node parent,
Wire clkA,
Wire clkB,
Wire rstA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire rstB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String name)
Constructs a new dual-ported, multi-clock Block RAM. |
|
RAMB4Dual(Node parent,
Wire clkA,
Wire clkB,
Wire rstA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire rstB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String[] contents)
Constructs a new dual-ported, multi-clock Block RAM. |
|
RAMB4Dual(Node parent,
Wire clkA,
Wire clkB,
Wire rstA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire rstB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String[] contents,
java.lang.String name)
Constructs a new dual-ported, multi-clock Block RAM. |
|
RAMB4Dual(Node parent,
Wire clkA,
Wire clkB,
Wire rstA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire rstB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
int[] contents)
Constructs a new named, dual-ported, multi-clock Block RAM. |
|
RAMB4Dual(Node parent,
Wire clkA,
Wire clkB,
Wire rstA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire rstB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
int[] contents,
java.lang.String name)
Constructs a new named, dual-ported, multi-clock Block RAM. |
|
RAMB4Dual(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String[] contents)
|
Uses of Node in byucc.jhdl.Xilinx.Virtex.helpers |
Subclasses of Node in byucc.jhdl.Xilinx.Virtex.helpers | |
class |
adder
Class used by the TechMapper. |
class |
adderSubtractor
Class used by the TechMapper. |
class |
Subtractor
Class used by the TechMapper. |
class |
tb_adder
Class used by the development team. |
Constructors in byucc.jhdl.Xilinx.Virtex.helpers with parameters of type Node | |
adder(Node parent,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
|
|
adder(Node parent,
java.lang.String name,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
|
|
Subtractor(Node parent,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
|
|
Subtractor(Node parent,
java.lang.String name,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
|
|
tb_adder(Node parent)
|
|
adderSubtractor(Node parent,
Wire a,
Wire b,
Wire ci,
Wire add,
Wire s,
Wire co)
|
|
adderSubtractor(Node parent,
java.lang.String name,
Wire a,
Wire b,
Wire ci,
Wire add,
Wire s,
Wire co)
|
Uses of Node in byucc.jhdl.Xilinx.Virtex.Modules |
Subclasses of Node in byucc.jhdl.Xilinx.Virtex.Modules | |
class |
arrayMult
Variable width array multiplier with the option of signed or unsigned multiply and generic pipeline depth. |
class |
booth
General Description |
class |
delay
Generic Delay Line |
class |
downcnt
A generic sized down counter |
class |
DS2Pconv
DS2Pconv.java Created: 3/2002 |
class |
DSMult
DSMult.java Created: 1/2002 |
class |
Equals
Parameterizable module for creating a bit-wise comparator. |
class |
KCMMult
KCMMult.java Created: 12/2000 |
class |
Mux
implements and arbitrary -width and -height mux, optimized to use all of the Virtex internal mux primitives. |
class |
mux41
Class used by the TechMapper. |
class |
mux81
Class used by the TechMapper. |
class |
P2DSconv
P2DSconv.java Created: 3/2002 |
class |
ParellelDSMult
ParellelDSMult.java Created: 1/2002 |
class |
Priority
Outputs only the most significant '1' of the input. |
class |
PriorityEncoder
encodes the input value, prioritizing the bits by MSB has highest priority. |
class |
ramrom
Generic Ram or Rom generator |
class |
ReversePriorityEncoder
encodes the input value, prioritizing the bits by LSB has highest priority. |
class |
S2Pconv
S2Pconv.java Created: 3/2002 |
class |
Shifter
Class used by the TechMapper. |
class |
srl_array
Deprecated. use SRLArray |
class |
SRLArray
General Description |
class |
SRLFifo
arbitrary-width, arbitrary depth FIFO based on shift registers (SRL16). |
class |
upcnt
General Description |
Methods in byucc.jhdl.Xilinx.Virtex.Modules with parameters of type Node | |
void |
KCMMult.init(Node parent,
Wire in,
Wire ra_constant,
Wire rom_constant,
Wire shift_en,
Wire product,
boolean signed,
BV constant,
boolean p)
Main initialization routine for the KCMMultipliers. |
Constructors in byucc.jhdl.Xilinx.Virtex.Modules with parameters of type Node | |
P2DSconv(Node parent,
Wire data,
Wire load,
Wire out)
|
|
KCMMult(Node parent,
Wire in,
Wire ra_constant,
Wire rom_constant,
Wire shift_en,
Wire product)
|
|
KCMMult(Node parent,
Wire in,
Wire product,
BV constant)
|
|
KCMMult(Node parent,
Wire in,
Wire product,
boolean signed,
BV constant)
|
|
KCMMult(Node parent,
Wire in,
Wire product,
BV constant,
boolean pipelined)
|
|
KCMMult(Node parent,
Wire in,
Wire product,
boolean signed,
BV constant,
boolean pipelined)
|
|
KCMMult(Node parent,
Wire in,
Wire product,
int constant)
|
|
KCMMult(Node parent,
Wire in,
Wire product,
boolean signed,
int constant)
|
|
KCMMult(Node parent,
Wire in,
Wire product,
int constant,
boolean pipelined)
|
|
KCMMult(Node parent,
Wire in,
Wire product,
boolean signed,
int constant,
boolean pipelined)
|
|
KCMMult(Node parent,
Wire in,
Wire product,
long constant)
|
|
KCMMult(Node parent,
Wire in,
Wire product,
boolean signed,
long constant)
|
|
KCMMult(Node parent,
Wire in,
Wire product,
long constant,
boolean pipelined)
|
|
KCMMult(Node parent,
Wire in,
Wire product,
boolean signed,
long constant,
boolean pipelined)
|
|
KCMMult(Node parent,
Wire in,
Wire ra_constant,
Wire rom_constant,
Wire shift_en,
Wire product,
BV constant)
|
|
KCMMult(Node parent,
Wire in,
Wire ra_constant,
Wire rom_constant,
Wire shift_en,
Wire product,
boolean signed,
BV constant)
|
|
KCMMult(Node parent,
Wire in,
Wire ra_constant,
Wire rom_constant,
Wire shift_en,
Wire product,
BV constant,
boolean pipelined)
|
|
KCMMult(Node parent,
Wire in,
Wire ra_constant,
Wire rom_constant,
Wire shift_en,
Wire product,
boolean signed,
BV constant,
boolean pipelined)
|
|
KCMMult(Node parent,
Wire in,
Wire ra_constant,
Wire rom_constant,
Wire shift_en,
Wire product,
int constant)
|
|
KCMMult(Node parent,
Wire in,
Wire ra_constant,
Wire rom_constant,
Wire shift_en,
Wire product,
boolean signed,
int constant)
|
|
KCMMult(Node parent,
Wire in,
Wire ra_constant,
Wire rom_constant,
Wire shift_en,
Wire product,
int constant,
boolean pipelined)
|
|
KCMMult(Node parent,
Wire in,
Wire ra_constant,
Wire rom_constant,
Wire shift_en,
Wire product,
boolean signed,
int constant,
boolean pipelined)
|
|
KCMMult(Node parent,
Wire in,
Wire ra_constant,
Wire rom_constant,
Wire shift_en,
Wire product,
long constant)
|
|
KCMMult(Node parent,
Wire in,
Wire ra_constant,
Wire rom_constant,
Wire shift_en,
Wire product,
boolean signed,
long constant)
|
|
KCMMult(Node parent,
Wire in,
Wire ra_constant,
Wire rom_constant,
Wire shift_en,
Wire product,
long constant,
boolean pipelined)
|
|
KCMMult(Node parent,
Wire in,
Wire ra_constant,
Wire rom_constant,
Wire shift_en,
Wire product,
boolean signed,
long constant,
boolean pipelined)
|
|
KCMMult(Node parent,
Wire in,
Wire ra_constant,
Wire rom_constant,
Wire shift_en,
Wire product,
boolean signed,
long constant,
boolean constant_signed,
boolean pipelined)
|
|
ramrom(Node parent,
Wire a,
Wire o,
int[] contents)
|
|
ramrom(Node parent,
Wire a,
Wire o,
int[] contents,
java.lang.String name)
|
|
ramrom(Node parent,
Wire a,
Wire o,
long[] contents)
|
|
ramrom(Node parent,
Wire a,
Wire o,
long[] contents,
java.lang.String name)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
boolean synch)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
boolean synch,
java.lang.String name)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
boolean synch,
int[] contents)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
boolean synch,
int[] contents,
java.lang.String name)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
boolean synch,
long[] contents)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
boolean synch,
long[] contents,
java.lang.String name)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String name)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
int[] contents)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
int[] contents,
java.lang.String name)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
long[] contents)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
long[] contents,
java.lang.String name)
|
|
S2Pconv(Node parent,
Wire data,
Wire out)
|
|
ReversePriorityEncoder(Node parent,
Wire i,
Wire o,
Wire zero,
Wire active)
|
|
ReversePriorityEncoder(Node parent,
Wire i,
Wire o,
Wire zero)
"Active" output is removed, for performance reasons. |
|
Equals(Node parent,
Wire a,
Wire b,
Wire eq)
Creates a general-purpose "is equal to" comparator. |
|
Equals(Node parent,
Wire a,
Wire b,
Wire eq,
java.lang.String instanceName)
Creates a general-purpose "is equal to" comparator. |
|
Equals(Node parent,
Wire a,
int b,
Wire eq)
Creates a general-purpose "is equal to" comparator. |
|
Equals(Node parent,
Wire a,
int b,
Wire eq,
java.lang.String instanceName)
Creates a general-purpose "is equal to" comparator. |
|
srl_array(Node parent,
Wire in,
Wire clk_en,
Wire addr,
Wire out,
java.lang.String name)
Deprecated. |
|
ParellelDSMult(Node parent,
Wire inA,
Wire inB,
Wire start,
Wire product)
|
|
ParellelDSMult(Node parent,
Wire inA,
Wire inB,
Wire start,
Wire product,
int ds)
|
|
PriorityEncoder(Node parent,
Wire i,
Wire o,
Wire zero,
Wire active)
|
|
PriorityEncoder(Node parent,
Wire i,
Wire o,
Wire zero)
"Active" output is removed, for performance reasons. |
|
DS2Pconv(Node parent,
Wire data,
Wire out)
|
|
Shifter(Node parent,
Wire in,
Wire out,
int shift,
boolean direction,
boolean arithmetic)
|
|
mux81(Node parent,
Wire a,
Wire b,
Wire c,
Wire d,
Wire e,
Wire f,
Wire g,
Wire h,
Wire sel,
Wire o)
|
|
mux81(Node parent,
Wire a,
Wire b,
Wire c,
Wire d,
Wire e,
Wire f,
Wire g,
Wire h,
Wire sel,
Wire o,
java.lang.String name)
|
|
SRLFifo(Node parent,
Wire fifo_init,
Wire write_enable,
Wire read_enable,
Wire write_data,
Wire full,
Wire empty,
Wire read_data,
Wire data_count)
|
|
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)
|
|
DSMult(Node parent,
Wire inA,
Wire inB,
Wire start_bit,
Wire product)
|
|
DSMult(Node parent,
Wire inA,
Wire inB,
Wire start_bit,
Wire product,
boolean signed)
|
|
DSMult(Node parent,
Wire inA,
Wire inB,
Wire start_bit,
Wire product,
int num_digits,
boolean signed)
|
|
SRLArray(Node parent,
Wire in,
Wire clk_en,
Wire addr,
Wire out)
|
|
SRLArray(Node parent,
Wire in,
Wire clk_en,
Wire addr,
Wire out,
java.lang.String name)
|
|
Priority(Node parent,
Wire i,
Wire o)
|
|
Mux(Node parent,
Wire input0,
Wire input1,
Wire select,
Wire mux_output)
|
|
Mux(Node parent,
Wire input0,
Wire input1,
Wire input2,
Wire input3,
Wire select,
Wire mux_output)
|
|
Mux(Node parent,
Wire input0,
Wire input1,
Wire input2,
Wire input3,
Wire input4,
Wire input5,
Wire input6,
Wire input7,
Wire select,
Wire mux_output)
|
|
Mux(Node parent,
Wire[] inputs,
Wire select,
Wire mux_output)
|
|
Mux(Node parent,
Wire[] inputs,
Wire select,
Wire mux_output,
boolean internal_only)
|
|
downcnt(Node parent,
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 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,
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)
|
|
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 pd,
java.lang.String instanceName)
Constructor with an instance name parameter. |
|
delay(Node parent,
int num_of_cyc,
Wire in,
Wire clk_en,
Wire out)
|
|
delay(Node parent,
int num_of_cyc,
Wire clk,
Wire in,
Wire clk_en,
Wire out)
|
|
delay(Node parent,
int num_of_cyc,
Wire in,
Wire clk_en,
Wire out,
java.lang.String name)
|
|
delay(Node parent,
int num_of_cyc,
Wire clk,
Wire in,
Wire clk_en,
Wire out,
java.lang.String name)
|
|
mux41(Node parent,
Wire a,
Wire b,
Wire c,
Wire d,
Wire sel,
Wire o)
|
|
mux41(Node parent,
Wire a,
Wire b,
Wire c,
Wire d,
Wire sel,
Wire o,
java.lang.String name)
|
|
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)
|
Uses of Node in byucc.jhdl.Xilinx.Virtex.Modules.DSMult_Pack |
Subclasses of Node in byucc.jhdl.Xilinx.Virtex.Modules.DSMult_Pack | |
class |
MultCell
MultCell.java Created: 1/2002 |
class |
MultRow
MultRow.java Created: 1/2002 |
Constructors in byucc.jhdl.Xilinx.Virtex.Modules.DSMult_Pack with parameters of type Node | |
MultCell(Node parent,
Wire bitA,
Wire bitB,
Wire pp_in,
Wire start_bit,
Wire ci,
Wire prodBit,
Wire co)
|
|
MultRow(Node parent,
Wire inA,
Wire bitB,
Wire pp_in,
Wire start_bit,
Wire pp_out,
Wire prodBit)
|
|
MultRow(Node parent,
Wire inA,
Wire bitB,
Wire pp_in,
Wire start_bit,
Wire pp_out,
Wire prodBit,
boolean signed)
|
Uses of Node in byucc.jhdl.Xilinx.Virtex.Modules.KCM_Pack |
Subclasses of Node in byucc.jhdl.Xilinx.Virtex.Modules.KCM_Pack | |
class |
KCM_ROM
KCM_ROM.java Created: 12/2000 |
class |
KCMRom_Adder
KCMRom_Adder.java This is a complete KCMRom_Adder stage. |
class |
KCMRom_AdderBit
KCMRom_AdderBit.java A single bit of a KCM_ROMAddr. |
class |
tb_VirtexKCMMultiplier
tb_VirtexKCMMultiplier.java Created: 12/2000 |
Constructors in byucc.jhdl.Xilinx.Virtex.Modules.KCM_Pack with parameters of type Node | |
KCM_ROM(Node parent,
Wire rom_addr,
Wire constant,
Wire shift_en,
Wire out)
|
|
KCM_ROM(Node parent,
Wire rom_addr,
Wire out,
boolean signed,
BV constant_bv,
boolean pipelined)
This constructor is for non-reprogramable KCM's. |
|
KCM_ROM(Node parent,
Wire rom_addr,
Wire constant,
Wire shift_en,
Wire out,
boolean signed,
BV constant_bv,
boolean pipelined)
|
|
KCM_ROM(Node parent,
Wire rom_addr,
Wire out,
boolean signed,
BV constant_bv,
boolean pipelined,
int bit_to_negate)
This constructor is for non-reprogramable KCM's. |
|
KCM_ROM(Node parent,
Wire rom_addr,
Wire constant,
Wire shift_en,
Wire out,
boolean signed,
BV constant_bv,
boolean pipelined,
int bit_to_negate)
Main constructor. |
|
tb_VirtexKCMMultiplier(Node parent)
|
|
tb_VirtexKCMMultiplier(Node parent,
int constant)
|
|
tb_VirtexKCMMultiplier(Node parent,
int constant,
int constant_bits,
int input_bits,
boolean signed,
boolean signed_constant,
boolean pipelined)
|
|
KCMRom_Adder(Node parent,
Wire prev_sum,
Wire rom_addr,
Wire constant,
Wire shift_en,
Wire out)
|
|
KCMRom_Adder(Node parent,
Wire prev_sum,
Wire rom_addr,
Wire out,
boolean signed,
BV constant_bv,
boolean pipelined)
Constructor that does not allow reprograming of multiplier. |
|
KCMRom_Adder(Node parent,
Wire prev_sum,
Wire rom_addr,
Wire constant,
Wire shift_en,
Wire out,
boolean signed,
BV constant_bv,
boolean pipelined)
|
|
KCMRom_Adder(Node parent,
Wire prev_sum,
Wire rom_addr,
Wire out,
boolean signed,
BV constant_bv,
boolean pipelined,
int bit_to_negate)
Constructor that does not allow reprogramming of multiplier. |
|
KCMRom_Adder(Node parent,
Wire prev_sum,
Wire rom_addr,
Wire constant,
Wire shift_en,
Wire out,
boolean signed,
BV constant_bv,
boolean pipelined,
int bit_to_negate)
Main constructor. |
|
KCMRom_AdderBit(Node parent,
Wire rom_addr,
Wire cin,
Wire constant,
Wire shift_en,
Wire out,
Wire cout)
|
|
KCMRom_AdderBit(Node parent,
Wire rom_addr,
Wire cin,
Wire constant,
Wire shift_en,
Wire out,
Wire cout,
int iConstant)
This constructor is reprogramable, and creates by default a non-pipelined cell. |
|
KCMRom_AdderBit(Node parent,
Wire rom_addr,
Wire cin,
Wire out,
Wire cout,
int iConstant,
boolean pipelined)
This constructor uses ROM's instead of shift registers because it can not be reprogramed. |
|
KCMRom_AdderBit(Node parent,
Wire rom_addr,
Wire cin,
Wire constant,
Wire shift_en,
Wire out,
Wire cout,
int iConstant,
boolean pipelined)
Main constructor for this cell. |
Uses of Node in byucc.jhdl.Xilinx.Virtex.Modules.MultArrayPack |
Subclasses of Node in byucc.jhdl.Xilinx.Virtex.Modules.MultArrayPack | |
class |
And_fmap_g
|
class |
EXAMINE_CI_Virtex
|
class |
MultAdd
|
class |
MultAddVirtex
|
class |
multCol
|
class |
MultSub
|
class |
MultSubVirtex
|
Methods in byucc.jhdl.Xilinx.Virtex.Modules.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.Xilinx.Virtex.Modules.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)
|
|
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)
|
|
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)
|
|
EXAMINE_CI_Virtex(Node parent,
Wire cin,
Wire cout)
|
|
MultSubVirtex(Node parent,
Wire x,
Wire y,
Wire partial_product_in,
Wire partial_product_out)
|
Uses of Node in byucc.jhdl.Xilinx.Virtex.Modules.ShiftReg_Pack |
Subclasses of Node in byucc.jhdl.Xilinx.Virtex.Modules.ShiftReg_Pack | |
class |
RightShiftReg
RightShiftReg.java Created: 3/2002 |
class |
ShiftBit
ShiftBit.java Created: 3/2002 |
Constructors in byucc.jhdl.Xilinx.Virtex.Modules.ShiftReg_Pack with parameters of type Node | |
ShiftBit(Node parent,
Wire shift_in,
Wire data,
Wire load,
Wire out_bit)
|
|
RightShiftReg(Node parent,
Wire data,
Wire load,
Wire out_bit)
|
Uses of Node in byucc.jhdl.Xilinx.Virtex.ramb4_wrapper |
Subclasses of Node in byucc.jhdl.Xilinx.Virtex.ramb4_wrapper | |
class |
RAMB4_Dual
This class provides the functionality of the RAMB4_Sn_Sn Virtex library elements for EDIF parsing only. |
class |
ramb4_s1
This class provides the functionality of the RAMB4_S1 Virtex library element for EDIF netlisting only. |
class |
ramb4_s1_s1
This class provides the functionality of the RAMB4_S1_S1 Virtex library element for EDIF netlisting only. |
class |
ramb4_s1_s16
This class provides the functionality of the RAMB4_S1_S16 Virtex library element for EDIF netlisting only. |
class |
ramb4_s1_s2
This class provides the functionality of the RAMB4_S1_S2 Virtex library element for EDIF netlisting only. |
class |
ramb4_s1_s4
This class provides the functionality of the RAMB4_S1_S4 Virtex library element for EDIF netlisting only. |
class |
ramb4_s1_s8
This class provides the functionality of the RAMB4_S1_S8 Virtex library element for EDIF netlisting only. |
class |
ramb4_s16
This class provides the functionality of the RAMB4_S16 Virtex library element for EDIF netlisting only. |
class |
ramb4_s16_s16
This class provides the functionality of the RAMB4_S16_S16 Virtex library element for EDIF netlisting only. |
class |
ramb4_s2
This class provides the functionality of the RAMB4_S2 Virtex library element for EDIF netlisting only. |
class |
ramb4_s2_s16
This class provides the functionality of the RAMB4_S2_S16 Virtex library element for EDIF netlisting only. |
class |
ramb4_s2_s2
This class provides the functionality of the RAMB4_S2_S2 Virtex library element for EDIF netlisting only. |
class |
ramb4_s2_s4
This class provides the functionality of the RAMB4_S2_S4 Virtex library element for EDIF netlisting only. |
class |
ramb4_s2_s8
This class provides the functionality of the RAMB4_S2_S8 Virtex library element for EDIF netlisting only. |
class |
ramb4_s4
This class provides the functionality of the RAMB4_S4 Virtex library element for EDIF netlisting only. |
class |
ramb4_s4_s16
This class provides the functionality of the RAMB4_S4_S16 Virtex library element for EDIF netlisting only. |
class |
ramb4_s4_s4
This class provides the functionality of the RAMB4_S4_S4 Virtex library element for EDIF netlisting only. |
class |
ramb4_s4_s8
This class provides the functionality of the RAMB4_S4_S8 Virtex library element for EDIF netlisting only. |
class |
ramb4_s8
This class provides the functionality of the RAMB4_S8 Virtex library element for EDIF netlisting only. |
class |
ramb4_s8_s16
This class provides the functionality of the RAMB4_S8_S16 Virtex library element for EDIF netlisting only. |
class |
ramb4_s8_s8
This class provides the functionality of the RAMB4_S8_S8 Virtex library element for EDIF netlisting only. |
class |
RAMB4_Single
This class provides the functionality of the RAMB4_Sn Virtex library elements for EDIF parsing only. |
Constructors in byucc.jhdl.Xilinx.Virtex.ramb4_wrapper with parameters of type Node | |
ramb4_s8_s16(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s8_s16(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s8_s16(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33,
java.lang.String s34,
Wire w34,
java.lang.String s35,
Wire w35,
java.lang.String s36,
Wire w36,
java.lang.String s37,
Wire w37,
java.lang.String s38,
Wire w38,
java.lang.String s39,
Wire w39,
java.lang.String s40,
Wire w40,
java.lang.String s41,
Wire w41,
java.lang.String s42,
Wire w42,
java.lang.String s43,
Wire w43,
java.lang.String s44,
Wire w44,
java.lang.String s45,
Wire w45,
java.lang.String s46,
Wire w46,
java.lang.String s47,
Wire w47,
java.lang.String s48,
Wire w48,
java.lang.String s49,
Wire w49,
java.lang.String s50,
Wire w50,
java.lang.String s51,
Wire w51,
java.lang.String s52,
Wire w52,
java.lang.String s53,
Wire w53,
java.lang.String s54,
Wire w54,
java.lang.String s55,
Wire w55,
java.lang.String s56,
Wire w56,
java.lang.String s57,
Wire w57,
java.lang.String s58,
Wire w58,
java.lang.String s59,
Wire w59,
java.lang.String s60,
Wire w60,
java.lang.String s61,
Wire w61,
java.lang.String s62,
Wire w62,
java.lang.String s63,
Wire w63,
java.lang.String s64,
Wire w64,
java.lang.String s65,
Wire w65,
java.lang.String s66,
Wire w66,
java.lang.String s67,
Wire w67,
java.lang.String s68,
Wire w68,
java.lang.String s69,
Wire w69,
java.lang.String s70,
Wire w70,
java.lang.String s71,
Wire w71,
java.lang.String s72,
Wire w72)
|
|
ramb4_s16_s16(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s16_s16(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s16_s16(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33,
java.lang.String s34,
Wire w34,
java.lang.String s35,
Wire w35,
java.lang.String s36,
Wire w36,
java.lang.String s37,
Wire w37,
java.lang.String s38,
Wire w38,
java.lang.String s39,
Wire w39,
java.lang.String s40,
Wire w40,
java.lang.String s41,
Wire w41,
java.lang.String s42,
Wire w42,
java.lang.String s43,
Wire w43,
java.lang.String s44,
Wire w44,
java.lang.String s45,
Wire w45,
java.lang.String s46,
Wire w46,
java.lang.String s47,
Wire w47,
java.lang.String s48,
Wire w48,
java.lang.String s49,
Wire w49,
java.lang.String s50,
Wire w50,
java.lang.String s51,
Wire w51,
java.lang.String s52,
Wire w52,
java.lang.String s53,
Wire w53,
java.lang.String s54,
Wire w54,
java.lang.String s55,
Wire w55,
java.lang.String s56,
Wire w56,
java.lang.String s57,
Wire w57,
java.lang.String s58,
Wire w58,
java.lang.String s59,
Wire w59,
java.lang.String s60,
Wire w60,
java.lang.String s61,
Wire w61,
java.lang.String s62,
Wire w62,
java.lang.String s63,
Wire w63,
java.lang.String s64,
Wire w64,
java.lang.String s65,
Wire w65,
java.lang.String s66,
Wire w66,
java.lang.String s67,
Wire w67,
java.lang.String s68,
Wire w68,
java.lang.String s69,
Wire w69,
java.lang.String s70,
Wire w70,
java.lang.String s71,
Wire w71,
java.lang.String s72,
Wire w72,
java.lang.String s73,
Wire w73,
java.lang.String s74,
Wire w74,
java.lang.String s75,
Wire w75,
java.lang.String s76,
Wire w76,
java.lang.String s77,
Wire w77,
java.lang.String s78,
Wire w78,
java.lang.String s79,
Wire w79,
java.lang.String s80,
Wire w80,
java.lang.String s81,
Wire w81,
java.lang.String s82,
Wire w82,
java.lang.String s83,
Wire w83,
java.lang.String s84,
Wire w84,
java.lang.String s85,
Wire w85,
java.lang.String s86,
Wire w86,
java.lang.String s87,
Wire w87)
|
|
ramb4_s2_s4(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s2_s4(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s2_s4(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33,
java.lang.String s34,
Wire w34,
java.lang.String s35,
Wire w35,
java.lang.String s36,
Wire w36,
java.lang.String s37,
Wire w37,
java.lang.String s38,
Wire w38,
java.lang.String s39,
Wire w39,
java.lang.String s40,
Wire w40)
|
|
ramb4_s2_s2(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s2_s2(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s2_s2(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33,
java.lang.String s34,
Wire w34,
java.lang.String s35,
Wire w35,
java.lang.String s36,
Wire w36,
java.lang.String s37,
Wire w37)
|
|
ramb4_s4(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)
|
|
ramb4_s4(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)
|
|
ramb4_s4(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21)
|
|
ramb4_s2(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)
|
|
ramb4_s2(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)
|
|
ramb4_s2(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18)
|
|
ramb4_s4_s16(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s4_s16(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s4_s16(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33,
java.lang.String s34,
Wire w34,
java.lang.String s35,
Wire w35,
java.lang.String s36,
Wire w36,
java.lang.String s37,
Wire w37,
java.lang.String s38,
Wire w38,
java.lang.String s39,
Wire w39,
java.lang.String s40,
Wire w40,
java.lang.String s41,
Wire w41,
java.lang.String s42,
Wire w42,
java.lang.String s43,
Wire w43,
java.lang.String s44,
Wire w44,
java.lang.String s45,
Wire w45,
java.lang.String s46,
Wire w46,
java.lang.String s47,
Wire w47,
java.lang.String s48,
Wire w48,
java.lang.String s49,
Wire w49,
java.lang.String s50,
Wire w50,
java.lang.String s51,
Wire w51,
java.lang.String s52,
Wire w52,
java.lang.String s53,
Wire w53,
java.lang.String s54,
Wire w54,
java.lang.String s55,
Wire w55,
java.lang.String s56,
Wire w56,
java.lang.String s57,
Wire w57,
java.lang.String s58,
Wire w58,
java.lang.String s59,
Wire w59,
java.lang.String s60,
Wire w60,
java.lang.String s61,
Wire w61,
java.lang.String s62,
Wire w62,
java.lang.String s63,
Wire w63,
java.lang.String s64,
Wire w64,
java.lang.String s65,
Wire w65)
|
|
ramb4_s1_s1(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s1_s1(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s1_s1(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33,
java.lang.String s34,
Wire w34,
java.lang.String s35,
Wire w35)
|
|
ramb4_s8_s8(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s8_s8(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s8_s8(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33,
java.lang.String s34,
Wire w34,
java.lang.String s35,
Wire w35,
java.lang.String s36,
Wire w36,
java.lang.String s37,
Wire w37,
java.lang.String s38,
Wire w38,
java.lang.String s39,
Wire w39,
java.lang.String s40,
Wire w40,
java.lang.String s41,
Wire w41,
java.lang.String s42,
Wire w42,
java.lang.String s43,
Wire w43,
java.lang.String s44,
Wire w44,
java.lang.String s45,
Wire w45,
java.lang.String s46,
Wire w46,
java.lang.String s47,
Wire w47,
java.lang.String s48,
Wire w48,
java.lang.String s49,
Wire w49,
java.lang.String s50,
Wire w50,
java.lang.String s51,
Wire w51,
java.lang.String s52,
Wire w52,
java.lang.String s53,
Wire w53,
java.lang.String s54,
Wire w54,
java.lang.String s55,
Wire w55,
java.lang.String s56,
Wire w56,
java.lang.String s57,
Wire w57)
|
|
ramb4_s4_s8(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s4_s8(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s4_s8(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33,
java.lang.String s34,
Wire w34,
java.lang.String s35,
Wire w35,
java.lang.String s36,
Wire w36,
java.lang.String s37,
Wire w37,
java.lang.String s38,
Wire w38,
java.lang.String s39,
Wire w39,
java.lang.String s40,
Wire w40,
java.lang.String s41,
Wire w41,
java.lang.String s42,
Wire w42,
java.lang.String s43,
Wire w43,
java.lang.String s44,
Wire w44,
java.lang.String s45,
Wire w45,
java.lang.String s46,
Wire w46,
java.lang.String s47,
Wire w47,
java.lang.String s48,
Wire w48,
java.lang.String s49,
Wire w49,
java.lang.String s50,
Wire w50)
|
|
ramb4_s1_s8(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s1_s8(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s1_s8(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33,
java.lang.String s34,
Wire w34,
java.lang.String s35,
Wire w35,
java.lang.String s36,
Wire w36,
java.lang.String s37,
Wire w37,
java.lang.String s38,
Wire w38,
java.lang.String s39,
Wire w39,
java.lang.String s40,
Wire w40,
java.lang.String s41,
Wire w41,
java.lang.String s42,
Wire w42,
java.lang.String s43,
Wire w43,
java.lang.String s44,
Wire w44,
java.lang.String s45,
Wire w45,
java.lang.String s46,
Wire w46)
|
|
ramb4_s4_s4(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s4_s4(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s4_s4(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33,
java.lang.String s34,
Wire w34,
java.lang.String s35,
Wire w35,
java.lang.String s36,
Wire w36,
java.lang.String s37,
Wire w37,
java.lang.String s38,
Wire w38,
java.lang.String s39,
Wire w39,
java.lang.String s40,
Wire w40,
java.lang.String s41,
Wire w41,
java.lang.String s42,
Wire w42,
java.lang.String s43,
Wire w43)
|
|
ramb4_s16(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)
|
|
ramb4_s16(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)
|
|
ramb4_s16(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33,
java.lang.String s34,
Wire w34,
java.lang.String s35,
Wire w35,
java.lang.String s36,
Wire w36,
java.lang.String s37,
Wire w37,
java.lang.String s38,
Wire w38,
java.lang.String s39,
Wire w39,
java.lang.String s40,
Wire w40,
java.lang.String s41,
Wire w41,
java.lang.String s42,
Wire w42,
java.lang.String s43,
Wire w43)
|
|
RAMB4_Single(Node parent,
java.lang.String instanceName)
|
|
RAMB4_Dual(Node parent,
java.lang.String instanceName)
|
|
ramb4_s1_s4(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s1_s4(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s1_s4(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33,
java.lang.String s34,
Wire w34,
java.lang.String s35,
Wire w35,
java.lang.String s36,
Wire w36,
java.lang.String s37,
Wire w37,
java.lang.String s38,
Wire w38,
java.lang.String s39,
Wire w39)
|
|
ramb4_s1_s16(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s1_s16(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s1_s16(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33,
java.lang.String s34,
Wire w34,
java.lang.String s35,
Wire w35,
java.lang.String s36,
Wire w36,
java.lang.String s37,
Wire w37,
java.lang.String s38,
Wire w38,
java.lang.String s39,
Wire w39,
java.lang.String s40,
Wire w40,
java.lang.String s41,
Wire w41,
java.lang.String s42,
Wire w42,
java.lang.String s43,
Wire w43,
java.lang.String s44,
Wire w44,
java.lang.String s45,
Wire w45,
java.lang.String s46,
Wire w46,
java.lang.String s47,
Wire w47,
java.lang.String s48,
Wire w48,
java.lang.String s49,
Wire w49,
java.lang.String s50,
Wire w50,
java.lang.String s51,
Wire w51,
java.lang.String s52,
Wire w52,
java.lang.String s53,
Wire w53,
java.lang.String s54,
Wire w54,
java.lang.String s55,
Wire w55,
java.lang.String s56,
Wire w56,
java.lang.String s57,
Wire w57,
java.lang.String s58,
Wire w58,
java.lang.String s59,
Wire w59,
java.lang.String s60,
Wire w60,
java.lang.String s61,
Wire w61)
|
|
ramb4_s1_s2(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s1_s2(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s1_s2(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33,
java.lang.String s34,
Wire w34,
java.lang.String s35,
Wire w35,
java.lang.String s36,
Wire w36)
|
|
ramb4_s2_s8(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s2_s8(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s2_s8(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33,
java.lang.String s34,
Wire w34,
java.lang.String s35,
Wire w35,
java.lang.String s36,
Wire w36,
java.lang.String s37,
Wire w37,
java.lang.String s38,
Wire w38,
java.lang.String s39,
Wire w39,
java.lang.String s40,
Wire w40,
java.lang.String s41,
Wire w41,
java.lang.String s42,
Wire w42,
java.lang.String s43,
Wire w43,
java.lang.String s44,
Wire w44,
java.lang.String s45,
Wire w45,
java.lang.String s46,
Wire w46,
java.lang.String s47,
Wire w47)
|
|
ramb4_s1(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)
|
|
ramb4_s1(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)
|
|
ramb4_s1(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17)
|
|
ramb4_s2_s16(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s2_s16(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ramb4_s2_s16(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33,
java.lang.String s34,
Wire w34,
java.lang.String s35,
Wire w35,
java.lang.String s36,
Wire w36,
java.lang.String s37,
Wire w37,
java.lang.String s38,
Wire w38,
java.lang.String s39,
Wire w39,
java.lang.String s40,
Wire w40,
java.lang.String s41,
Wire w41,
java.lang.String s42,
Wire w42,
java.lang.String s43,
Wire w43,
java.lang.String s44,
Wire w44,
java.lang.String s45,
Wire w45,
java.lang.String s46,
Wire w46,
java.lang.String s47,
Wire w47,
java.lang.String s48,
Wire w48,
java.lang.String s49,
Wire w49,
java.lang.String s50,
Wire w50,
java.lang.String s51,
Wire w51,
java.lang.String s52,
Wire w52,
java.lang.String s53,
Wire w53,
java.lang.String s54,
Wire w54,
java.lang.String s55,
Wire w55,
java.lang.String s56,
Wire w56,
java.lang.String s57,
Wire w57,
java.lang.String s58,
Wire w58,
java.lang.String s59,
Wire w59,
java.lang.String s60,
Wire w60,
java.lang.String s61,
Wire w61,
java.lang.String s62,
Wire w62)
|
|
ramb4_s8(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)
|
|
ramb4_s8(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)
|
|
ramb4_s8(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28)
|
Uses of Node in byucc.jhdl.Xilinx.Virtex2 |
Subclasses of Node in byucc.jhdl.Xilinx.Virtex2 | |
class |
BlockRamViewParity
Deprecated. Use BlockRamView in RamPack instead. |
class |
bscan_virtex2
The BSCAN_VIRTEX2 symbol is used to create internal boundary scan chains in a Virtex2 or Virtex2- E device. |
class |
bufgce
BUFGCE is a multiplexed global clock buffer with a single gated input. |
class |
bufgce_1
BUFGCE_1 is a multiplexed global clock buffer with a single gated input. |
class |
bufgdll
Each of the BUF*_ANN classes implements an Annotation-only buffer, i.e. |
class |
bufgmux
BUFGMUX is a multiplexed global clock buffer that can select between two input clocks I0 and I1. |
class |
bufgmux_1
BUFGMUX_1 is a multiplexed global clock buffer that can select between two input clocks I0 and I1. |
class |
capture_virtex2
CAPTURE_VIRTEX2 provides user control over when to capture register (flip-flop and latch) information for readback. |
class |
dcm
DCM is a digital clock manager that provides multiple functions. |
class |
fddrcpe
FDDRCPE is a Dual Data Rate (DDR) D flip-flop with two separate clocks (C0 and C1) phase shifted 180 degrees that allow selection of two separate data inputs (D0 and D1). |
class |
fddrrse
FDDRRSE is a Dual Data Rate (DDR) D flip-flop with two separate clocks (C0 and C1) phase shifted 180 degrees that allow selection of two separate data inputs (D0 and D1). |
class |
ibuf_lvttl
IBUF is a single input buffer. |
class |
ibufds
IBUFDS is an input buffer that supports low-voltage, differential signaling. |
class |
ibufds_blvds_25
IBUFDS is an input buffer that supports low-voltage, differential signaling. |
class |
ibufds_diff_out
IBUFDS is an input buffer that supports low-voltage, differential signaling. |
class |
ibufds_ldt_25
IBUFDS is an input buffer that supports low-voltage, differential signaling. |
class |
ibufds_lvds_25
IBUFDS is an input buffer that supports low-voltage, differential signaling. |
class |
ibufds_lvds_25_dci
IBUFDS is an input buffer that supports low-voltage, differential signaling. |
class |
ibufds_lvds_33
IBUFDS is an input buffer that supports low-voltage, differential signaling. |
class |
ibufds_lvds_33_dci
IBUFDS is an input buffer that supports low-voltage, differential signaling. |
class |
ibufds_lvdsext_25
IBUFDS is an input buffer that supports low-voltage, differential signaling. |
class |
ibufds_lvdsext_25_dci
IBUFDS is an input buffer that supports low-voltage, differential signaling. |
class |
ibufds_lvdsext_33
IBUFDS is an input buffer that supports low-voltage, differential signaling. |
class |
ibufds_lvdsext_33_dci
IBUFDS is an input buffer that supports low-voltage, differential signaling. |
class |
ibufds_lvpecl_25
IBUFDS is an input buffer that supports low-voltage, differential signaling. |
class |
ibufds_lvpecl_33
IBUFDS is an input buffer that supports low-voltage, differential signaling. |
class |
ibufds_ulvds_25
IBUFDS is an input buffer that supports low-voltage, differential signaling. |
class |
ibufg_lvttl
IBUFG and its variants (listed below) are dedicated input buffers for connecting to the clock buffer (BUFG) or CLKDLL. |
class |
ibufgds
IBUFGDS is a dedicated differential signaling input buffer for connection to the clock buffer (BUFG) or DCM. |
class |
ibufgds_lvds_25
IBUFGDS is a dedicated differential signaling input buffer for connection to the clock buffer (BUFG) or DCM. |
class |
ibufgds_lvdsext_25
IBUFGDS is a dedicated differential signaling input buffer for connection to the clock buffer (BUFG) or DCM. |
class |
icap_virtex2
|
class |
ifddrcpe
IFDDRCPE is a dual data rate (DDR) input D flip-flop with clock enable (CE) and asynchronous preset (PRE) and clear (CLR). |
class |
ifddrrse
FDDRRSE is a Dual Data Rate (DDR) D flip-flop with two separate clocks (C0 and C1) phase shifted 180 degrees that allow selection of two separate data inputs (D0 and D1). |
class |
iobuf_sstl2_ii_dci
IOBUF and its variants (listed below) are bi-directional buffers whose I/O interface corresponds to a specific I/O standard.The name extensions (LVCMOS2, PCI33_3, PCI33_5, etc.) specify the standard. |
class |
iobufds
|
class |
mult18x18
MULT18X18 is a combinational signed 18-bit by 18-bit multiplier. |
class |
mult18x18s
MULT18X18S is a signed 18-bit by 18-bit multiplier with output registered. |
class |
muxf7
MUXF7 provides a multiplexer function in a full Virtex-II CLB for creating a function-of-7 lookup table or a 16-to-1 multiplexer in combination with the associated lookup tables. |
class |
muxf7_d
MUXF7_D provides a multiplexer function in one full Virtex-II CLB for creating a function-of-7 lookup table or a 16-to-1 multiplexer in combination with the associated lookup tables. |
class |
muxf7_l
MUXF7_L provides a multiplexer function in a full Virtex-II CLB for creating a func-tion- of-7 lookup table or a 16-to-1 multiplexer in combination with the associated lookup tables. |
class |
muxf8
MUXF8 provides a multiplexer function in two full Virtex-II CLBs for creating a func-tion- of-7 lookup table or a 32-to-1 multiplexer in combination with the associated lookup tables and two MUXF8s. |
class |
muxf8_d
MUXF8_D provides a multiplexer function in two full Virtex-II CLBs for creating a function-of-8 lookup table or a 32-to-1 multiplexer in combination with the associated four lookup tables and two MUXF8s. |
class |
muxf8_l
MUXF8_L provides a multiplexer function in two full Virtex-II CLBs for creating a function-of-8 lookup table or a 32-to-1 multiplexer in combination with the associated four lookup tables and two MUXF8s. |
class |
obuf_lvttl_f_12
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obuf_sstl2_i_dci
OBUF and its variants (listed below) are single output buffers whose I/O interface corresponds to a specific I/O standard. |
class |
obufds
OBUFDS is a single output buffer that supports low-voltage, differential signaling (1.8v CMOS). |
class |
obufds_lvds_25
OBUFDS is a single output buffer that supports low-voltage, differential signaling (1.8v CMOS). |
class |
obufds_lvdsext_25
OBUFDS is a single output buffer that supports low-voltage, differential signaling (1.8v CMOS). |
class |
obuft_sstl2_i_dci
OBUFT and its variants (listed below) are single 3-state output buffers with active-Low output Enable whose I/O interface corresponds to a specific I/O standard. |
class |
obuftds
OBUFTDS is a single 3-state, differential signaling output buffer with active Low enable and a selectIO interface. |
class |
ofddrcpe
OFDDRCPE is a dual data rate (DDR) output D flip-flop with clock enable (CE) and asynchronous preset (PRE) and clear (CLR). |
class |
ofddrrse
OFDDRRSE is a dual data rate (DDR) output D flip-flop with synchronous reset (R) and set (S) and clock enable (CE). |
class |
ofddrtcpe
OFDDRTCPE is a dual data rate (DDR) D flip-flop with clock enable (CE) and asynchronous preset and clear whose output is enabled by a 3-state buffer. |
class |
ofddrtrse
OFDDRTRSE is a dual data rate (DDR) D flip-flop with clock enable (CE) and synchronous reset and set whose output is enabled by a 3-state buffer. |
class |
orcy
ORCY is a special OR with general O output used for generating faster and smaller arithmetic functions. |
class |
ram128x1s
RAM128X1S is a 128-word by 1-bit static random access memory with synchronous write capability. |
class |
ram128x1s_1
RAM128X1S_1 is a 64-word by 1-bit static random access memory with synchronous write capability. |
class |
ram32x1d
RAM32X1D is a 32-word by 1-bit static dual port random access memory with synchronous write capability and a positive-edge clock. |
class |
ram32x1d_1
RAM32X1D_1 is a 32-word by 1-bit static dual port random access memory with synchronous write capability and a negative-edge clock. |
class |
ram64x1d
RAM64X1D is a 64-word by 1-bit static dual port random access memory with synchronous write capability and a positive-edge clock. |
class |
ram64x1d_1
RAM64X1D_1 is a 64-word by 1-bit static dual port random access memory with synchronous write capability and a negative-edge clock. |
class |
ram64x1s
RAM64X1S is a 64-word by 1-bit static random access memory with synchronous write capability. |
class |
ram64x1s_1
RAM64X1S_1 is a 64-word by 1-bit static random access memory with synchronous write capability and a negative-edge clock. |
class |
ram64x2s
RAM64X2S is a 64-word by 2-bit static random access memory with synchronous write capability. |
class |
RAMB16_S
This class provides the functionality of the RAMB16_Sn Virtex2 library elements - The Single-ported BlockRams. |
class |
RAMB16_S_S
This class provides the functionality of the RAMB16_Sn_Sn Virtex2 library elements - The Dual-ported BlockRams. |
class |
RAMB16DualNoParity
Deprecated. Use RAMB16_S_S instead. |
class |
RAMB16DualParity
Deprecated. Use RAMB16_S_S instead. |
class |
RAMB16DualParityB
Deprecated. Use RAMB16_S_S instead. |
class |
RAMB16SingleNoParity
Deprecated. Use RAMB16_S instead. |
class |
RAMB16SingleParity
Deprecated. Use RAMB16_S instead. |
class |
roc
|
class |
rocbuf
|
class |
rom128x1
ROM128X1 is a 128-word by 1-bit ROM. |
class |
Rom128x1View
This class is for the simulation of block ram's to work correctly. |
class |
rom256x1
ROM256X1 is a 256-word by 1-bit ROM. |
class |
Rom256x1View
This class is for the simulation of block ram's to work correctly. |
class |
rom64x1
ROM64X1 is a 64-word by 1-bit ROM. |
class |
Rom64x1View
This class is for the simulation of block ram's to work correctly. |
class |
srlc16
SRLC16 is a shift register look up table (LUT). |
class |
srlc16_1
SRLC16_1 is a shift register look up table (LUT). |
class |
srlc16e
SRLC16E is a shift register look up table (LUT) with carry, clock enable, and asynchro-nous clear. |
class |
srlc16e_1
SRLC16E_1 is a shift register look up table (LUT). |
class |
startbuf_architecture
|
class |
startup_virtex2
The STARTUP_VIRTEX2 primitive is used for Global Set/Reset, global 3-state control, and the user configuration clock. |
class |
TESTVirtex2Library
This class is the self-test controller for the Virtex2 library. |
class |
toc
|
class |
tocbuf
|
class |
Virtex2LibrarySelfTester
This class is the self-test controller for the Virtex2 library. |
Constructors in byucc.jhdl.Xilinx.Virtex2 with parameters of type Node | |
fdce(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdce(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdce(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce. |
|
fdce(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce. |
|
fdce(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce. |
|
fdce(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce. |
|
fdce(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce. |
|
fdce(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce. |
|
fdce(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce. |
|
fdce(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce. |
|
fdce(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 fdce, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdce(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 INIT)
Constructs a new fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdce(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 fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce(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 INIT)
Constructs a new fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce(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 fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce(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 INIT)
Constructs a new fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce(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 fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce(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 INIT)
Constructs a new fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce(Node parent,
ArgBlockList abl)
Constructs a new fdce, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdce(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdce, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofd(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofd(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofd(Node parent,
Wire d,
Wire q)
Constructs a new ofd. |
|
ofd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ofd. |
|
ofd(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new ofd. |
|
ofd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new ofd. |
|
ofd(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofd. |
|
ofd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofd. |
|
ofd(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofd. |
|
ofd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofd. |
|
ofd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofd(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 ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofd(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 INIT)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofd(Node parent,
ArgBlockList abl)
Constructs a new ofd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofd(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ildx_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ildx_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ildx_1(Node parent,
Wire ge,
Wire d,
Wire q)
Constructs a new ildx_1. |
|
ildx_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire d,
Wire q)
Constructs a new ildx_1. |
|
ildx_1(Node parent,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ildx_1. |
|
ildx_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ildx_1. |
|
ildx_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ildx_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ildx_1(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 ildx_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ildx_1(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 ildx_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ildx_1(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 ildx_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ildx_1(Node parent,
ArgBlockList abl)
Constructs a new ildx_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ildx_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ildx_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ipad(Node parent)
Deprecated. Used only by child classes to pass up the parent cell. |
|
ipad(Node parent,
java.lang.String name)
Deprecated. Used only by child classes to pass up the parent cell and instance name. |
|
ipad(Node parent,
Wire ipad)
Deprecated. Constructs a new ipad. |
|
ipad(Node parent,
java.lang.String instanceName,
Wire ipad)
Deprecated. Constructs a new ipad. |
|
ipad(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Deprecated. Constructs a new ipad, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ipad(Node parent,
ArgBlockList abl)
Deprecated. Constructs a new ipad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ipad(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Deprecated. Constructs a new ipad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdce_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdce_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdce_g(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_g. |
|
fdce_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 fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdce_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,
java.lang.String INIT)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdce_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 fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce_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,
java.lang.String INIT)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce_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,
java.lang.String s4,
Wire w4)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_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,
java.lang.String s4,
Wire w4)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_g(Node parent,
ArgBlockList abl)
Constructs a new fdce_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdce_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdce_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x4s(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14)
|
|
ram32x4s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String[] INIT)
|
|
ram32x4s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14)
|
|
ram32x4s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram32x4s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram32x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s. |
|
ram32x4s(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 ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram32x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01, INIT_02, INIT_03 |
|
ram32x4s(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 ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x4s(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 ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x4s(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 ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x4s(Node parent,
ArgBlockList abl)
Constructs a new ram32x4s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x4s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram32x4s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x8s(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22)
|
|
ram32x8s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String[] INIT)
|
|
ram32x8s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22)
|
|
ram32x8s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram32x8s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram32x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s. |
|
ram32x8s(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 ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram32x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01, INIT_02, INIT_03, INIT_04, INIT_05, INIT_06, INIT_07 |
|
ram32x8s(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 ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x8s(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 ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x8s(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 ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x8s(Node parent,
ArgBlockList abl)
Constructs a new ram32x8s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x8s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram32x8s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fmap(Node parent)
Used only by child classes to pass up the parent cell. |
|
fmap(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fmap(Node parent,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new fmap. |
|
fmap(Node parent,
java.lang.String instanceName,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new fmap. |
|
fmap(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 fmap, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fmap(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 fmap, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fmap(Node parent,
ArgBlockList abl)
Constructs a new fmap, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fmap(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fmap, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
d3_8e(Node parent)
Used only by child classes to pass up the parent cell. |
|
d3_8e(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
d3_8e(Node parent,
Wire a0,
Wire a1,
Wire a2,
Wire e,
Wire d0,
Wire d1,
Wire d2,
Wire d3,
Wire d4,
Wire d5,
Wire d6,
Wire d7)
Constructs a new d3_8e. |
|
d3_8e(Node parent,
java.lang.String instanceName,
Wire a0,
Wire a1,
Wire a2,
Wire e,
Wire d0,
Wire d1,
Wire d2,
Wire d3,
Wire d4,
Wire d5,
Wire d6,
Wire d7)
Constructs a new d3_8e. |
|
d3_8e(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11)
Constructs a new d3_8e, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
d3_8e(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11)
Constructs a new d3_8e, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
d3_8e(Node parent,
ArgBlockList abl)
Constructs a new d3_8e, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
d3_8e(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new d3_8e, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdxi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdxi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdxi(Node parent,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdxi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdxi(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 ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdxi(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 INIT)
Constructs a new ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdxi(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 ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdxi(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 INIT)
Constructs a new ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdxi(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 ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdxi(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 INIT)
Constructs a new ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdxi(Node parent,
ArgBlockList abl)
Constructs a new ofdxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdxi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdse_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdse_1_g(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1_g. |
|
fdse_1_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 fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdse_1_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,
java.lang.String INIT)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdse_1_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 fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_1_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,
java.lang.String INIT)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdse_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdse_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buf_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
buf_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
buf_g(Node parent,
Wire i,
Wire o)
Constructs a new buf_g. |
|
buf_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new buf_g. |
|
buf_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new buf_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
buf_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new buf_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
buf_g(Node parent,
ArgBlockList abl)
Constructs a new buf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buf_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new buf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdr_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdr_1_g(Node parent,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdr_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdr_1_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 fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_1_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 INIT)
Constructs a new fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_1_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 fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1_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,
java.lang.String INIT)
Constructs a new fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1_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 fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1_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,
java.lang.String INIT)
Constructs a new fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdr_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdr_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1s(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)
|
|
ram32x1s(Node parent,
java.lang.String name,
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 INIT)
|
|
ram32x1s(Node parent,
java.lang.String name,
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)
|
|
ram32x1s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram32x1s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram32x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram32x1s. |
|
ram32x1s(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 ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram32x1s(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 INIT)
Constructs a new ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram32x1s(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 ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x1s(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 INIT)
Constructs a new ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x1s(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 ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s(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 INIT)
Constructs a new ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s(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 ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s(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 INIT)
Constructs a new ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s(Node parent,
ArgBlockList abl)
Constructs a new ram32x1s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram32x1s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrs_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrs_1_g(Node parent,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1_g. |
|
fdrs_1_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 fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrs_1_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,
java.lang.String INIT)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrs_1_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 fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_1_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,
java.lang.String INIT)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdrs_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrs_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf(Node parent,
Wire i,
Wire o)
Constructs a new ibuf. |
|
ibuf(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf. |
|
ibuf(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf(Node parent,
ArgBlockList abl)
Constructs a new ibuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
opad(Node parent)
Deprecated. Used only by child classes to pass up the parent cell. |
|
opad(Node parent,
java.lang.String name)
Deprecated. Used only by child classes to pass up the parent cell and instance name. |
|
opad(Node parent,
Wire opad)
Deprecated. Constructs a new opad. |
|
opad(Node parent,
java.lang.String instanceName,
Wire opad)
Deprecated. Constructs a new opad. |
|
opad(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Deprecated. Constructs a new opad, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
opad(Node parent,
ArgBlockList abl)
Deprecated. Constructs a new opad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
opad(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Deprecated. Constructs a new opad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdxi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifdxi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifdxi(Node parent,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifdxi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifdxi(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 ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdxi(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 INIT)
Constructs a new ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdxi(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 ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdxi(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 INIT)
Constructs a new ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdxi(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 ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdxi(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 INIT)
Constructs a new ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdxi(Node parent,
ArgBlockList abl)
Constructs a new ifdxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdxi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifdxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x4s(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ram16x4s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String[] INIT)
|
|
ram16x4s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ram16x4s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x4s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s. |
|
ram16x4s(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 ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01, INIT_02, INIT_03 |
|
ram16x4s(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 ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x4s(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 ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4s(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 ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4s(Node parent,
ArgBlockList abl)
Constructs a new ram16x4s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x4s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x4s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft. |
|
obuft(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft. |
|
obuft(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft(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 obuft, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft(Node parent,
ArgBlockList abl)
Constructs a new obuft, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufgds_lvdsext_25(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufgds_lvdsext_25(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufgds_lvdsext_25(Node parent,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufgds_lvdsext_25. |
|
ibufgds_lvdsext_25(Node parent,
java.lang.String instanceName,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufgds_lvdsext_25. |
|
ibufgds_lvdsext_25(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ibufgds_lvdsext_25, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufgds_lvdsext_25(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 ibufgds_lvdsext_25, connecting each Wire to the port whose name is given by the accompanying String parameter The initial String parameter specifies the instance name. |
|
ibufgds_lvdsext_25(Node parent,
ArgBlockList abl)
Constructs a new ibufgds_lvdsext_25, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
ibufgds_lvdsext_25(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufgds_lvdsext_25, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
fdp_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdp_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdp_1_g(Node parent,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdp_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdp_1_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 fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_1_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 INIT)
Constructs a new fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_1_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 fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1_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,
java.lang.String INIT)
Constructs a new fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1_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 fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1_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,
java.lang.String INIT)
Constructs a new fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdp_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdp_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofde(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofde(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofde(Node parent,
Wire d,
Wire e,
Wire o)
Constructs a new ofde. |
|
ofde(Node parent,
java.lang.String instanceName,
Wire d,
Wire e,
Wire o)
Constructs a new ofde. |
|
ofde(Node parent,
Wire c,
Wire d,
Wire e,
Wire o)
Constructs a new ofde. |
|
ofde(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire e,
Wire o)
Constructs a new ofde. |
|
ofde(Node parent,
Wire d,
Wire e,
Wire o,
java.lang.String INIT)
Constructs a new ofde. |
|
ofde(Node parent,
java.lang.String instanceName,
Wire d,
Wire e,
Wire o,
java.lang.String INIT)
Constructs a new ofde. |
|
ofde(Node parent,
Wire c,
Wire d,
Wire e,
Wire o,
java.lang.String INIT)
Constructs a new ofde. |
|
ofde(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire e,
Wire o,
java.lang.String INIT)
Constructs a new ofde. |
|
ofde(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofde, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofde(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofde(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 ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofde(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 INIT)
Constructs a new ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofde(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 ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofde(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 INIT)
Constructs a new ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofde(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 ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofde(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 INIT)
Constructs a new ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofde(Node parent,
ArgBlockList abl)
Constructs a new ofde, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofde(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofde, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fde(Node parent)
Used only by child classes to pass up the parent cell. |
|
fde(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fde(Node parent,
Wire d,
Wire ce,
Wire q)
Constructs a new fde. |
|
fde(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q)
Constructs a new fde. |
|
fde(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new fde. |
|
fde(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new fde. |
|
fde(Node parent,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new fde. |
|
fde(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new fde. |
|
fde(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new fde. |
|
fde(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new fde. |
|
fde(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fde, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fde(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fde, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fde(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 fde, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fde(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 INIT)
Constructs a new fde, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fde(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 fde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde(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 INIT)
Constructs a new fde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde(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 fde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde(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 INIT)
Constructs a new fde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde(Node parent,
ArgBlockList abl)
Constructs a new fde, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fde(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fde, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrse_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrse_1_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1_g. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrse_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String INIT)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String INIT)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdrse_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrse_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrs_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrs_1(Node parent,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1. |
|
fdrs_1(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 fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrs_1(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 INIT)
Constructs a new fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrs_1(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 fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_1(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 INIT)
Constructs a new fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_1(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 fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1(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 INIT)
Constructs a new fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1(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 fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1(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 INIT)
Constructs a new fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1(Node parent,
ArgBlockList abl)
Constructs a new fdrs_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrs_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pullup_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
pullup_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
pullup_g(Node parent,
Wire o)
Constructs a new pullup_g. |
|
pullup_g(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new pullup_g. |
|
pullup_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new pullup_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
pullup_g(Node parent,
ArgBlockList abl)
Constructs a new pullup_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pullup_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new pullup_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pulldown_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
pulldown_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
pulldown_g(Node parent,
Wire o)
Constructs a new pulldown_g. |
|
pulldown_g(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new pulldown_g. |
|
pulldown_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new pulldown_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
pulldown_g(Node parent,
ArgBlockList abl)
Constructs a new pulldown_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pulldown_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new pulldown_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrse_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrse_1(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1. |
|
fdrse_1(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 fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrse_1(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 INIT)
Constructs a new fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrse_1(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 fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_1(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 INIT)
Constructs a new fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_1(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 fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1(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 INIT)
Constructs a new fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1(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 fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1(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 INIT)
Constructs a new fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1(Node parent,
ArgBlockList abl)
Constructs a new fdrse_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrse_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_g(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_g. |
|
ibuf_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_g. |
|
ibuf_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_g(Node parent,
ArgBlockList abl)
Constructs a new ibuf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufe(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufe(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufe(Node parent,
Wire i,
Wire e,
Wire o)
Constructs a new bufe. |
|
bufe(Node parent,
java.lang.String instanceName,
Wire i,
Wire e,
Wire o)
Constructs a new bufe. |
|
bufe(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new bufe, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufe(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 bufe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufe(Node parent,
ArgBlockList abl)
Constructs a new bufe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufe(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_sstl2_ii_dci(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_sstl2_ii_dci(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_sstl2_ii_dci(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_sstl2_ii_dci. |
|
iobuf_sstl2_ii_dci(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_sstl2_ii_dci. |
|
iobuf_sstl2_ii_dci(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 iobuf_sstl2_ii_dci, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_sstl2_ii_dci(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 iobuf_sstl2_ii_dci, connecting each Wire to the port whose name is given by the accompanying String parameter The initial String parameter specifies the instance name. |
|
iobuf_sstl2_ii_dci(Node parent,
ArgBlockList abl)
Constructs a new iobuf_sstl2_ii_dci, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
iobuf_sstl2_ii_dci(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_sstl2_ii_dci, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
fdc_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdc_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdc_1(Node parent,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdc_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdc_1(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 fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_1(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 INIT)
Constructs a new fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_1(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 fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1(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 INIT)
Constructs a new fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1(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 fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1(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 INIT)
Constructs a new fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1(Node parent,
ArgBlockList abl)
Constructs a new fdc_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdc_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf(Node parent,
Wire i,
Wire o)
Constructs a new obuf. |
|
obuf(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf. |
|
obuf(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf(Node parent,
ArgBlockList abl)
Constructs a new obuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdc_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdc_1_g(Node parent,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdc_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdc_1_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 fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_1_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 INIT)
Constructs a new fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_1_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 fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1_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,
java.lang.String INIT)
Constructs a new fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1_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 fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1_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,
java.lang.String INIT)
Constructs a new fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdc_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdc_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdse_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdse_1(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1. |
|
fdse_1(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 fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdse_1(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 INIT)
Constructs a new fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdse_1(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 fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_1(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 INIT)
Constructs a new fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_1(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 fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1(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 INIT)
Constructs a new fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1(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 fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1(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 INIT)
Constructs a new fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1(Node parent,
ArgBlockList abl)
Constructs a new fdse_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdse_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iopad(Node parent)
Deprecated. Used only by child classes to pass up the parent cell. |
|
iopad(Node parent,
java.lang.String name)
Deprecated. Used only by child classes to pass up the parent cell and instance name. |
|
iopad(Node parent,
Wire io)
Deprecated. Constructs a new iopad. |
|
iopad(Node parent,
java.lang.String instanceName,
Wire io)
Deprecated. Constructs a new iopad. |
|
iopad(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Deprecated. Constructs a new iopad, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iopad(Node parent,
ArgBlockList abl)
Deprecated. Constructs a new iopad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iopad(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Deprecated. Constructs a new iopad, 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 i,
Wire o)
Constructs a new buf. |
|
buf(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
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 . |
|
fdse(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdse(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdse(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse. |
|
fdse(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse. |
|
fdse(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse. |
|
fdse(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse. |
|
fdse(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse. |
|
fdse(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse. |
|
fdse(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse. |
|
fdse(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse. |
|
fdse(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 fdse, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdse(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 INIT)
Constructs a new fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdse(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 fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse(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 INIT)
Constructs a new fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse(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 fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse(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 INIT)
Constructs a new fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse(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 fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse(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 INIT)
Constructs a new fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse(Node parent,
ArgBlockList abl)
Constructs a new fdse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
rom256x1(Node parent,
Wire a,
Wire o)
Constructs a new single-ported BlockRam. |
|
rom256x1(Node parent,
Wire a,
Wire o,
java.lang.String name,
int[] contents)
Constructs a new named, single-ported BlockRam. |
|
rom256x1(Node parent,
java.lang.String name,
Wire a,
Wire o)
Constructs a new rom256x1. |
|
rom256x1(Node parent,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new rom256x1. |
|
rom256x1(Node parent,
java.lang.String name,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new rom256x1. |
|
rom256x1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new rom256x1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
rom256x1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new rom256x1, connecting each Wire to the port whose name is given by the accompanying String parameter The final String parameters set the generics , INIT |
|
rom256x1(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new rom256x1, connecting each Wire to the port whose name is given by the accompanying String parameter The initial String parameter specifies the instance name. |
|
rom256x1(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new rom256x1, connecting each Wire to the port whose name is given by the accompanying String parameter The initial String parameter specifies the instance name. |
|
rom256x1(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)
|
|
rom256x1(Node parent,
java.lang.String name,
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)
|
|
rom256x1(Node parent,
java.lang.String name,
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 INIT)
|
|
upad(Node parent)
Used only by child classes to pass up the parent cell. |
|
upad(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
upad(Node parent,
Wire io)
Constructs a new upad. |
|
upad(Node parent,
java.lang.String instanceName,
Wire io)
Constructs a new upad. |
|
upad(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new upad, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
upad(Node parent,
ArgBlockList abl)
Constructs a new upad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
upad(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new upad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x4d(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21)
|
|
ram16x4d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String[] INIT)
|
|
ram16x4d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21)
|
|
ram16x4d(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x4d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x4d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d. |
|
ram16x4d(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 ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x4d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01, INIT_02, INIT_03 |
|
ram16x4d(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 ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x4d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x4d(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 ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4d(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 ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4d(Node parent,
ArgBlockList abl)
Constructs a new ram16x4d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x4d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x4d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x8d(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33)
|
|
ram16x8d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33,
java.lang.String[] INIT)
|
|
ram16x8d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33)
|
|
ram16x8d(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x8d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x8d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d. |
|
ram16x8d(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 ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x8d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01, INIT_02, INIT_03, INIT_04, INIT_05, INIT_06, INIT_07 |
|
ram16x8d(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 ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x8d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x8d(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 ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8d(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 ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8d(Node parent,
ArgBlockList abl)
Constructs a new ram16x8d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x8d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x8d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdt(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdt(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdt(Node parent,
Wire d,
Wire t,
Wire o)
Constructs a new ofdt. |
|
ofdt(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire o)
Constructs a new ofdt. |
|
ofdt(Node parent,
Wire c,
Wire d,
Wire t,
Wire o)
Constructs a new ofdt. |
|
ofdt(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire o)
Constructs a new ofdt. |
|
ofdt(Node parent,
Wire d,
Wire t,
Wire o,
java.lang.String INIT)
Constructs a new ofdt. |
|
ofdt(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire o,
java.lang.String INIT)
Constructs a new ofdt. |
|
ofdt(Node parent,
Wire c,
Wire d,
Wire t,
Wire o,
java.lang.String INIT)
Constructs a new ofdt. |
|
ofdt(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire o,
java.lang.String INIT)
Constructs a new ofdt. |
|
ofdt(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdt(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdt(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 ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdt(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 INIT)
Constructs a new ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdt(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 ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdt(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 INIT)
Constructs a new ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdt(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 ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdt(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 INIT)
Constructs a new ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdt(Node parent,
ArgBlockList abl)
Constructs a new ofdt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdt(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
m2_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
m2_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
m2_1(Node parent,
Wire d0,
Wire d1,
Wire s0,
Wire o)
Constructs a new m2_1. |
|
m2_1(Node parent,
java.lang.String instanceName,
Wire d0,
Wire d1,
Wire s0,
Wire o)
Constructs a new m2_1. |
|
m2_1(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 m2_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
m2_1(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 m2_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
m2_1(Node parent,
ArgBlockList abl)
Constructs a new m2_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
m2_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new m2_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifd_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifd_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifd_1(Node parent,
Wire d,
Wire q)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifd_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifd_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd_1(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 ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd_1(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 INIT)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd_1(Node parent,
ArgBlockList abl)
Constructs a new ifd_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifd_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifd_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pulldown(Node parent)
Used only by child classes to pass up the parent cell. |
|
pulldown(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
pulldown(Node parent,
Wire o)
Constructs a new pulldown. |
|
pulldown(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new pulldown. |
|
pulldown(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new pulldown, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
pulldown(Node parent,
ArgBlockList abl)
Constructs a new pulldown, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pulldown(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new pulldown, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdpe(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdpe(Node parent,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe. |
|
fdpe(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe. |
|
fdpe(Node parent,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe. |
|
fdpe(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe. |
|
fdpe(Node parent,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe. |
|
fdpe(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe. |
|
fdpe(Node parent,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe. |
|
fdpe(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe. |
|
fdpe(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 fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdpe(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 INIT)
Constructs a new fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdpe(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 fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe(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 INIT)
Constructs a new fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe(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 fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe(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 INIT)
Constructs a new fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe(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 fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe(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 INIT)
Constructs a new fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe(Node parent,
ArgBlockList abl)
Constructs a new fdpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fds_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fds_1(Node parent,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1. |
|
fds_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1. |
|
fds_1(Node parent,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1. |
|
fds_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1. |
|
fds_1(Node parent,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1. |
|
fds_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1. |
|
fds_1(Node parent,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1. |
|
fds_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1. |
|
fds_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fds_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fds_1(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 fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_1(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 INIT)
Constructs a new fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_1(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 fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1(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 INIT)
Constructs a new fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1(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 fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1(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 INIT)
Constructs a new fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1(Node parent,
ArgBlockList abl)
Constructs a new fds_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fds_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
inv(Node parent)
Used only by child classes to pass up the parent cell. |
|
inv(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
inv(Node parent,
Wire i,
Wire o)
Constructs a new inv. |
|
inv(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new inv. |
|
inv(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new inv, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
inv(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new inv, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
inv(Node parent,
ArgBlockList abl)
Constructs a new inv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
inv(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new inv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buft(Node parent)
Used only by child classes to pass up the parent cell. |
|
buft(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
buft(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new buft. |
|
buft(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new buft. |
|
buft(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new buft, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
buft(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 buft, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
buft(Node parent,
ArgBlockList abl)
Constructs a new buft, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buft(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new buft, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1d(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12)
|
|
ram16x1d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String INIT)
|
|
ram16x1d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12)
|
|
ram16x1d(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x1d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x1d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT)
Constructs a new ram16x1d. |
|
ram16x1d(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 ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x1d(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 INIT)
Constructs a new ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram16x1d(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 ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1d(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 INIT)
Constructs a new ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1d(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 ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1d(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 INIT)
Constructs a new ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1d(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 ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1d(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 INIT)
Constructs a new ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1d(Node parent,
ArgBlockList abl)
Constructs a new ram16x1d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x1d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ildxi_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ildxi_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ildxi_1(Node parent,
Wire ge,
Wire d,
Wire q)
Constructs a new ildxi_1. |
|
ildxi_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire d,
Wire q)
Constructs a new ildxi_1. |
|
ildxi_1(Node parent,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ildxi_1. |
|
ildxi_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ildxi_1. |
|
ildxi_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ildxi_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ildxi_1(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 ildxi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ildxi_1(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 ildxi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ildxi_1(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 ildxi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ildxi_1(Node parent,
ArgBlockList abl)
Constructs a new ildxi_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ildxi_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ildxi_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
rom16x1(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)
|
|
rom16x1(Node parent,
java.lang.String name,
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 INIT)
|
|
rom16x1(Node parent,
java.lang.String name,
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)
|
|
rom16x1(Node parent)
Used only by child classes to pass up the parent cell. |
|
rom16x1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
rom16x1(Node parent,
Wire a,
Wire o)
Constructs a new rom16x1. |
|
rom16x1(Node parent,
java.lang.String instanceName,
Wire a,
Wire o)
Constructs a new rom16x1. |
|
rom16x1(Node parent,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new rom16x1. |
|
rom16x1(Node parent,
java.lang.String instanceName,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new rom16x1. |
|
rom16x1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new rom16x1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
rom16x1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new rom16x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
rom16x1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new rom16x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
rom16x1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new rom16x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
rom16x1(Node parent,
ArgBlockList abl)
Constructs a new rom16x1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
rom16x1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new rom16x1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ipad_sim(Node parent)
Deprecated. Used only by child classes to pass up the parent cell. |
|
ipad_sim(Node parent,
java.lang.String name)
Deprecated. Used only by child classes to pass up the parent cell and instance name. |
|
ipad_sim(Node parent,
Wire i,
Wire ipad)
Deprecated. Constructs a new ipad_sim. |
|
ipad_sim(Node parent,
java.lang.String instanceName,
Wire i,
Wire ipad)
Deprecated. Constructs a new ipad_sim. |
|
ipad_sim(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Deprecated. Constructs a new ipad_sim, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ipad_sim(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Deprecated. Constructs a new ipad_sim, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ipad_sim(Node parent,
ArgBlockList abl)
Deprecated. Constructs a new ipad_sim, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ipad_sim(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Deprecated. Constructs a new ipad_sim, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
rom64x1(Node parent,
Wire a,
Wire o)
Constructs a new single-ported BlockRam. |
|
rom64x1(Node parent,
Wire a,
Wire o,
java.lang.String name,
int[] contents)
Constructs a new named, single-ported BlockRam. |
|
rom64x1(Node parent,
java.lang.String name,
Wire a,
Wire o)
Constructs a new rom64x1. |
|
rom64x1(Node parent,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new rom64x1. |
|
rom64x1(Node parent,
java.lang.String name,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new rom64x1. |
|
rom64x1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new rom64x1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
rom64x1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new rom64x1, connecting each Wire to the port whose name is given by the accompanying String parameter The final String parameters set the generics , INIT |
|
rom64x1(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new rom64x1, connecting each Wire to the port whose name is given by the accompanying String parameter The initial String parameter specifies the instance name. |
|
rom64x1(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new rom64x1, connecting each Wire to the port whose name is given by the accompanying String parameter The initial String parameter specifies the instance name. |
|
rom64x1(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)
|
|
rom64x1(Node parent,
java.lang.String name,
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)
|
|
rom64x1(Node parent,
java.lang.String name,
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 INIT)
|
|
ibufg_lvttl(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_lvttl(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_lvttl(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_lvttl. |
|
ibufg_lvttl(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_lvttl. |
|
ibufg_lvttl(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_lvttl, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_lvttl(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_lvttl, connecting each Wire to the port whose name is given by the accompanying String parameter The initial String parameter specifies the instance name. |
|
ibufg_lvttl(Node parent,
ArgBlockList abl)
Constructs a new ibufg_lvttl, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
ibufg_lvttl(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_lvttl, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
obuft_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_g(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_g. |
|
obuft_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_g. |
|
obuft_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_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 obuft_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_g(Node parent,
ArgBlockList abl)
Constructs a new obuft_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdp_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdp_1(Node parent,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdp_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdp_1(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 fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_1(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 INIT)
Constructs a new fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_1(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 fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1(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 INIT)
Constructs a new fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1(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 fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1(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 INIT)
Constructs a new fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1(Node parent,
ArgBlockList abl)
Constructs a new fdp_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdp_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_sstl2_i_dci(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_sstl2_i_dci(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_sstl2_i_dci(Node parent,
Wire i,
Wire o)
Constructs a new obuf_sstl2_i_dci. |
|
obuf_sstl2_i_dci(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_sstl2_i_dci. |
|
obuf_sstl2_i_dci(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_sstl2_i_dci, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_sstl2_i_dci(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_sstl2_i_dci, connecting each Wire to the port whose name is given by the accompanying String parameter The initial String parameter specifies the instance name. |
|
obuf_sstl2_i_dci(Node parent,
ArgBlockList abl)
Constructs a new obuf_sstl2_i_dci, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
obuf_sstl2_i_dci(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_sstl2_i_dci, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
obuf_lvttl_f_12(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_lvttl_f_12(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_lvttl_f_12(Node parent,
Wire i,
Wire o)
Constructs a new obuf_lvttl_f_12. |
|
obuf_lvttl_f_12(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_lvttl_f_12. |
|
obuf_lvttl_f_12(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_lvttl_f_12, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_lvttl_f_12(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_lvttl_f_12, connecting each Wire to the port whose name is given by the accompanying String parameter The initial String parameter specifies the instance name. |
|
obuf_lvttl_f_12(Node parent,
ArgBlockList abl)
Constructs a new obuf_lvttl_f_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
obuf_lvttl_f_12(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_lvttl_f_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
ibuf_lvttl(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_lvttl(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_lvttl(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_lvttl. |
|
ibuf_lvttl(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_lvttl. |
|
ibuf_lvttl(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_lvttl, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_lvttl(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_lvttl, connecting each Wire to the port whose name is given by the accompanying String parameter The initial String parameter specifies the instance name. |
|
ibuf_lvttl(Node parent,
ArgBlockList abl)
Constructs a new ibuf_lvttl, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
ibuf_lvttl(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_lvttl, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
ram32x2s(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,
java.lang.String s10,
Wire w10)
|
|
ram32x2s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String[] INIT)
|
|
ram32x2s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10)
|
|
ram32x2s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram32x2s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram32x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s. |
|
ram32x2s(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 ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram32x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01 |
|
ram32x2s(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 ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x2s(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 ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x2s(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 ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x2s(Node parent,
ArgBlockList abl)
Constructs a new ram32x2s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x2s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram32x2s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x2d(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15)
|
|
ram16x2d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String[] INIT)
|
|
ram16x2d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15)
|
|
ram16x2d(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x2d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x2d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d. |
|
ram16x2d(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 ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x2d(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01 |
|
ram16x2d(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 ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x2d(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x2d(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 ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2d(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2d(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 ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2d(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2d(Node parent,
ArgBlockList abl)
Constructs a new ram16x2d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x2d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x2d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifd(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifd(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifd(Node parent,
Wire d,
Wire q)
Constructs a new ifd. |
|
ifd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ifd. |
|
ifd(Node parent,
Wire c,
Wire d,
Wire q,
Wire gsr)
Constructs a new ifd. |
|
ifd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
Wire gsr)
Constructs a new ifd. |
|
ifd(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd. |
|
ifd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd. |
|
ifd(Node parent,
Wire c,
Wire d,
Wire q,
Wire gsr,
java.lang.String INIT)
Constructs a new ifd. |
|
ifd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
Wire gsr,
java.lang.String INIT)
Constructs a new ifd. |
|
ifd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifd(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 ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd(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 INIT)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd(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 ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd(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 INIT)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd(Node parent,
ArgBlockList abl)
Constructs a new ifd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifd(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fds_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fds_1_g(Node parent,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fds_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fds_1_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 fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_1_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 INIT)
Constructs a new fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_1_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 fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1_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,
java.lang.String INIT)
Constructs a new fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1_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 fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1_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,
java.lang.String INIT)
Constructs a new fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1_g(Node parent,
ArgBlockList abl)
Constructs a new fds_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fds_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fd_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fd_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fd_1(Node parent,
Wire d,
Wire q)
Constructs a new fd_1. |
|
fd_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new fd_1. |
|
fd_1(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new fd_1. |
|
fd_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new fd_1. |
|
fd_1(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd_1. |
|
fd_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd_1. |
|
fd_1(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd_1. |
|
fd_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd_1. |
|
fd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fd_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fd_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd_1(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 fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd_1(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 INIT)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd_1(Node parent,
ArgBlockList abl)
Constructs a new fd_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fd_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fd_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrse(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrse(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse. |
|
fdrse(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse. |
|
fdrse(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse. |
|
fdrse(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse. |
|
fdrse(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse. |
|
fdrse(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse. |
|
fdrse(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse. |
|
fdrse(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse. |
|
fdrse(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 fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrse(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 INIT)
Constructs a new fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrse(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 fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse(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 INIT)
Constructs a new fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse(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 fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse(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 INIT)
Constructs a new fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse(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 fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse(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 INIT)
Constructs a new fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse(Node parent,
ArgBlockList abl)
Constructs a new fdrse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1s(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)
|
|
ram16x1s(Node parent,
java.lang.String name,
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 INIT)
|
|
ram16x1s(Node parent,
java.lang.String name,
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)
|
|
ram16x1s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x1s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram16x1s. |
|
ram16x1s(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 ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x1s(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 INIT)
Constructs a new ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram16x1s(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 ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1s(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 INIT)
Constructs a new ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1s(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 ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1s(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 INIT)
Constructs a new ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1s(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 ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1s(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 INIT)
Constructs a new ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1s(Node parent,
ArgBlockList abl)
Constructs a new ram16x1s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x1s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdpe_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdpe_1(Node parent,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_1. |
|
fdpe_1(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 fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdpe_1(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 INIT)
Constructs a new fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdpe_1(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 fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe_1(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 INIT)
Constructs a new fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe_1(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 fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_1(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 INIT)
Constructs a new fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_1(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 fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_1(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 INIT)
Constructs a new fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_1(Node parent,
ArgBlockList abl)
Constructs a new fdpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_ann(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_ann(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_ann(Node parent,
Wire i,
Wire o)
Constructs a new obuf_ann. |
|
obuf_ann(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_ann. |
|
obuf_ann(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_ann, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_ann(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_ann, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_ann(Node parent,
ArgBlockList abl)
Constructs a new obuf_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_ann(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdi_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifdi_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifdi_1(Node parent,
Wire d,
Wire q)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifdi_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifdi_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdi_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdi_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi_1(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 ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi_1(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 INIT)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi_1(Node parent,
ArgBlockList abl)
Constructs a new ifdi_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdi_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifdi_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifdi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifdi(Node parent,
Wire d,
Wire q)
Constructs a new ifdi. |
|
ifdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ifdi. |
|
ifdi(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new ifdi. |
|
ifdi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new ifdi. |
|
ifdi(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi. |
|
ifdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi. |
|
ifdi(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi. |
|
ifdi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi. |
|
ifdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifdi(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdi(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi(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 ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi(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 INIT)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi(Node parent,
ArgBlockList abl)
Constructs a new ifdi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifdi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_sstl2_i_dci(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_sstl2_i_dci(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_sstl2_i_dci(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_sstl2_i_dci. |
|
obuft_sstl2_i_dci(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_sstl2_i_dci. |
|
obuft_sstl2_i_dci(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_sstl2_i_dci, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_sstl2_i_dci(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 obuft_sstl2_i_dci, connecting each Wire to the port whose name is given by the accompanying String parameter The initial String parameter specifies the instance name. |
|
obuft_sstl2_i_dci(Node parent,
ArgBlockList abl)
Constructs a new obuft_sstl2_i_dci, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
obuft_sstl2_i_dci(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_sstl2_i_dci, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
fdce_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdce_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdce_1(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_1. |
|
fdce_1(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 fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdce_1(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 INIT)
Constructs a new fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdce_1(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 fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce_1(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 INIT)
Constructs a new fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce_1(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 fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_1(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 INIT)
Constructs a new fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_1(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 fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_1(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 INIT)
Constructs a new fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_1(Node parent,
ArgBlockList abl)
Constructs a new fdce_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdce_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdce_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
m2_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
m2_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
m2_1_g(Node parent,
Wire d0,
Wire d1,
Wire s0,
Wire o)
Constructs a new m2_1_g. |
|
m2_1_g(Node parent,
java.lang.String instanceName,
Wire d0,
Wire d1,
Wire s0,
Wire o)
Constructs a new m2_1_g. |
|
m2_1_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 m2_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
m2_1_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 m2_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
m2_1_g(Node parent,
ArgBlockList abl)
Constructs a new m2_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
m2_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new m2_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdtxi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdtxi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdtxi(Node parent,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtxi. |
|
ofdtxi(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 ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdtxi(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 INIT)
Constructs a new ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdtxi(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 ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdtxi(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 INIT)
Constructs a new ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdtxi(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 ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtxi(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 INIT)
Constructs a new ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtxi(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 ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtxi(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 INIT)
Constructs a new ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtxi(Node parent,
ArgBlockList abl)
Constructs a new ofdtxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdtxi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdtxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x2s(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)
|
|
ram16x2s(Node parent,
java.lang.String name,
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,
java.lang.String[] INIT)
|
|
ram16x2s(Node parent,
java.lang.String name,
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)
|
|
ram16x2s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x2s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s. |
|
ram16x2s(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 ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01 |
|
ram16x2s(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 ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x2s(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 ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2s(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 ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2s(Node parent,
ArgBlockList abl)
Constructs a new ram16x2s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x2s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x2s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdre_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdre_1(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1. |
|
fdre_1(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 fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdre_1(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 INIT)
Constructs a new fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdre_1(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 fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_1(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 INIT)
Constructs a new fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_1(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 fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1(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 INIT)
Constructs a new fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1(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 fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1(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 INIT)
Constructs a new fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1(Node parent,
ArgBlockList abl)
Constructs a new fdre_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdre_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fd(Node parent)
Used only by child classes to pass up the parent cell. |
|
fd(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fd(Node parent,
Wire d,
Wire q)
Constructs a new fd. |
|
fd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new fd. |
|
fd(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new fd. |
|
fd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new fd. |
|
fd(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd. |
|
fd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd. |
|
fd(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd. |
|
fd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd. |
|
fd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd(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 fd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd(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 INIT)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd(Node parent,
ArgBlockList abl)
Constructs a new fd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fd(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
rom128x1(Node parent,
Wire a,
Wire o)
Constructs a new single-ported BlockRam. |
|
rom128x1(Node parent,
Wire a,
Wire o,
java.lang.String name,
int[] contents)
Constructs a new named, single-ported BlockRam. |
|
rom128x1(Node parent,
java.lang.String name,
Wire a,
Wire o)
Constructs a new rom128x1. |
|
rom128x1(Node parent,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new rom128x1. |
|
rom128x1(Node parent,
java.lang.String name,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new rom128x1. |
|
rom128x1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new rom128x1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
rom128x1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new rom128x1, connecting each Wire to the port whose name is given by the accompanying String parameter The final String parameters set the generics , INIT |
|
rom128x1(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new rom128x1, connecting each Wire to the port whose name is given by the accompanying String parameter The initial String parameter specifies the instance name. |
|
rom128x1(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new rom128x1, connecting each Wire to the port whose name is given by the accompanying String parameter The initial String parameter specifies the instance name. |
|
rom128x1(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)
|
|
rom128x1(Node parent,
java.lang.String name,
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)
|
|
rom128x1(Node parent,
java.lang.String name,
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 INIT)
|
|
rom32x1(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)
|
|
rom32x1(Node parent,
java.lang.String name,
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)
|
|
rom32x1(Node parent,
java.lang.String name,
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 INIT)
|
|
rom32x1(Node parent)
Used only by child classes to pass up the parent cell. |
|
rom32x1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
rom32x1(Node parent,
Wire a,
Wire o)
Constructs a new rom32x1. |
|
rom32x1(Node parent,
java.lang.String instanceName,
Wire a,
Wire o)
Constructs a new rom32x1. |
|
rom32x1(Node parent,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new rom32x1. |
|
rom32x1(Node parent,
java.lang.String instanceName,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new rom32x1. |
|
rom32x1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new rom32x1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
rom32x1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new rom32x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
rom32x1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new rom32x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
rom32x1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new rom32x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
rom32x1(Node parent,
ArgBlockList abl)
Constructs a new rom32x1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
rom32x1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new rom32x1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufgds_lvds_25(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufgds_lvds_25(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufgds_lvds_25(Node parent,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufgds_lvds_25. |
|
ibufgds_lvds_25(Node parent,
java.lang.String instanceName,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufgds_lvds_25. |
|
ibufgds_lvds_25(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ibufgds_lvds_25, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufgds_lvds_25(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 ibufgds_lvds_25, connecting each Wire to the port whose name is given by the accompanying String parameter The initial String parameter specifies the instance name. |
|
ibufgds_lvds_25(Node parent,
ArgBlockList abl)
Constructs a new ibufgds_lvds_25, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
ibufgds_lvds_25(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufgds_lvds_25, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
fdre_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdre_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdre_1_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1_g. |
|
fdre_1_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 fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdre_1_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,
java.lang.String INIT)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdre_1_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 fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_1_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,
java.lang.String INIT)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdre_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdre_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdx(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifdx(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifdx(Node parent,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdx. |
|
ifdx(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdx. |
|
ifdx(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdx. |
|
ifdx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdx. |
|
ifdx(Node parent,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdx. |
|
ifdx(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdx. |
|
ifdx(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdx. |
|
ifdx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdx. |
|
ifdx(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifdx(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifdx(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 ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdx(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 INIT)
Constructs a new ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdx(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 ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdx(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 INIT)
Constructs a new ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdx(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 ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdx(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 INIT)
Constructs a new ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdx(Node parent,
ArgBlockList abl)
Constructs a new ifdx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdx(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifdx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdr_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdr_1(Node parent,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdr_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdr_1(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 fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_1(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 INIT)
Constructs a new fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_1(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 fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1(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 INIT)
Constructs a new fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1(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 fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1(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 INIT)
Constructs a new fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1(Node parent,
ArgBlockList abl)
Constructs a new fdr_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdr_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
inv_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
inv_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
inv_g(Node parent,
Wire i,
Wire o)
Constructs a new inv_g. |
|
inv_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new inv_g. |
|
inv_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new inv_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
inv_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new inv_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
inv_g(Node parent,
ArgBlockList abl)
Constructs a new inv_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
inv_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new inv_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pullup(Node parent)
Used only by child classes to pass up the parent cell. |
|
pullup(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
pullup(Node parent,
Wire o)
Constructs a new pullup. |
|
pullup(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new pullup. |
|
pullup(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new pullup, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
pullup(Node parent,
ArgBlockList abl)
Constructs a new pullup, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pullup(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new pullup, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdi(Node parent,
Wire d,
Wire q)
Constructs a new ofdi. |
|
ofdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ofdi. |
|
ofdi(Node parent,
Wire d,
Wire c,
Wire q)
Constructs a new ofdi. |
|
ofdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire c,
Wire q)
Constructs a new ofdi. |
|
ofdi(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofdi. |
|
ofdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofdi. |
|
ofdi(Node parent,
Wire d,
Wire c,
Wire q,
java.lang.String INIT)
Constructs a new ofdi. |
|
ofdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire c,
Wire q,
java.lang.String INIT)
Constructs a new ofdi. |
|
ofdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdi(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdi(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdi(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 ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdi(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 INIT)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdi(Node parent,
ArgBlockList abl)
Constructs a new ofdi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_ann(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_ann(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_ann(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_ann. |
|
ibuf_ann(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_ann. |
|
ibuf_ann(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_ann, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_ann(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_ann, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_ann(Node parent,
ArgBlockList abl)
Constructs a new ibuf_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_ann(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obufds_lvdsext_25(Node parent)
Used only by child classes to pass up the parent cell. |
|
obufds_lvdsext_25(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obufds_lvdsext_25(Node parent,
Wire i,
Wire o,
Wire ob)
Constructs a new obufds_lvdsext_25. |
|
obufds_lvdsext_25(Node parent,
java.lang.String instanceName,
Wire i,
Wire o,
Wire ob)
Constructs a new obufds_lvdsext_25. |
|
obufds_lvdsext_25(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obufds_lvdsext_25, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obufds_lvdsext_25(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 obufds_lvdsext_25, connecting each Wire to the port whose name is given by the accompanying String parameter The initial String parameter specifies the instance name. |
|
obufds_lvdsext_25(Node parent,
ArgBlockList abl)
Constructs a new obufds_lvdsext_25, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
obufds_lvdsext_25(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obufds_lvdsext_25, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
ofdtx(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdtx(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdtx(Node parent,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtx. |
|
ofdtx(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 ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdtx(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 INIT)
Constructs a new ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdtx(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 ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdtx(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 INIT)
Constructs a new ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdtx(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 ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtx(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 INIT)
Constructs a new ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtx(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 ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtx(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 INIT)
Constructs a new ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtx(Node parent,
ArgBlockList abl)
Constructs a new ofdtx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdtx(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdtx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fde_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fde_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fde_1(Node parent,
Wire ce,
Wire d,
Wire q)
Constructs a new fde_1. |
|
fde_1(Node parent,
java.lang.String instanceName,
Wire ce,
Wire d,
Wire q)
Constructs a new fde_1. |
|
fde_1(Node parent,
Wire c,
Wire ce,
Wire d,
Wire q)
Constructs a new fde_1. |
|
fde_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire ce,
Wire d,
Wire q)
Constructs a new fde_1. |
|
fde_1(Node parent,
Wire ce,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fde_1. |
|
fde_1(Node parent,
java.lang.String instanceName,
Wire ce,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fde_1. |
|
fde_1(Node parent,
Wire c,
Wire ce,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fde_1. |
|
fde_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire ce,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fde_1. |
|
fde_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fde_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fde_1(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 fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fde_1(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 INIT)
Constructs a new fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fde_1(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 fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde_1(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 INIT)
Constructs a new fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde_1(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 fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde_1(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 INIT)
Constructs a new fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde_1(Node parent,
ArgBlockList abl)
Constructs a new fde_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fde_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fde_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buft_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
buft_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
buft_g(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new buft_g. |
|
buft_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new buft_g. |
|
buft_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new buft_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
buft_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 buft_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
buft_g(Node parent,
ArgBlockList abl)
Constructs a new buft_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buft_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new buft_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
opad_sim(Node parent)
Deprecated. Used only by child classes to pass up the parent cell. |
|
opad_sim(Node parent,
java.lang.String name)
Deprecated. Used only by child classes to pass up the parent cell and instance name. |
|
opad_sim(Node parent,
Wire opad,
Wire o)
Deprecated. Constructs a new opad_sim. |
|
opad_sim(Node parent,
java.lang.String instanceName,
Wire opad,
Wire o)
Deprecated. Constructs a new opad_sim. |
|
opad_sim(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Deprecated. Constructs a new opad_sim, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
opad_sim(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Deprecated. Constructs a new opad_sim, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
opad_sim(Node parent,
ArgBlockList abl)
Deprecated. Constructs a new opad_sim, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
opad_sim(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Deprecated. Constructs a new opad_sim, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrs(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrs(Node parent,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs. |
|
fdrs(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs. |
|
fdrs(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs. |
|
fdrs(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs. |
|
fdrs(Node parent,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs. |
|
fdrs(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs. |
|
fdrs(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs. |
|
fdrs(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs. |
|
fdrs(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 fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrs(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 INIT)
Constructs a new fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrs(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 fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs(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 INIT)
Constructs a new fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs(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 fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs(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 INIT)
Constructs a new fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs(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 fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs(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 INIT)
Constructs a new fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs(Node parent,
ArgBlockList abl)
Constructs a new fdrs, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrs, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdre(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdre(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre. |
|
fdre(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre. |
|
fdre(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre. |
|
fdre(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre. |
|
fdre(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre. |
|
fdre(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre. |
|
fdre(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre. |
|
fdre(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre. |
|
fdre(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 fdre, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdre(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 INIT)
Constructs a new fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdre(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 fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre(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 INIT)
Constructs a new fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre(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 fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre(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 INIT)
Constructs a new fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre(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 fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre(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 INIT)
Constructs a new fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre(Node parent,
ArgBlockList abl)
Constructs a new fdre, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdre, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrs_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrs_g(Node parent,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_g. |
|
fdrs_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 fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrs_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,
java.lang.String INIT)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrs_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 fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_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,
java.lang.String INIT)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_g(Node parent,
ArgBlockList abl)
Constructs a new fdrs_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrs_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_g(Node parent,
Wire i,
Wire o)
Constructs a new obuf_g. |
|
obuf_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_g. |
|
obuf_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_g(Node parent,
ArgBlockList abl)
Constructs a new obuf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdx(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdx(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdx(Node parent,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdx. |
|
ofdx(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdx. |
|
ofdx(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdx. |
|
ofdx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdx. |
|
ofdx(Node parent,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdx. |
|
ofdx(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdx. |
|
ofdx(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdx. |
|
ofdx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdx. |
|
ofdx(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdx(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdx(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 ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdx(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 INIT)
Constructs a new ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdx(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 ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdx(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 INIT)
Constructs a new ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdx(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 ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdx(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 INIT)
Constructs a new ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdx(Node parent,
ArgBlockList abl)
Constructs a new ofdx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdx(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdpe_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdpe_g(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_g. |
|
fdpe_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 fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdpe_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,
java.lang.String INIT)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdpe_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 fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe_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,
java.lang.String INIT)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe_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,
java.lang.String s4,
Wire w4)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_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,
java.lang.String s4,
Wire w4)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_g(Node parent,
ArgBlockList abl)
Constructs a new fdpe_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdpe_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrse_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrse_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_g. |
|
fdrse_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrse_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String INIT)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String INIT)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_g(Node parent,
ArgBlockList abl)
Constructs a new fdrse_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrse_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obufds_lvds_25(Node parent)
Used only by child classes to pass up the parent cell. |
|
obufds_lvds_25(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obufds_lvds_25(Node parent,
Wire i,
Wire o,
Wire ob)
Constructs a new obufds_lvds_25. |
|
obufds_lvds_25(Node parent,
java.lang.String instanceName,
Wire i,
Wire o,
Wire ob)
Constructs a new obufds_lvds_25. |
|
obufds_lvds_25(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obufds_lvds_25, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obufds_lvds_25(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 obufds_lvds_25, connecting each Wire to the port whose name is given by the accompanying String parameter The initial String parameter specifies the instance name. |
|
obufds_lvds_25(Node parent,
ArgBlockList abl)
Constructs a new obufds_lvds_25, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
obufds_lvds_25(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obufds_lvds_25, connecting its ports as given by the String-Wire pairs in the ArgBlockList. |
|
xnor9(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new xnor9. |
|
xnor9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new xnor9. |
|
xnor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor9(Node parent,
ArgBlockList abl)
Constructs a new xnor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor8(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new xnor8. |
|
xnor8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new xnor8. |
|
xnor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor8(Node parent,
ArgBlockList abl)
Constructs a new xnor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor7(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new xnor7. |
|
xnor7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new xnor7. |
|
xnor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor7(Node parent,
ArgBlockList abl)
Constructs a new xnor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor6(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new xnor6. |
|
xnor6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new xnor6. |
|
xnor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor6(Node parent,
ArgBlockList abl)
Constructs a new xnor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor5(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new xnor5. |
|
xnor5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new xnor5. |
|
xnor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor5(Node parent,
ArgBlockList abl)
Constructs a new xnor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xnor4_g. |
|
xnor4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xnor4_g. |
|
xnor4_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,
java.lang.String s4,
Wire w4)
Constructs a new xnor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor4_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,
java.lang.String s4,
Wire w4)
Constructs a new xnor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor4_g(Node parent,
ArgBlockList abl)
Constructs a new xnor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xnor3_g. |
|
xnor3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xnor3_g. |
|
xnor3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new xnor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new xnor2_g. |
|
xnor2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new xnor2_g. |
|
xnor2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new xnor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor4(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xnor4. |
|
xnor4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xnor4. |
|
xnor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor4(Node parent,
ArgBlockList abl)
Constructs a new xnor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor3(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xnor3. |
|
xnor3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xnor3. |
|
xnor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor3(Node parent,
ArgBlockList abl)
Constructs a new xnor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor2(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new xnor2. |
|
xnor2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new xnor2. |
|
xnor2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new xnor2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor2(Node parent,
ArgBlockList abl)
Constructs a new xnor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor9(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new xor9. |
|
xor9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new xor9. |
|
xor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor9(Node parent,
ArgBlockList abl)
Constructs a new xor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor8(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new xor8. |
|
xor8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new xor8. |
|
xor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor8(Node parent,
ArgBlockList abl)
Constructs a new xor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor7(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new xor7. |
|
xor7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new xor7. |
|
xor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor7(Node parent,
ArgBlockList abl)
Constructs a new xor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor6(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new xor6. |
|
xor6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new xor6. |
|
xor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor6(Node parent,
ArgBlockList abl)
Constructs a new xor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor5(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new xor5. |
|
xor5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new xor5. |
|
xor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor5(Node parent,
ArgBlockList abl)
Constructs a new xor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xor4_g. |
|
xor4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xor4_g. |
|
xor4_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,
java.lang.String s4,
Wire w4)
Constructs a new xor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor4_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,
java.lang.String s4,
Wire w4)
Constructs a new xor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor4_g(Node parent,
ArgBlockList abl)
Constructs a new xor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xor3_g. |
|
xor3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xor3_g. |
|
xor3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new xor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new xor2_g. |
|
xor2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new xor2_g. |
|
xor2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new xor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor4(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xor4. |
|
xor4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xor4. |
|
xor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor4(Node parent,
ArgBlockList abl)
Constructs a new xor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor3(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xor3. |
|
xor3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xor3. |
|
xor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor3(Node parent,
ArgBlockList abl)
Constructs a new xor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor2(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new xor2. |
|
xor2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new xor2. |
|
xor2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new xor2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor2(Node parent,
ArgBlockList abl)
Constructs a new xor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor9(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new nor9. |
|
nor9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new nor9. |
|
nor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor9(Node parent,
ArgBlockList abl)
Constructs a new nor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor8(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new nor8. |
|
nor8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new nor8. |
|
nor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor8(Node parent,
ArgBlockList abl)
Constructs a new nor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor7(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new nor7. |
|
nor7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new nor7. |
|
nor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor7(Node parent,
ArgBlockList abl)
Constructs a new nor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor6(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new nor6. |
|
nor6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new nor6. |
|
nor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor6(Node parent,
ArgBlockList abl)
Constructs a new nor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor5(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new nor5. |
|
nor5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new nor5. |
|
nor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor5(Node parent,
ArgBlockList abl)
Constructs a new nor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4_g. |
|
nor4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4_g. |
|
nor4_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,
java.lang.String s4,
Wire w4)
Constructs a new nor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4_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,
java.lang.String s4,
Wire w4)
Constructs a new nor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4_g(Node parent,
ArgBlockList abl)
Constructs a new nor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3_g. |
|
nor3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3_g. |
|
nor3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new nor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2_g. |
|
nor2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2_g. |
|
nor2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new nor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b4(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4b4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4b4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b4. |
|
nor4b4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b4. |
|
nor4b4(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 nor4b4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4b4(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 nor4b4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4b4(Node parent,
ArgBlockList abl)
Constructs a new nor4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b3. |
|
nor4b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b3. |
|
nor4b3(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 nor4b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4b3(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 nor4b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4b3(Node parent,
ArgBlockList abl)
Constructs a new nor4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b2. |
|
nor4b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b2. |
|
nor4b2(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 nor4b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4b2(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 nor4b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4b2(Node parent,
ArgBlockList abl)
Constructs a new nor4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b1. |
|
nor4b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b1. |
|
nor4b1(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 nor4b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4b1(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 nor4b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4b1(Node parent,
ArgBlockList abl)
Constructs a new nor4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4. |
|
nor4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4. |
|
nor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4(Node parent,
ArgBlockList abl)
Constructs a new nor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b3. |
|
nor3b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b3. |
|
nor3b3(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 nor3b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3b3(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 nor3b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor3b3(Node parent,
ArgBlockList abl)
Constructs a new nor3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b2. |
|
nor3b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b2. |
|
nor3b2(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 nor3b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3b2(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 nor3b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor3b2(Node parent,
ArgBlockList abl)
Constructs a new nor3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b1. |
|
nor3b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b1. |
|
nor3b1(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 nor3b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3b1(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 nor3b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor3b1(Node parent,
ArgBlockList abl)
Constructs a new nor3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3. |
|
nor3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3. |
|
nor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor3(Node parent,
ArgBlockList abl)
Constructs a new nor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor2b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor2b2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2b2. |
|
nor2b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2b2. |
|
nor2b2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nor2b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor2b2(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 nor2b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor2b2(Node parent,
ArgBlockList abl)
Constructs a new nor2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor2b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor2b1(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2b1. |
|
nor2b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2b1. |
|
nor2b1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nor2b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor2b1(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 nor2b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor2b1(Node parent,
ArgBlockList abl)
Constructs a new nor2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2. |
|
nor2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2. |
|
nor2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nor2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor2(Node parent,
ArgBlockList abl)
Constructs a new nor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or9(Node parent)
Used only by child classes to pass up the parent cell. |
|
or9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new or9. |
|
or9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new or9. |
|
or9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or9(Node parent,
ArgBlockList abl)
Constructs a new or9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or8(Node parent)
Used only by child classes to pass up the parent cell. |
|
or8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new or8. |
|
or8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new or8. |
|
or8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or8(Node parent,
ArgBlockList abl)
Constructs a new or8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or7(Node parent)
Used only by child classes to pass up the parent cell. |
|
or7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new or7. |
|
or7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new or7. |
|
or7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or7(Node parent,
ArgBlockList abl)
Constructs a new or7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or6(Node parent)
Used only by child classes to pass up the parent cell. |
|
or6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new or6. |
|
or6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new or6. |
|
or6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or6(Node parent,
ArgBlockList abl)
Constructs a new or6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or5(Node parent)
Used only by child classes to pass up the parent cell. |
|
or5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new or5. |
|
or5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new or5. |
|
or5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or5(Node parent,
ArgBlockList abl)
Constructs a new or5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4_g. |
|
or4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4_g. |
|
or4_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,
java.lang.String s4,
Wire w4)
Constructs a new or4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4_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,
java.lang.String s4,
Wire w4)
Constructs a new or4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4_g(Node parent,
ArgBlockList abl)
Constructs a new or4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3_g. |
|
or3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3_g. |
|
or3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new or3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
or2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2_g. |
|
or2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2_g. |
|
or2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new or2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b4(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4b4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4b4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b4. |
|
or4b4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b4. |
|
or4b4(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 or4b4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4b4(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 or4b4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4b4(Node parent,
ArgBlockList abl)
Constructs a new or4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b3. |
|
or4b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b3. |
|
or4b3(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 or4b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4b3(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 or4b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4b3(Node parent,
ArgBlockList abl)
Constructs a new or4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b2. |
|
or4b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b2. |
|
or4b2(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 or4b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4b2(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 or4b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4b2(Node parent,
ArgBlockList abl)
Constructs a new or4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b1. |
|
or4b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b1. |
|
or4b1(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 or4b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4b1(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 or4b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4b1(Node parent,
ArgBlockList abl)
Constructs a new or4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4. |
|
or4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4. |
|
or4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4(Node parent,
ArgBlockList abl)
Constructs a new or4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b3. |
|
or3b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b3. |
|
or3b3(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 or3b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3b3(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 or3b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or3b3(Node parent,
ArgBlockList abl)
Constructs a new or3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b2. |
|
or3b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b2. |
|
or3b2(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 or3b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3b2(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 or3b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or3b2(Node parent,
ArgBlockList abl)
Constructs a new or3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b1. |
|
or3b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b1. |
|
or3b1(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 or3b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3b1(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 or3b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or3b1(Node parent,
ArgBlockList abl)
Constructs a new or3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3. |
|
or3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3. |
|
or3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or3(Node parent,
ArgBlockList abl)
Constructs a new or3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
or2b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or2b2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2b2. |
|
or2b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2b2. |
|
or2b2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new or2b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or2b2(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 or2b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or2b2(Node parent,
ArgBlockList abl)
Constructs a new or2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
or2b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or2b1(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2b1. |
|
or2b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2b1. |
|
or2b1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new or2b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or2b1(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 or2b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or2b1(Node parent,
ArgBlockList abl)
Constructs a new or2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2(Node parent)
Used only by child classes to pass up the parent cell. |
|
or2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2. |
|
or2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2. |
|
or2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new or2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or2(Node parent,
ArgBlockList abl)
Constructs a new or2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand9(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new nand9. |
|
nand9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new nand9. |
|
nand9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand9(Node parent,
ArgBlockList abl)
Constructs a new nand9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand8(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new nand8. |
|
nand8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new nand8. |
|
nand8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand8(Node parent,
ArgBlockList abl)
Constructs a new nand8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand7(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new nand7. |
|
nand7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new nand7. |
|
nand7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand7(Node parent,
ArgBlockList abl)
Constructs a new nand7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand6(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new nand6. |
|
nand6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new nand6. |
|
nand6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand6(Node parent,
ArgBlockList abl)
Constructs a new nand6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand5(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new nand5. |
|
nand5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new nand5. |
|
nand5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand5(Node parent,
ArgBlockList abl)
Constructs a new nand5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4_g. |
|
nand4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4_g. |
|
nand4_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,
java.lang.String s4,
Wire w4)
Constructs a new nand4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4_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,
java.lang.String s4,
Wire w4)
Constructs a new nand4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4_g(Node parent,
ArgBlockList abl)
Constructs a new nand4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3_g. |
|
nand3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3_g. |
|
nand3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new nand3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2_g. |
|
nand2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2_g. |
|
nand2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new nand2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b4(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4b4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4b4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b4. |
|
nand4b4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b4. |
|
nand4b4(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 nand4b4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4b4(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 nand4b4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4b4(Node parent,
ArgBlockList abl)
Constructs a new nand4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b3. |
|
nand4b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b3. |
|
nand4b3(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 nand4b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4b3(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 nand4b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4b3(Node parent,
ArgBlockList abl)
Constructs a new nand4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b2. |
|
nand4b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b2. |
|
nand4b2(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 nand4b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4b2(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 nand4b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4b2(Node parent,
ArgBlockList abl)
Constructs a new nand4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b1. |
|
nand4b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b1. |
|
nand4b1(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 nand4b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4b1(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 nand4b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4b1(Node parent,
ArgBlockList abl)
Constructs a new nand4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4. |
|
nand4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4. |
|
nand4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4(Node parent,
ArgBlockList abl)
Constructs a new nand4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b3. |
|
nand3b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b3. |
|
nand3b3(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 nand3b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3b3(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 nand3b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand3b3(Node parent,
ArgBlockList abl)
Constructs a new nand3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b2. |
|
nand3b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b2. |
|
nand3b2(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 nand3b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3b2(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 nand3b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand3b2(Node parent,
ArgBlockList abl)
Constructs a new nand3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b1. |
|
nand3b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b1. |
|
nand3b1(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 nand3b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3b1(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 nand3b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand3b1(Node parent,
ArgBlockList abl)
Constructs a new nand3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3. |
|
nand3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3. |
|
nand3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand3(Node parent,
ArgBlockList abl)
Constructs a new nand3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand2b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand2b2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2b2. |
|
nand2b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2b2. |
|
nand2b2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nand2b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand2b2(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 nand2b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand2b2(Node parent,
ArgBlockList abl)
Constructs a new nand2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand2b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand2b1(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2b1. |
|
nand2b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2b1. |
|
nand2b1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nand2b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand2b1(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 nand2b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand2b1(Node parent,
ArgBlockList abl)
Constructs a new nand2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2. |
|
nand2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2. |
|
nand2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nand2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand2(Node parent,
ArgBlockList abl)
Constructs a new nand2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and9(Node parent)
Used only by child classes to pass up the parent cell. |
|
and9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new and9. |
|
and9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new and9. |
|
and9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and9(Node parent,
ArgBlockList abl)
Constructs a new and9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and8(Node parent)
Used only by child classes to pass up the parent cell. |
|
and8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new and8. |
|
and8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new and8. |
|
and8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and8(Node parent,
ArgBlockList abl)
Constructs a new and8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and7(Node parent)
Used only by child classes to pass up the parent cell. |
|
and7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new and7. |
|
and7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new and7. |
|
and7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and7(Node parent,
ArgBlockList abl)
Constructs a new and7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and6(Node parent)
Used only by child classes to pass up the parent cell. |
|
and6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new and6. |
|
and6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new and6. |
|
and6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and6(Node parent,
ArgBlockList abl)
Constructs a new and6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and5(Node parent)
Used only by child classes to pass up the parent cell. |
|
and5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new and5. |
|
and5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new and5. |
|
and5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and5(Node parent,
ArgBlockList abl)
Constructs a new and5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4_g. |
|
and4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4_g. |
|
and4_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,
java.lang.String s4,
Wire w4)
Constructs a new and4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4_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,
java.lang.String s4,
Wire w4)
Constructs a new and4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4_g(Node parent,
ArgBlockList abl)
Constructs a new and4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3_g. |
|
and3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3_g. |
|
and3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new and3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
and2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2_g. |
|
and2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2_g. |
|
and2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new and2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b4(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4b4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4b4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b4. |
|
and4b4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b4. |
|
and4b4(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 and4b4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4b4(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 and4b4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4b4(Node parent,
ArgBlockList abl)
Constructs a new and4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b3. |
|
and4b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b3. |
|
and4b3(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 and4b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4b3(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 and4b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4b3(Node parent,
ArgBlockList abl)
Constructs a new and4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b2. |
|
and4b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b2. |
|
and4b2(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 and4b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4b2(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 and4b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4b2(Node parent,
ArgBlockList abl)
Constructs a new and4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b1. |
|
and4b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b1. |
|
and4b1(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 and4b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4b1(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 and4b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4b1(Node parent,
ArgBlockList abl)
Constructs a new and4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4. |
|
and4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4. |
|
and4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4(Node parent,
ArgBlockList abl)
Constructs a new and4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b3. |
|
and3b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b3. |
|
and3b3(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 and3b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3b3(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 and3b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and3b3(Node parent,
ArgBlockList abl)
Constructs a new and3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b2. |
|
and3b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b2. |
|
and3b2(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 and3b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3b2(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 and3b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and3b2(Node parent,
ArgBlockList abl)
Constructs a new and3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b1. |
|
and3b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b1. |
|
and3b1(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 and3b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3b1(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 and3b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and3b1(Node parent,
ArgBlockList abl)
Constructs a new and3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3. |
|
and3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3. |
|
and3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and3(Node parent,
ArgBlockList abl)
Constructs a new and3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
and2b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and2b2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2b2. |
|
and2b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2b2. |
|
and2b2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new and2b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and2b2(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 and2b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and2b2(Node parent,
ArgBlockList abl)
Constructs a new and2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
and2b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and2b1(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2b1. |
|
and2b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2b1. |
|
and2b1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new and2b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and2b1(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 and2b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and2b1(Node parent,
ArgBlockList abl)
Constructs a new and2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2(Node parent)
Used only by child classes to pass up the parent cell. |
|
and2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2. |
|
and2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2. |
|
and2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new and2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and2(Node parent,
ArgBlockList abl)
Constructs a new and2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
startbuf_architecture(Node parent)
Used only by child classes to pass up the parent cell. |
|
startbuf_architecture(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
startbuf_architecture(Node parent,
Wire gsrin,
Wire gtsin,
Wire clkin,
Wire gsrout,
Wire gtsout)
Constructs a new startbuf_architecture. |
|
startbuf_architecture(Node parent,
java.lang.String instanceName,
Wire gsrin,
Wire gtsin,
Wire clkin,
Wire gsrout,
Wire gtsout)
Constructs a new startbuf_architecture. |
|
startbuf_architecture(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 startbuf_architecture, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
startbuf_architecture(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 startbuf_architecture, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
startbuf_architecture(Node parent,
ArgBlockList abl)
Constructs a new startbuf_architecture, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
startbuf_architecture(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new startbuf_architecture, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgce_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufgce_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufgce_1(Node parent,
Wire i,
Wire ce,
Wire o)
Constructs a new bufgce_1. |
|
bufgce_1(Node parent,
java.lang.String instanceName,
Wire i,
Wire ce,
Wire o)
Constructs a new bufgce_1. |
|
bufgce_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new bufgce_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufgce_1(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 bufgce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufgce_1(Node parent,
ArgBlockList abl)
Constructs a new bufgce_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgce_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufgce_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
orcy(Node parent)
Used only by child classes to pass up the parent cell. |
|
orcy(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
orcy(Node parent,
Wire i,
Wire ci,
Wire o)
Constructs a new orcy. |
|
orcy(Node parent,
java.lang.String instanceName,
Wire i,
Wire ci,
Wire o)
Constructs a new orcy. |
|
orcy(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new orcy, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
orcy(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 orcy, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
orcy(Node parent,
ArgBlockList abl)
Constructs a new orcy, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
orcy(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new orcy, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_agp(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_agp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_agp(Node parent,
Wire i,
Wire o)
Constructs a new obuf_agp. |
|
obuf_agp(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_agp. |
|
obuf_agp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_agp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_agp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_agp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_agp(Node parent,
ArgBlockList abl)
Constructs a new obuf_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_agp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_ctt(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_ctt(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_ctt(Node parent,
Wire i,
Wire o)
Constructs a new obuf_ctt. |
|
obuf_ctt(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_ctt. |
|
obuf_ctt(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_ctt(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_ctt(Node parent,
ArgBlockList abl)
Constructs a new obuf_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_ctt(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_sstl3_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_sstl3_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_sstl3_ii(Node parent,
Wire i,
Wire o)
Constructs a new obuf_sstl3_ii. |
|
obuf_sstl3_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_sstl3_ii. |
|
obuf_sstl3_ii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_sstl3_ii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_sstl3_ii(Node parent,
ArgBlockList abl)
Constructs a new obuf_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_sstl3_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_sstl3_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_sstl3_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_sstl3_i(Node parent,
Wire i,
Wire o)
Constructs a new obuf_sstl3_i. |
|
obuf_sstl3_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_sstl3_i. |
|
obuf_sstl3_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_sstl3_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_sstl3_i(Node parent,
ArgBlockList abl)
Constructs a new obuf_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_sstl3_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_sstl2_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_sstl2_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_sstl2_ii(Node parent,
Wire i,
Wire o)
Constructs a new obuf_sstl2_ii. |
|
obuf_sstl2_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_sstl2_ii. |
|
obuf_sstl2_ii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_sstl2_ii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_sstl2_ii(Node parent,
ArgBlockList abl)
Constructs a new obuf_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_sstl2_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_sstl2_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_sstl2_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_sstl2_i(Node parent,
Wire i,
Wire o)
Constructs a new obuf_sstl2_i. |
|
obuf_sstl2_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_sstl2_i. |
|
obuf_sstl2_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_sstl2_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_sstl2_i(Node parent,
ArgBlockList abl)
Constructs a new obuf_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_sstl2_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_hstl_iv(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_hstl_iv(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_hstl_iv(Node parent,
Wire i,
Wire o)
Constructs a new obuf_hstl_iv. |
|
obuf_hstl_iv(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_hstl_iv. |
|
obuf_hstl_iv(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_hstl_iv(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_hstl_iv(Node parent,
ArgBlockList abl)
Constructs a new obuf_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_hstl_iv(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_hstl_iii(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_hstl_iii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_hstl_iii(Node parent,
Wire i,
Wire o)
Constructs a new obuf_hstl_iii. |
|
obuf_hstl_iii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_hstl_iii. |
|
obuf_hstl_iii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_hstl_iii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_hstl_iii(Node parent,
ArgBlockList abl)
Constructs a new obuf_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_hstl_iii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_hstl_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_hstl_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_hstl_i(Node parent,
Wire i,
Wire o)
Constructs a new obuf_hstl_i. |
|
obuf_hstl_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_hstl_i. |
|
obuf_hstl_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_hstl_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_hstl_i(Node parent,
ArgBlockList abl)
Constructs a new obuf_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_hstl_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_gtlp(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_gtlp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_gtlp(Node parent,
Wire i,
Wire o)
Constructs a new obuf_gtlp. |
|
obuf_gtlp(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_gtlp. |
|
obuf_gtlp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_gtlp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_gtlp(Node parent,
ArgBlockList abl)
Constructs a new obuf_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_gtlp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_gtl(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_gtl(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_gtl(Node parent,
Wire i,
Wire o)
Constructs a new obuf_gtl. |
|
obuf_gtl(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_gtl. |
|
obuf_gtl(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_gtl(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_gtl(Node parent,
ArgBlockList abl)
Constructs a new obuf_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_gtl(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_pci66_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_pci66_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_pci66_3(Node parent,
Wire i,
Wire o)
Constructs a new obuf_pci66_3. |
|
obuf_pci66_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_pci66_3. |
|
obuf_pci66_3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_pci66_3(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_pci66_3(Node parent,
ArgBlockList abl)
Constructs a new obuf_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_pci66_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_pci33_5(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_pci33_5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_pci33_5(Node parent,
Wire i,
Wire o)
Constructs a new obuf_pci33_5. |
|
obuf_pci33_5(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_pci33_5. |
|
obuf_pci33_5(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_pci33_5(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_pci33_5(Node parent,
ArgBlockList abl)
Constructs a new obuf_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_pci33_5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_pci33_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_pci33_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_pci33_3(Node parent,
Wire i,
Wire o)
Constructs a new obuf_pci33_3. |
|
obuf_pci33_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_pci33_3. |
|
obuf_pci33_3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_pci33_3(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_pci33_3(Node parent,
ArgBlockList abl)
Constructs a new obuf_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_pci33_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_lvcmos2(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_lvcmos2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_lvcmos2(Node parent,
Wire i,
Wire o)
Constructs a new obuf_lvcmos2. |
|
obuf_lvcmos2(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_lvcmos2. |
|
obuf_lvcmos2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_lvcmos2(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_lvcmos2(Node parent,
ArgBlockList abl)
Constructs a new obuf_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_lvcmos2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_24(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_f_24(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_f_24(Node parent,
Wire i,
Wire o)
Constructs a new obuf_f_24. |
|
obuf_f_24(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_f_24. |
|
obuf_f_24(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_24, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_f_24(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_24, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_f_24(Node parent,
ArgBlockList abl)
Constructs a new obuf_f_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_24(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_f_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_16(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_f_16(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_f_16(Node parent,
Wire i,
Wire o)
Constructs a new obuf_f_16. |
|
obuf_f_16(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_f_16. |
|
obuf_f_16(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_16, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_f_16(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_16, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_f_16(Node parent,
ArgBlockList abl)
Constructs a new obuf_f_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_16(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_f_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_12(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_f_12(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_f_12(Node parent,
Wire i,
Wire o)
Constructs a new obuf_f_12. |
|
obuf_f_12(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_f_12. |
|
obuf_f_12(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_12, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_f_12(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_12, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_f_12(Node parent,
ArgBlockList abl)
Constructs a new obuf_f_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_12(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_f_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_8(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_f_8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_f_8(Node parent,
Wire i,
Wire o)
Constructs a new obuf_f_8. |
|
obuf_f_8(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_f_8. |
|
obuf_f_8(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_8, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_f_8(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_8, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_f_8(Node parent,
ArgBlockList abl)
Constructs a new obuf_f_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_f_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_6(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_f_6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_f_6(Node parent,
Wire i,
Wire o)
Constructs a new obuf_f_6. |
|
obuf_f_6(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_f_6. |
|
obuf_f_6(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_6, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_f_6(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_6, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_f_6(Node parent,
ArgBlockList abl)
Constructs a new obuf_f_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_f_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_4(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_f_4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_f_4(Node parent,
Wire i,
Wire o)
Constructs a new obuf_f_4. |
|
obuf_f_4(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_f_4. |
|
obuf_f_4(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_f_4(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_f_4(Node parent,
ArgBlockList abl)
Constructs a new obuf_f_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_f_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_2(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_f_2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_f_2(Node parent,
Wire i,
Wire o)
Constructs a new obuf_f_2. |
|
obuf_f_2(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_f_2. |
|
obuf_f_2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_f_2(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_f_2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_f_2(Node parent,
ArgBlockList abl)
Constructs a new obuf_f_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_f_2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_f_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_24(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_s_24(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_s_24(Node parent,
Wire i,
Wire o)
Constructs a new obuf_s_24. |
|
obuf_s_24(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_s_24. |
|
obuf_s_24(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_24, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_s_24(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_24, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_s_24(Node parent,
ArgBlockList abl)
Constructs a new obuf_s_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_24(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_s_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_16(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_s_16(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_s_16(Node parent,
Wire i,
Wire o)
Constructs a new obuf_s_16. |
|
obuf_s_16(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_s_16. |
|
obuf_s_16(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_16, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_s_16(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_16, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_s_16(Node parent,
ArgBlockList abl)
Constructs a new obuf_s_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_16(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_s_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_12(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_s_12(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_s_12(Node parent,
Wire i,
Wire o)
Constructs a new obuf_s_12. |
|
obuf_s_12(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_s_12. |
|
obuf_s_12(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_12, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_s_12(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_12, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_s_12(Node parent,
ArgBlockList abl)
Constructs a new obuf_s_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_12(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_s_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_8(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_s_8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_s_8(Node parent,
Wire i,
Wire o)
Constructs a new obuf_s_8. |
|
obuf_s_8(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_s_8. |
|
obuf_s_8(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_8, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_s_8(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_8, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_s_8(Node parent,
ArgBlockList abl)
Constructs a new obuf_s_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_s_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_6(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_s_6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_s_6(Node parent,
Wire i,
Wire o)
Constructs a new obuf_s_6. |
|
obuf_s_6(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_s_6. |
|
obuf_s_6(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_6, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_s_6(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_6, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_s_6(Node parent,
ArgBlockList abl)
Constructs a new obuf_s_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_s_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_4(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_s_4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_s_4(Node parent,
Wire i,
Wire o)
Constructs a new obuf_s_4. |
|
obuf_s_4(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_s_4. |
|
obuf_s_4(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_s_4(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_s_4(Node parent,
ArgBlockList abl)
Constructs a new obuf_s_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_s_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_2(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_s_2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_s_2(Node parent,
Wire i,
Wire o)
Constructs a new obuf_s_2. |
|
obuf_s_2(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_s_2. |
|
obuf_s_2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_s_2(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_s_2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_s_2(Node parent,
ArgBlockList abl)
Constructs a new obuf_s_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_s_2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_s_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds(Node parent)
Used only by child classes to pass up the parent cell. |
|
fds(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fds(Node parent,
Wire d,
Wire s,
Wire q)
Constructs a new fds. |
|
fds(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q)
Constructs a new fds. |
|
fds(Node parent,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds. |
|
fds(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds. |
|
fds(Node parent,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds. |
|
fds(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds. |
|
fds(Node parent,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds. |
|
fds(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds. |
|
fds(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fds, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fds(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fds, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fds(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 fds, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds(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 INIT)
Constructs a new fds, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds(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 fds, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds(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 INIT)
Constructs a new fds, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds(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 fds, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds(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 INIT)
Constructs a new fds, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds(Node parent,
ArgBlockList abl)
Constructs a new fds, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fds, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofddrtrse(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofddrtrse(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofddrtrse(Node parent,
Wire c0,
Wire c1,
Wire d0,
Wire d1,
Wire ce,
Wire r,
Wire s,
Wire t,
Wire o)
Constructs a new ofddrtrse. |
|
ofddrtrse(Node parent,
java.lang.String instanceName,
Wire c0,
Wire c1,
Wire d0,
Wire d1,
Wire ce,
Wire r,
Wire s,
Wire t,
Wire o)
Constructs a new ofddrtrse. |
|
ofddrtrse(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 ofddrtrse, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofddrtrse(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 ofddrtrse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofddrtrse(Node parent,
ArgBlockList abl)
Constructs a new ofddrtrse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofddrtrse(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofddrtrse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldp(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldp(Node parent,
Wire pre,
Wire d,
Wire q)
Constructs a new ldp. |
|
ldp(Node parent,
java.lang.String instanceName,
Wire pre,
Wire d,
Wire q)
Constructs a new ldp. |
|
ldp(Node parent,
Wire pre,
Wire g,
Wire d,
Wire q)
Constructs a new ldp. |
|
ldp(Node parent,
java.lang.String instanceName,
Wire pre,
Wire g,
Wire d,
Wire q)
Constructs a new ldp. |
|
ldp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ldp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldp(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 ldp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldp(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 ldp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldp(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 ldp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldp(Node parent,
ArgBlockList abl)
Constructs a new ldp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufds(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufds(Node parent,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds. |
|
ibufds(Node parent,
java.lang.String instanceName,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds. |
|
ibufds(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ibufds, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufds(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 ibufds, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufds(Node parent,
ArgBlockList abl)
Constructs a new ibufds, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufds, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_ulvds_25(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufds_ulvds_25(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufds_ulvds_25(Node parent,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_ulvds_25. |
|
ibufds_ulvds_25(Node parent,
java.lang.String instanceName,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_ulvds_25. |
|
ibufds_ulvds_25(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ibufds_ulvds_25, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufds_ulvds_25(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 ibufds_ulvds_25, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufds_ulvds_25(Node parent,
ArgBlockList abl)
Constructs a new ibufds_ulvds_25, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_ulvds_25(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufds_ulvds_25, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_lvpecl_33(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufds_lvpecl_33(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufds_lvpecl_33(Node parent,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_lvpecl_33. |
|
ibufds_lvpecl_33(Node parent,
java.lang.String instanceName,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_lvpecl_33. |
|
ibufds_lvpecl_33(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ibufds_lvpecl_33, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufds_lvpecl_33(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 ibufds_lvpecl_33, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufds_lvpecl_33(Node parent,
ArgBlockList abl)
Constructs a new ibufds_lvpecl_33, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_lvpecl_33(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufds_lvpecl_33, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_lvpecl_25(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufds_lvpecl_25(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufds_lvpecl_25(Node parent,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_lvpecl_25. |
|
ibufds_lvpecl_25(Node parent,
java.lang.String instanceName,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_lvpecl_25. |
|
ibufds_lvpecl_25(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ibufds_lvpecl_25, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufds_lvpecl_25(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 ibufds_lvpecl_25, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufds_lvpecl_25(Node parent,
ArgBlockList abl)
Constructs a new ibufds_lvpecl_25, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_lvpecl_25(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufds_lvpecl_25, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_lvdsext_33_dci(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufds_lvdsext_33_dci(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufds_lvdsext_33_dci(Node parent,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_lvdsext_33_dci. |
|
ibufds_lvdsext_33_dci(Node parent,
java.lang.String instanceName,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_lvdsext_33_dci. |
|
ibufds_lvdsext_33_dci(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ibufds_lvdsext_33_dci, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufds_lvdsext_33_dci(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 ibufds_lvdsext_33_dci, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufds_lvdsext_33_dci(Node parent,
ArgBlockList abl)
Constructs a new ibufds_lvdsext_33_dci, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_lvdsext_33_dci(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufds_lvdsext_33_dci, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_lvdsext_33(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufds_lvdsext_33(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufds_lvdsext_33(Node parent,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_lvdsext_33. |
|
ibufds_lvdsext_33(Node parent,
java.lang.String instanceName,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_lvdsext_33. |
|
ibufds_lvdsext_33(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ibufds_lvdsext_33, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufds_lvdsext_33(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 ibufds_lvdsext_33, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufds_lvdsext_33(Node parent,
ArgBlockList abl)
Constructs a new ibufds_lvdsext_33, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_lvdsext_33(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufds_lvdsext_33, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_lvdsext_25_dci(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufds_lvdsext_25_dci(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufds_lvdsext_25_dci(Node parent,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_lvdsext_25_dci. |
|
ibufds_lvdsext_25_dci(Node parent,
java.lang.String instanceName,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_lvdsext_25_dci. |
|
ibufds_lvdsext_25_dci(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ibufds_lvdsext_25_dci, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufds_lvdsext_25_dci(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 ibufds_lvdsext_25_dci, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufds_lvdsext_25_dci(Node parent,
ArgBlockList abl)
Constructs a new ibufds_lvdsext_25_dci, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_lvdsext_25_dci(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufds_lvdsext_25_dci, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_lvdsext_25(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufds_lvdsext_25(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufds_lvdsext_25(Node parent,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_lvdsext_25. |
|
ibufds_lvdsext_25(Node parent,
java.lang.String instanceName,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_lvdsext_25. |
|
ibufds_lvdsext_25(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ibufds_lvdsext_25, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufds_lvdsext_25(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 ibufds_lvdsext_25, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufds_lvdsext_25(Node parent,
ArgBlockList abl)
Constructs a new ibufds_lvdsext_25, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_lvdsext_25(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufds_lvdsext_25, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_lvds_33_dci(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufds_lvds_33_dci(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufds_lvds_33_dci(Node parent,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_lvds_33_dci. |
|
ibufds_lvds_33_dci(Node parent,
java.lang.String instanceName,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_lvds_33_dci. |
|
ibufds_lvds_33_dci(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ibufds_lvds_33_dci, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufds_lvds_33_dci(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 ibufds_lvds_33_dci, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufds_lvds_33_dci(Node parent,
ArgBlockList abl)
Constructs a new ibufds_lvds_33_dci, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_lvds_33_dci(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufds_lvds_33_dci, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_lvds_33(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufds_lvds_33(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufds_lvds_33(Node parent,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_lvds_33. |
|
ibufds_lvds_33(Node parent,
java.lang.String instanceName,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_lvds_33. |
|
ibufds_lvds_33(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ibufds_lvds_33, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufds_lvds_33(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 ibufds_lvds_33, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufds_lvds_33(Node parent,
ArgBlockList abl)
Constructs a new ibufds_lvds_33, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_lvds_33(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufds_lvds_33, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_lvds_25_dci(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufds_lvds_25_dci(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufds_lvds_25_dci(Node parent,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_lvds_25_dci. |
|
ibufds_lvds_25_dci(Node parent,
java.lang.String instanceName,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_lvds_25_dci. |
|
ibufds_lvds_25_dci(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ibufds_lvds_25_dci, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufds_lvds_25_dci(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 ibufds_lvds_25_dci, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufds_lvds_25_dci(Node parent,
ArgBlockList abl)
Constructs a new ibufds_lvds_25_dci, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_lvds_25_dci(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufds_lvds_25_dci, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_lvds_25(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufds_lvds_25(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufds_lvds_25(Node parent,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_lvds_25. |
|
ibufds_lvds_25(Node parent,
java.lang.String instanceName,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_lvds_25. |
|
ibufds_lvds_25(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ibufds_lvds_25, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufds_lvds_25(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 ibufds_lvds_25, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufds_lvds_25(Node parent,
ArgBlockList abl)
Constructs a new ibufds_lvds_25, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_lvds_25(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufds_lvds_25, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_ldt_25(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufds_ldt_25(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufds_ldt_25(Node parent,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_ldt_25. |
|
ibufds_ldt_25(Node parent,
java.lang.String instanceName,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_ldt_25. |
|
ibufds_ldt_25(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ibufds_ldt_25, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufds_ldt_25(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 ibufds_ldt_25, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufds_ldt_25(Node parent,
ArgBlockList abl)
Constructs a new ibufds_ldt_25, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_ldt_25(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufds_ldt_25, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_diff_out(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufds_diff_out(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufds_diff_out(Node parent,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_diff_out. |
|
ibufds_diff_out(Node parent,
java.lang.String instanceName,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_diff_out. |
|
ibufds_diff_out(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ibufds_diff_out, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufds_diff_out(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 ibufds_diff_out, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufds_diff_out(Node parent,
ArgBlockList abl)
Constructs a new ibufds_diff_out, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_diff_out(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufds_diff_out, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_blvds_25(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufds_blvds_25(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufds_blvds_25(Node parent,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_blvds_25. |
|
ibufds_blvds_25(Node parent,
java.lang.String instanceName,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufds_blvds_25. |
|
ibufds_blvds_25(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ibufds_blvds_25, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufds_blvds_25(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 ibufds_blvds_25, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufds_blvds_25(Node parent,
ArgBlockList abl)
Constructs a new ibufds_blvds_25, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufds_blvds_25(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufds_blvds_25, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf5_l(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxf5_l(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxf5_l(Node parent,
Wire i0,
Wire i1,
Wire s,
Wire lo)
Constructs a new muxf5_l. |
|
muxf5_l(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire s,
Wire lo)
Constructs a new muxf5_l. |
|
muxf5_l(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 muxf5_l, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxf5_l(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 muxf5_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxf5_l(Node parent,
ArgBlockList abl)
Constructs a new muxf5_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf5_l(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxf5_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram64x2s(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11)
|
|
ram64x2s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String[] INIT)
|
|
ram64x2s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11)
|
|
ram64x2s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram64x2s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram64x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram64x2s. |
|
ram64x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram64x2s. |
|
ram64x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram64x2s. |
|
ram64x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram64x2s. |
|
ram64x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram64x2s. |
|
ram64x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram64x2s. |
|
ram64x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram64x2s. |
|
ram64x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram64x2s. |
|
ram64x2s(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 ram64x2s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram64x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram64x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01 |
|
ram64x2s(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 ram64x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram64x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram64x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram64x2s(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 ram64x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram64x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram64x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram64x2s(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 ram64x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram64x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram64x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram64x2s(Node parent,
ArgBlockList abl)
Constructs a new ram64x2s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram64x2s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram64x2s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdc(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdc(Node parent,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc. |
|
fdc(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc. |
|
fdc(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc. |
|
fdc(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc. |
|
fdc(Node parent,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc. |
|
fdc(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc. |
|
fdc(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc. |
|
fdc(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc. |
|
fdc(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdc(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdc(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 fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc(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 INIT)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc(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 fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc(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 INIT)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc(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 fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc(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 INIT)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc(Node parent,
ArgBlockList abl)
Constructs a new fdc, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdc, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_agp(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_agp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_agp(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_agp. |
|
ibufg_agp(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_agp. |
|
ibufg_agp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_agp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_agp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_agp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_agp(Node parent,
ArgBlockList abl)
Constructs a new ibufg_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_agp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_ctt(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_ctt(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_ctt(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_ctt. |
|
ibufg_ctt(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_ctt. |
|
ibufg_ctt(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_ctt(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_ctt(Node parent,
ArgBlockList abl)
Constructs a new ibufg_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_ctt(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl3_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_sstl3_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_sstl3_ii(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_sstl3_ii. |
|
ibufg_sstl3_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_sstl3_ii. |
|
ibufg_sstl3_ii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_sstl3_ii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_sstl3_ii(Node parent,
ArgBlockList abl)
Constructs a new ibufg_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl3_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl3_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_sstl3_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_sstl3_i(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_sstl3_i. |
|
ibufg_sstl3_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_sstl3_i. |
|
ibufg_sstl3_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_sstl3_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_sstl3_i(Node parent,
ArgBlockList abl)
Constructs a new ibufg_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl3_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl2_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_sstl2_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_sstl2_ii(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_sstl2_ii. |
|
ibufg_sstl2_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_sstl2_ii. |
|
ibufg_sstl2_ii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_sstl2_ii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_sstl2_ii(Node parent,
ArgBlockList abl)
Constructs a new ibufg_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl2_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl2_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_sstl2_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_sstl2_i(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_sstl2_i. |
|
ibufg_sstl2_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_sstl2_i. |
|
ibufg_sstl2_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_sstl2_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_sstl2_i(Node parent,
ArgBlockList abl)
Constructs a new ibufg_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl2_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_hstl_iv(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_hstl_iv(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_hstl_iv(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_hstl_iv. |
|
ibufg_hstl_iv(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_hstl_iv. |
|
ibufg_hstl_iv(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_hstl_iv(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_hstl_iv(Node parent,
ArgBlockList abl)
Constructs a new ibufg_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_hstl_iv(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_hstl_iii(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_hstl_iii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_hstl_iii(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_hstl_iii. |
|
ibufg_hstl_iii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_hstl_iii. |
|
ibufg_hstl_iii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_hstl_iii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_hstl_iii(Node parent,
ArgBlockList abl)
Constructs a new ibufg_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_hstl_iii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_hstl_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_hstl_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_hstl_i(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_hstl_i. |
|
ibufg_hstl_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_hstl_i. |
|
ibufg_hstl_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_hstl_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_hstl_i(Node parent,
ArgBlockList abl)
Constructs a new ibufg_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_hstl_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_gtlp(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_gtlp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_gtlp(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_gtlp. |
|
ibufg_gtlp(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_gtlp. |
|
ibufg_gtlp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_gtlp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_gtlp(Node parent,
ArgBlockList abl)
Constructs a new ibufg_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_gtlp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_gtl(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_gtl(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_gtl(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_gtl. |
|
ibufg_gtl(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_gtl. |
|
ibufg_gtl(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_gtl(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_gtl(Node parent,
ArgBlockList abl)
Constructs a new ibufg_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_gtl(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_pci66_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_pci66_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_pci66_3(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_pci66_3. |
|
ibufg_pci66_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_pci66_3. |
|
ibufg_pci66_3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_pci66_3(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_pci66_3(Node parent,
ArgBlockList abl)
Constructs a new ibufg_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_pci66_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_pci33_5(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_pci33_5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_pci33_5(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_pci33_5. |
|
ibufg_pci33_5(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_pci33_5. |
|
ibufg_pci33_5(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_pci33_5(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_pci33_5(Node parent,
ArgBlockList abl)
Constructs a new ibufg_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_pci33_5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_pci33_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_pci33_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_pci33_3(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_pci33_3. |
|
ibufg_pci33_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_pci33_3. |
|
ibufg_pci33_3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_pci33_3(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_pci33_3(Node parent,
ArgBlockList abl)
Constructs a new ibufg_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_pci33_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_lvcmos2(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_lvcmos2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_lvcmos2(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_lvcmos2. |
|
ibufg_lvcmos2(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_lvcmos2. |
|
ibufg_lvcmos2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_lvcmos2(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_lvcmos2(Node parent,
ArgBlockList abl)
Constructs a new ibufg_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_lvcmos2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg(Node parent,
Wire i,
Wire o)
Constructs a new ibufg. |
|
ibufg(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg. |
|
ibufg(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg(Node parent,
ArgBlockList abl)
Constructs a new ibufg, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg, 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 . |
|
ram64x1d_1(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16)
|
|
ram64x1d_1(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16)
|
|
ram64x1d_1(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String INIT)
|
|
ram64x1d_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram64x1d_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram64x1d_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram64x1d_1. |
|
ram64x1d_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram64x1d_1. |
|
ram64x1d_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram64x1d_1. |
|
ram64x1d_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram64x1d_1. |
|
ram64x1d_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT)
Constructs a new ram64x1d_1. |
|
ram64x1d_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT)
Constructs a new ram64x1d_1. |
|
ram64x1d_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT)
Constructs a new ram64x1d_1. |
|
ram64x1d_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT)
Constructs a new ram64x1d_1. |
|
ram64x1d_1(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 ram64x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram64x1d_1(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 INIT)
Constructs a new ram64x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram64x1d_1(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 ram64x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram64x1d_1(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 INIT)
Constructs a new ram64x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram64x1d_1(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 ram64x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram64x1d_1(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 INIT)
Constructs a new ram64x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram64x1d_1(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 ram64x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram64x1d_1(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 INIT)
Constructs a new ram64x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram64x1d_1(Node parent,
ArgBlockList abl)
Constructs a new ram64x1d_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram64x1d_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram64x1d_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufgds(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufgds(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufgds(Node parent,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufgds. |
|
ibufgds(Node parent,
java.lang.String instanceName,
Wire i,
Wire ib,
Wire o)
Constructs a new ibufgds. |
|
ibufgds(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ibufgds, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufgds(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 ibufgds, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufgds(Node parent,
ArgBlockList abl)
Constructs a new ibufgds, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufgds(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufgds, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ld(Node parent)
Used only by child classes to pass up the parent cell. |
|
ld(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ld(Node parent,
Wire d,
Wire q)
Constructs a new ld. |
|
ld(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ld. |
|
ld(Node parent,
Wire g,
Wire d,
Wire q)
Constructs a new ld. |
|
ld(Node parent,
java.lang.String instanceName,
Wire g,
Wire d,
Wire q)
Constructs a new ld. |
|
ld(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ld, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ld(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ld, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ld(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ld, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ld(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 ld, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ld(Node parent,
ArgBlockList abl)
Constructs a new ld, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ld(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ld, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofddrcpe(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofddrcpe(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofddrcpe(Node parent,
Wire c0,
Wire c1,
Wire d0,
Wire d1,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new ofddrcpe. |
|
ofddrcpe(Node parent,
java.lang.String instanceName,
Wire c0,
Wire c1,
Wire d0,
Wire d1,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new ofddrcpe. |
|
ofddrcpe(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 ofddrcpe, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofddrcpe(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 ofddrcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofddrcpe(Node parent,
ArgBlockList abl)
Constructs a new ofddrcpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofddrcpe(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofddrcpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf8_d(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxf8_d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxf8_d(Node parent,
Wire i0,
Wire i1,
Wire s,
Wire o,
Wire lo)
Constructs a new muxf8_d. |
|
muxf8_d(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire s,
Wire o,
Wire lo)
Constructs a new muxf8_d. |
|
muxf8_d(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 muxf8_d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxf8_d(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 muxf8_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxf8_d(Node parent,
ArgBlockList abl)
Constructs a new muxf8_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf8_d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxf8_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf6(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxf6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxf6(Node parent,
Wire i0,
Wire i1,
Wire s,
Wire o)
Constructs a new muxf6. |
|
muxf6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire s,
Wire o)
Constructs a new muxf6. |
|
muxf6(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 muxf6, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxf6(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 muxf6, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxf6(Node parent,
ArgBlockList abl)
Constructs a new muxf6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxf6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1s_1(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)
|
|
ram32x1s_1(Node parent,
java.lang.String name,
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 INIT)
|
|
ram32x1s_1(Node parent,
java.lang.String name,
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)
|
|
ram32x1s_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram32x1s_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram32x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x1s_1. |
|
ram32x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x1s_1. |
|
ram32x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x1s_1. |
|
ram32x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x1s_1. |
|
ram32x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram32x1s_1. |
|
ram32x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram32x1s_1. |
|
ram32x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram32x1s_1. |
|
ram32x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram32x1s_1. |
|
ram32x1s_1(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 ram32x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram32x1s_1(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 INIT)
Constructs a new ram32x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram32x1s_1(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 ram32x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x1s_1(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 INIT)
Constructs a new ram32x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x1s_1(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 ram32x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s_1(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 INIT)
Constructs a new ram32x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s_1(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 ram32x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s_1(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 INIT)
Constructs a new ram32x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s_1(Node parent,
ArgBlockList abl)
Constructs a new ram32x1s_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1s_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram32x1s_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
rocbuf(Node parent)
Used only by child classes to pass up the parent cell. |
|
rocbuf(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
rocbuf(Node parent,
Wire i,
Wire o)
Constructs a new rocbuf. |
|
rocbuf(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new rocbuf. |
|
rocbuf(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new rocbuf, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
rocbuf(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new rocbuf, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
rocbuf(Node parent,
ArgBlockList abl)
Constructs a new rocbuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
rocbuf(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new rocbuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut3_d(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut3_d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut3_d(Node parent,
Wire i,
Wire lo,
Wire o)
Constructs a new lut3_d. |
|
lut3_d(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo,
Wire o)
Constructs a new lut3_d. |
|
lut3_d(Node parent,
Wire i,
Wire lo,
Wire o,
java.lang.String INIT)
Constructs a new lut3_d. |
|
lut3_d(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo,
Wire o,
java.lang.String INIT)
Constructs a new lut3_d. |
|
lut3_d(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new lut3_d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut3_d(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new lut3_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut3_d(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 lut3_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut3_d(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 INIT)
Constructs a new lut3_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut3_d(Node parent,
ArgBlockList abl)
Constructs a new lut3_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut3_d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut3_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut3_d(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)
|
|
lut3_d(Node parent,
java.lang.String name,
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 INIT)
|
|
lut3_d(Node parent,
java.lang.String name,
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)
|
|
iobuf_agp(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_agp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_agp(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_agp. |
|
iobuf_agp(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_agp. |
|
iobuf_agp(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 iobuf_agp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_agp(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 iobuf_agp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_agp(Node parent,
ArgBlockList abl)
Constructs a new iobuf_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_agp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_ctt(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_ctt(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_ctt(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_ctt. |
|
iobuf_ctt(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_ctt. |
|
iobuf_ctt(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 iobuf_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_ctt(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 iobuf_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_ctt(Node parent,
ArgBlockList abl)
Constructs a new iobuf_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_ctt(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_sstl3_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_sstl3_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_sstl3_ii(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_sstl3_ii. |
|
iobuf_sstl3_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_sstl3_ii. |
|
iobuf_sstl3_ii(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 iobuf_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_sstl3_ii(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 iobuf_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_sstl3_ii(Node parent,
ArgBlockList abl)
Constructs a new iobuf_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_sstl3_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_sstl3_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_sstl3_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_sstl3_i(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_sstl3_i. |
|
iobuf_sstl3_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_sstl3_i. |
|
iobuf_sstl3_i(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 iobuf_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_sstl3_i(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 iobuf_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_sstl3_i(Node parent,
ArgBlockList abl)
Constructs a new iobuf_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_sstl3_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_sstl2_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_sstl2_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_sstl2_ii(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_sstl2_ii. |
|
iobuf_sstl2_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_sstl2_ii. |
|
iobuf_sstl2_ii(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 iobuf_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_sstl2_ii(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 iobuf_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_sstl2_ii(Node parent,
ArgBlockList abl)
Constructs a new iobuf_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_sstl2_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_sstl2_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_sstl2_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_sstl2_i(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_sstl2_i. |
|
iobuf_sstl2_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_sstl2_i. |
|
iobuf_sstl2_i(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 iobuf_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_sstl2_i(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 iobuf_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_sstl2_i(Node parent,
ArgBlockList abl)
Constructs a new iobuf_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_sstl2_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_hstl_iv(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_hstl_iv(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_hstl_iv(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_hstl_iv. |
|
iobuf_hstl_iv(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_hstl_iv. |
|
iobuf_hstl_iv(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 iobuf_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_hstl_iv(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 iobuf_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_hstl_iv(Node parent,
ArgBlockList abl)
Constructs a new iobuf_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_hstl_iv(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_hstl_iii(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_hstl_iii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_hstl_iii(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_hstl_iii. |
|
iobuf_hstl_iii(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_hstl_iii. |
|
iobuf_hstl_iii(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 iobuf_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_hstl_iii(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 iobuf_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_hstl_iii(Node parent,
ArgBlockList abl)
Constructs a new iobuf_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_hstl_iii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_hstl_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_hstl_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_hstl_i(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_hstl_i. |
|
iobuf_hstl_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_hstl_i. |
|
iobuf_hstl_i(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 iobuf_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_hstl_i(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 iobuf_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_hstl_i(Node parent,
ArgBlockList abl)
Constructs a new iobuf_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_hstl_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_gtlp(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_gtlp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_gtlp(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_gtlp. |
|
iobuf_gtlp(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_gtlp. |
|
iobuf_gtlp(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 iobuf_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_gtlp(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 iobuf_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_gtlp(Node parent,
ArgBlockList abl)
Constructs a new iobuf_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_gtlp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_gtl(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_gtl(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_gtl(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_gtl. |
|
iobuf_gtl(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_gtl. |
|
iobuf_gtl(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 iobuf_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_gtl(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 iobuf_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_gtl(Node parent,
ArgBlockList abl)
Constructs a new iobuf_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_gtl(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_pci66_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_pci66_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_pci66_3(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_pci66_3. |
|
iobuf_pci66_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_pci66_3. |
|
iobuf_pci66_3(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 iobuf_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_pci66_3(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 iobuf_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_pci66_3(Node parent,
ArgBlockList abl)
Constructs a new iobuf_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_pci66_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_pci33_5(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_pci33_5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_pci33_5(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_pci33_5. |
|
iobuf_pci33_5(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_pci33_5. |
|
iobuf_pci33_5(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 iobuf_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_pci33_5(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 iobuf_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_pci33_5(Node parent,
ArgBlockList abl)
Constructs a new iobuf_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_pci33_5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_pci33_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_pci33_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_pci33_3(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_pci33_3. |
|
iobuf_pci33_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_pci33_3. |
|
iobuf_pci33_3(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 iobuf_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_pci33_3(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 iobuf_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_pci33_3(Node parent,
ArgBlockList abl)
Constructs a new iobuf_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_pci33_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_lvcmos2(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_lvcmos2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_lvcmos2(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_lvcmos2. |
|
iobuf_lvcmos2(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_lvcmos2. |
|
iobuf_lvcmos2(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 iobuf_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_lvcmos2(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 iobuf_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_lvcmos2(Node parent,
ArgBlockList abl)
Constructs a new iobuf_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_lvcmos2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_24(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_f_24(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_f_24(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_24. |
|
iobuf_f_24(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_24. |
|
iobuf_f_24(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 iobuf_f_24, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_f_24(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 iobuf_f_24, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_f_24(Node parent,
ArgBlockList abl)
Constructs a new iobuf_f_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_24(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_f_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_16(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_f_16(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_f_16(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_16. |
|
iobuf_f_16(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_16. |
|
iobuf_f_16(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 iobuf_f_16, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_f_16(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 iobuf_f_16, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_f_16(Node parent,
ArgBlockList abl)
Constructs a new iobuf_f_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_16(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_f_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_12(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_f_12(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_f_12(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_12. |
|
iobuf_f_12(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_12. |
|
iobuf_f_12(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 iobuf_f_12, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_f_12(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 iobuf_f_12, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_f_12(Node parent,
ArgBlockList abl)
Constructs a new iobuf_f_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_12(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_f_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_8(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_f_8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_f_8(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_8. |
|
iobuf_f_8(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_8. |
|
iobuf_f_8(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 iobuf_f_8, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_f_8(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 iobuf_f_8, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_f_8(Node parent,
ArgBlockList abl)
Constructs a new iobuf_f_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_f_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_6(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_f_6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_f_6(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_6. |
|
iobuf_f_6(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_6. |
|
iobuf_f_6(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 iobuf_f_6, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_f_6(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 iobuf_f_6, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_f_6(Node parent,
ArgBlockList abl)
Constructs a new iobuf_f_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_f_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_4(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_f_4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_f_4(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_4. |
|
iobuf_f_4(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_4. |
|
iobuf_f_4(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 iobuf_f_4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_f_4(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 iobuf_f_4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_f_4(Node parent,
ArgBlockList abl)
Constructs a new iobuf_f_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_f_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_2(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_f_2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_f_2(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_2. |
|
iobuf_f_2(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_f_2. |
|
iobuf_f_2(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 iobuf_f_2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_f_2(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 iobuf_f_2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_f_2(Node parent,
ArgBlockList abl)
Constructs a new iobuf_f_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_f_2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_f_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_24(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_s_24(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_s_24(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_24. |
|
iobuf_s_24(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_24. |
|
iobuf_s_24(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 iobuf_s_24, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_s_24(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 iobuf_s_24, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_s_24(Node parent,
ArgBlockList abl)
Constructs a new iobuf_s_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_24(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_s_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_16(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_s_16(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_s_16(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_16. |
|
iobuf_s_16(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_16. |
|
iobuf_s_16(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 iobuf_s_16, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_s_16(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 iobuf_s_16, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_s_16(Node parent,
ArgBlockList abl)
Constructs a new iobuf_s_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_16(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_s_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_12(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_s_12(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_s_12(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_12. |
|
iobuf_s_12(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_12. |
|
iobuf_s_12(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 iobuf_s_12, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_s_12(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 iobuf_s_12, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_s_12(Node parent,
ArgBlockList abl)
Constructs a new iobuf_s_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_12(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_s_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_8(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_s_8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_s_8(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_8. |
|
iobuf_s_8(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_8. |
|
iobuf_s_8(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 iobuf_s_8, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_s_8(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 iobuf_s_8, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_s_8(Node parent,
ArgBlockList abl)
Constructs a new iobuf_s_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_s_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_6(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_s_6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_s_6(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_6. |
|
iobuf_s_6(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_6. |
|
iobuf_s_6(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 iobuf_s_6, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_s_6(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 iobuf_s_6, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_s_6(Node parent,
ArgBlockList abl)
Constructs a new iobuf_s_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_s_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_4(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_s_4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_s_4(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_4. |
|
iobuf_s_4(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_4. |
|
iobuf_s_4(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 iobuf_s_4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_s_4(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 iobuf_s_4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_s_4(Node parent,
ArgBlockList abl)
Constructs a new iobuf_s_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_s_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_2(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf_s_2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf_s_2(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_2. |
|
iobuf_s_2(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf_s_2. |
|
iobuf_s_2(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 iobuf_s_2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf_s_2(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 iobuf_s_2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf_s_2(Node parent,
ArgBlockList abl)
Constructs a new iobuf_s_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf_s_2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf_s_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobuf(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobuf(Node parent,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf. |
|
iobuf(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire io)
Constructs a new iobuf. |
|
iobuf(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 iobuf, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobuf(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 iobuf, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobuf(Node parent,
ArgBlockList abl)
Constructs a new iobuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobuf(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fddrcpe(Node parent)
Used only by child classes to pass up the parent cell. |
|
fddrcpe(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fddrcpe(Node parent,
Wire c0,
Wire c1,
Wire d0,
Wire d1,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fddrcpe. |
|
fddrcpe(Node parent,
java.lang.String instanceName,
Wire c0,
Wire c1,
Wire d0,
Wire d1,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fddrcpe. |
|
fddrcpe(Node parent,
Wire c0,
Wire c1,
Wire d0,
Wire d1,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fddrcpe. |
|
fddrcpe(Node parent,
java.lang.String instanceName,
Wire c0,
Wire c1,
Wire d0,
Wire d1,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fddrcpe. |
|
fddrcpe(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 fddrcpe, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fddrcpe(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 INIT)
Constructs a new fddrcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fddrcpe(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 fddrcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fddrcpe(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 INIT)
Constructs a new fddrcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fddrcpe(Node parent,
ArgBlockList abl)
Constructs a new fddrcpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fddrcpe(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fddrcpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldc(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldc(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldc(Node parent,
Wire clr,
Wire d,
Wire q)
Constructs a new ldc. |
|
ldc(Node parent,
java.lang.String instanceName,
Wire clr,
Wire d,
Wire q)
Constructs a new ldc. |
|
ldc(Node parent,
Wire clr,
Wire g,
Wire d,
Wire q)
Constructs a new ldc. |
|
ldc(Node parent,
java.lang.String instanceName,
Wire clr,
Wire g,
Wire d,
Wire q)
Constructs a new ldc. |
|
ldc(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ldc, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldc(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 ldc, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldc(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 ldc, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldc(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 ldc, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldc(Node parent,
ArgBlockList abl)
Constructs a new ldc, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldc(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldc, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srlc16_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
srlc16_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
srlc16_1(Node parent,
Wire d,
Wire a,
Wire q,
Wire q15)
Constructs a new srlc16_1. |
|
srlc16_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire a,
Wire q,
Wire q15)
Constructs a new srlc16_1. |
|
srlc16_1(Node parent,
Wire CLK,
Wire d,
Wire a,
Wire q,
Wire q15)
Constructs a new srlc16_1. |
|
srlc16_1(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire a,
Wire q,
Wire q15)
Constructs a new srlc16_1. |
|
srlc16_1(Node parent,
Wire d,
Wire a,
Wire q,
Wire q15,
java.lang.String INIT)
Constructs a new srlc16_1. |
|
srlc16_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire a,
Wire q,
Wire q15,
java.lang.String INIT)
Constructs a new srlc16_1. |
|
srlc16_1(Node parent,
Wire CLK,
Wire d,
Wire a,
Wire q,
Wire q15,
java.lang.String INIT)
Constructs a new srlc16_1. |
|
srlc16_1(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire a,
Wire q,
Wire q15,
java.lang.String INIT)
Constructs a new srlc16_1. |
|
srlc16_1(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 srlc16_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
srlc16_1(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 INIT)
Constructs a new srlc16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
srlc16_1(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 srlc16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srlc16_1(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 INIT)
Constructs a new srlc16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srlc16_1(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 srlc16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srlc16_1(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 INIT)
Constructs a new srlc16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srlc16_1(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 srlc16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srlc16_1(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 INIT)
Constructs a new srlc16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srlc16_1(Node parent,
ArgBlockList abl)
Constructs a new srlc16_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srlc16_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new srlc16_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srlc16_1(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)
|
|
srlc16_1(Node parent,
java.lang.String name,
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)
|
|
srlc16_1(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)
|
|
srlc16_1(Node parent,
java.lang.String name,
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)
|
|
fdp_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdp_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdp_g(Node parent,
Wire d,
Wire clr,
Wire q)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdp_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdp_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 fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_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 INIT)
Constructs a new fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_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 fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_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,
java.lang.String INIT)
Constructs a new fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_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 fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_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,
java.lang.String INIT)
Constructs a new fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_g(Node parent,
ArgBlockList abl)
Constructs a new fdp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
icap_virtex2(Node parent)
Used only by child classes to pass up the parent cell. |
|
icap_virtex2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
icap_virtex2(Node parent,
Wire i,
Wire write,
Wire ce,
Wire clk,
Wire o,
Wire busy)
Constructs a new icap_virtex2. |
|
icap_virtex2(Node parent,
java.lang.String instanceName,
Wire i,
Wire write,
Wire ce,
Wire clk,
Wire o,
Wire busy)
Constructs a new icap_virtex2. |
|
icap_virtex2(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 icap_virtex2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
icap_virtex2(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 icap_virtex2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
icap_virtex2(Node parent,
ArgBlockList abl)
Constructs a new icap_virtex2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
icap_virtex2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new icap_virtex2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16(Node parent)
Used only by child classes to pass up the parent cell. |
|
srl16(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
srl16(Node parent,
Wire d,
Wire a,
Wire q)
Constructs a new srl16. |
|
srl16(Node parent,
java.lang.String instanceName,
Wire d,
Wire a,
Wire q)
Constructs a new srl16. |
|
srl16(Node parent,
Wire CLK,
Wire d,
Wire a,
Wire q)
Constructs a new srl16. |
|
srl16(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire a,
Wire q)
Constructs a new srl16. |
|
srl16(Node parent,
Wire d,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16. |
|
srl16(Node parent,
java.lang.String instanceName,
Wire d,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16. |
|
srl16(Node parent,
Wire CLK,
Wire d,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16. |
|
srl16(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16. |
|
srl16(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new srl16, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
srl16(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new srl16, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
srl16(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 srl16, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srl16(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 INIT)
Constructs a new srl16, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srl16(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 srl16, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16(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 INIT)
Constructs a new srl16, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16(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 srl16, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16(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 INIT)
Constructs a new srl16, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16(Node parent,
ArgBlockList abl)
Constructs a new srl16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new srl16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16(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)
|
|
srl16(Node parent,
java.lang.String name,
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)
|
|
srl16(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)
|
|
srl16(Node parent,
java.lang.String name,
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)
|
|
ibuf_agp(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_agp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_agp(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_agp. |
|
ibuf_agp(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_agp. |
|
ibuf_agp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_agp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_agp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_agp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_agp(Node parent,
ArgBlockList abl)
Constructs a new ibuf_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_agp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_ctt(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_ctt(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_ctt(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_ctt. |
|
ibuf_ctt(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_ctt. |
|
ibuf_ctt(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_ctt(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_ctt(Node parent,
ArgBlockList abl)
Constructs a new ibuf_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_ctt(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_sstl3_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_sstl3_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_sstl3_ii(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_sstl3_ii. |
|
ibuf_sstl3_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_sstl3_ii. |
|
ibuf_sstl3_ii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_sstl3_ii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_sstl3_ii(Node parent,
ArgBlockList abl)
Constructs a new ibuf_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_sstl3_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_sstl3_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_sstl3_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_sstl3_i(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_sstl3_i. |
|
ibuf_sstl3_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_sstl3_i. |
|
ibuf_sstl3_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_sstl3_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_sstl3_i(Node parent,
ArgBlockList abl)
Constructs a new ibuf_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_sstl3_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_sstl2_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_sstl2_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_sstl2_ii(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_sstl2_ii. |
|
ibuf_sstl2_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_sstl2_ii. |
|
ibuf_sstl2_ii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_sstl2_ii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_sstl2_ii(Node parent,
ArgBlockList abl)
Constructs a new ibuf_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_sstl2_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_sstl2_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_sstl2_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_sstl2_i(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_sstl2_i. |
|
ibuf_sstl2_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_sstl2_i. |
|
ibuf_sstl2_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_sstl2_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_sstl2_i(Node parent,
ArgBlockList abl)
Constructs a new ibuf_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_sstl2_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_hstl_iv(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_hstl_iv(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_hstl_iv(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_hstl_iv. |
|
ibuf_hstl_iv(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_hstl_iv. |
|
ibuf_hstl_iv(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_hstl_iv(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_hstl_iv(Node parent,
ArgBlockList abl)
Constructs a new ibuf_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_hstl_iv(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_hstl_iii(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_hstl_iii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_hstl_iii(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_hstl_iii. |
|
ibuf_hstl_iii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_hstl_iii. |
|
ibuf_hstl_iii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_hstl_iii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_hstl_iii(Node parent,
ArgBlockList abl)
Constructs a new ibuf_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_hstl_iii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_hstl_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_hstl_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_hstl_i(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_hstl_i. |
|
ibuf_hstl_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_hstl_i. |
|
ibuf_hstl_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_hstl_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_hstl_i(Node parent,
ArgBlockList abl)
Constructs a new ibuf_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_hstl_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_gtlp(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_gtlp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_gtlp(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_gtlp. |
|
ibuf_gtlp(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_gtlp. |
|
ibuf_gtlp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_gtlp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_gtlp(Node parent,
ArgBlockList abl)
Constructs a new ibuf_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_gtlp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_gtl(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_gtl(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_gtl(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_gtl. |
|
ibuf_gtl(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_gtl. |
|
ibuf_gtl(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_gtl(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_gtl(Node parent,
ArgBlockList abl)
Constructs a new ibuf_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_gtl(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_pci66_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_pci66_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_pci66_3(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_pci66_3. |
|
ibuf_pci66_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_pci66_3. |
|
ibuf_pci66_3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_pci66_3(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_pci66_3(Node parent,
ArgBlockList abl)
Constructs a new ibuf_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_pci66_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_pci33_5(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_pci33_5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_pci33_5(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_pci33_5. |
|
ibuf_pci33_5(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_pci33_5. |
|
ibuf_pci33_5(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_pci33_5(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_pci33_5(Node parent,
ArgBlockList abl)
Constructs a new ibuf_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_pci33_5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_pci33_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_pci33_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_pci33_3(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_pci33_3. |
|
ibuf_pci33_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_pci33_3. |
|
ibuf_pci33_3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_pci33_3(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_pci33_3(Node parent,
ArgBlockList abl)
Constructs a new ibuf_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_pci33_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_lvcmos2(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_lvcmos2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_lvcmos2(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_lvcmos2. |
|
ibuf_lvcmos2(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_lvcmos2. |
|
ibuf_lvcmos2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_lvcmos2(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_lvcmos2(Node parent,
ArgBlockList abl)
Constructs a new ibuf_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_lvcmos2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_lvcmos2, 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 . |
|
obuft_agp(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_agp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_agp(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_agp. |
|
obuft_agp(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_agp. |
|
obuft_agp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_agp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_agp(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 obuft_agp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_agp(Node parent,
ArgBlockList abl)
Constructs a new obuft_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_agp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_ctt(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_ctt(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_ctt(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_ctt. |
|
obuft_ctt(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_ctt. |
|
obuft_ctt(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_ctt(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 obuft_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_ctt(Node parent,
ArgBlockList abl)
Constructs a new obuft_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_ctt(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_sstl3_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_sstl3_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_sstl3_ii(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_sstl3_ii. |
|
obuft_sstl3_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_sstl3_ii. |
|
obuft_sstl3_ii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_sstl3_ii(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 obuft_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_sstl3_ii(Node parent,
ArgBlockList abl)
Constructs a new obuft_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_sstl3_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_sstl3_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_sstl3_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_sstl3_i(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_sstl3_i. |
|
obuft_sstl3_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_sstl3_i. |
|
obuft_sstl3_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_sstl3_i(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 obuft_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_sstl3_i(Node parent,
ArgBlockList abl)
Constructs a new obuft_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_sstl3_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_sstl2_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_sstl2_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_sstl2_ii(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_sstl2_ii. |
|
obuft_sstl2_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_sstl2_ii. |
|
obuft_sstl2_ii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_sstl2_ii(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 obuft_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_sstl2_ii(Node parent,
ArgBlockList abl)
Constructs a new obuft_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_sstl2_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_sstl2_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_sstl2_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_sstl2_i(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_sstl2_i. |
|
obuft_sstl2_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_sstl2_i. |
|
obuft_sstl2_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_sstl2_i(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 obuft_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_sstl2_i(Node parent,
ArgBlockList abl)
Constructs a new obuft_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_sstl2_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_hstl_iv(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_hstl_iv(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_hstl_iv(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_hstl_iv. |
|
obuft_hstl_iv(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_hstl_iv. |
|
obuft_hstl_iv(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_hstl_iv(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 obuft_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_hstl_iv(Node parent,
ArgBlockList abl)
Constructs a new obuft_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_hstl_iv(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_hstl_iii(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_hstl_iii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_hstl_iii(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_hstl_iii. |
|
obuft_hstl_iii(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_hstl_iii. |
|
obuft_hstl_iii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_hstl_iii(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 obuft_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_hstl_iii(Node parent,
ArgBlockList abl)
Constructs a new obuft_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_hstl_iii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_hstl_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_hstl_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_hstl_i(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_hstl_i. |
|
obuft_hstl_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_hstl_i. |
|
obuft_hstl_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_hstl_i(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 obuft_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_hstl_i(Node parent,
ArgBlockList abl)
Constructs a new obuft_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_hstl_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_gtlp(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_gtlp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_gtlp(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_gtlp. |
|
obuft_gtlp(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_gtlp. |
|
obuft_gtlp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_gtlp(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 obuft_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_gtlp(Node parent,
ArgBlockList abl)
Constructs a new obuft_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_gtlp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_gtl(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_gtl(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_gtl(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_gtl. |
|
obuft_gtl(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_gtl. |
|
obuft_gtl(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_gtl(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 obuft_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_gtl(Node parent,
ArgBlockList abl)
Constructs a new obuft_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_gtl(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_pci66_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_pci66_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_pci66_3(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_pci66_3. |
|
obuft_pci66_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_pci66_3. |
|
obuft_pci66_3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_pci66_3(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 obuft_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_pci66_3(Node parent,
ArgBlockList abl)
Constructs a new obuft_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_pci66_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_pci33_5(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_pci33_5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_pci33_5(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_pci33_5. |
|
obuft_pci33_5(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_pci33_5. |
|
obuft_pci33_5(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_pci33_5(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 obuft_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_pci33_5(Node parent,
ArgBlockList abl)
Constructs a new obuft_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_pci33_5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_pci33_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_pci33_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_pci33_3(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_pci33_3. |
|
obuft_pci33_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_pci33_3. |
|
obuft_pci33_3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_pci33_3(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 obuft_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_pci33_3(Node parent,
ArgBlockList abl)
Constructs a new obuft_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_pci33_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_lvcmos2(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_lvcmos2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_lvcmos2(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_lvcmos2. |
|
obuft_lvcmos2(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_lvcmos2. |
|
obuft_lvcmos2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_lvcmos2(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 obuft_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_lvcmos2(Node parent,
ArgBlockList abl)
Constructs a new obuft_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_lvcmos2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_24(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_f_24(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_f_24(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_24. |
|
obuft_f_24(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_24. |
|
obuft_f_24(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_f_24, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_f_24(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 obuft_f_24, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_f_24(Node parent,
ArgBlockList abl)
Constructs a new obuft_f_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_24(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_f_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_16(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_f_16(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_f_16(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_16. |
|
obuft_f_16(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_16. |
|
obuft_f_16(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_f_16, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_f_16(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 obuft_f_16, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_f_16(Node parent,
ArgBlockList abl)
Constructs a new obuft_f_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_16(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_f_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_12(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_f_12(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_f_12(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_12. |
|
obuft_f_12(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_12. |
|
obuft_f_12(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_f_12, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_f_12(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 obuft_f_12, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_f_12(Node parent,
ArgBlockList abl)
Constructs a new obuft_f_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_12(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_f_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_8(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_f_8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_f_8(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_8. |
|
obuft_f_8(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_8. |
|
obuft_f_8(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_f_8, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_f_8(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 obuft_f_8, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_f_8(Node parent,
ArgBlockList abl)
Constructs a new obuft_f_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_f_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_6(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_f_6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_f_6(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_6. |
|
obuft_f_6(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_6. |
|
obuft_f_6(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_f_6, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_f_6(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 obuft_f_6, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_f_6(Node parent,
ArgBlockList abl)
Constructs a new obuft_f_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_f_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_4(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_f_4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_f_4(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_4. |
|
obuft_f_4(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_4. |
|
obuft_f_4(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_f_4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_f_4(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 obuft_f_4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_f_4(Node parent,
ArgBlockList abl)
Constructs a new obuft_f_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_f_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_2(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_f_2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_f_2(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_2. |
|
obuft_f_2(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_f_2. |
|
obuft_f_2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_f_2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_f_2(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 obuft_f_2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_f_2(Node parent,
ArgBlockList abl)
Constructs a new obuft_f_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_f_2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_f_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_24(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_s_24(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_s_24(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_24. |
|
obuft_s_24(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_24. |
|
obuft_s_24(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_s_24, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_s_24(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 obuft_s_24, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_s_24(Node parent,
ArgBlockList abl)
Constructs a new obuft_s_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_24(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_s_24, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_16(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_s_16(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_s_16(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_16. |
|
obuft_s_16(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_16. |
|
obuft_s_16(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_s_16, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_s_16(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 obuft_s_16, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_s_16(Node parent,
ArgBlockList abl)
Constructs a new obuft_s_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_16(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_s_16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_12(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_s_12(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_s_12(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_12. |
|
obuft_s_12(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_12. |
|
obuft_s_12(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_s_12, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_s_12(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 obuft_s_12, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_s_12(Node parent,
ArgBlockList abl)
Constructs a new obuft_s_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_12(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_s_12, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_8(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_s_8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_s_8(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_8. |
|
obuft_s_8(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_8. |
|
obuft_s_8(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_s_8, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_s_8(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 obuft_s_8, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_s_8(Node parent,
ArgBlockList abl)
Constructs a new obuft_s_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_s_8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_6(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_s_6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_s_6(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_6. |
|
obuft_s_6(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_6. |
|
obuft_s_6(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_s_6, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_s_6(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 obuft_s_6, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_s_6(Node parent,
ArgBlockList abl)
Constructs a new obuft_s_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_s_6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_4(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_s_4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_s_4(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_4. |
|
obuft_s_4(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_4. |
|
obuft_s_4(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_s_4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_s_4(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 obuft_s_4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_s_4(Node parent,
ArgBlockList abl)
Constructs a new obuft_s_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_s_4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_2(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_s_2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_s_2(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_2. |
|
obuft_s_2(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_s_2. |
|
obuft_s_2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_s_2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_s_2(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 obuft_s_2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_s_2(Node parent,
ArgBlockList abl)
Constructs a new obuft_s_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_s_2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_s_2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram128x1s_1(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,
java.lang.String s10,
Wire w10)
|
|
ram128x1s_1(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String INIT)
|
|
ram128x1s_1(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10)
|
|
ram128x1s_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram128x1s_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram128x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram128x1s_1. |
|
ram128x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram128x1s_1. |
|
ram128x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram128x1s_1. |
|
ram128x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram128x1s_1. |
|
ram128x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram128x1s_1. |
|
ram128x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram128x1s_1. |
|
ram128x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram128x1s_1. |
|
ram128x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram128x1s_1. |
|
ram128x1s_1(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 ram128x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram128x1s_1(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 INIT)
Constructs a new ram128x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram128x1s_1(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 ram128x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram128x1s_1(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 INIT)
Constructs a new ram128x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram128x1s_1(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 ram128x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram128x1s_1(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 INIT)
Constructs a new ram128x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram128x1s_1(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 ram128x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram128x1s_1(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 INIT)
Constructs a new ram128x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram128x1s_1(Node parent,
ArgBlockList abl)
Constructs a new ram128x1s_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram128x1s_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram128x1s_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf8_l(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxf8_l(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxf8_l(Node parent,
Wire i0,
Wire i1,
Wire s,
Wire lo)
Constructs a new muxf8_l. |
|
muxf8_l(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire s,
Wire lo)
Constructs a new muxf8_l. |
|
muxf8_l(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 muxf8_l, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxf8_l(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 muxf8_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxf8_l(Node parent,
ArgBlockList abl)
Constructs a new muxf8_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf8_l(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxf8_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
roc(Node parent)
Used only by child classes to pass up the parent cell. |
|
roc(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
roc(Node parent,
Wire o)
Constructs a new roc. |
|
roc(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new roc. |
|
roc(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new roc, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
roc(Node parent,
ArgBlockList abl)
Constructs a new roc, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
roc(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new roc, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram64x1s_1(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)
|
|
ram64x1s_1(Node parent,
java.lang.String name,
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,
java.lang.String INIT)
|
|
ram64x1s_1(Node parent,
java.lang.String name,
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)
|
|
ram64x1s_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram64x1s_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram64x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram64x1s_1. |
|
ram64x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram64x1s_1. |
|
ram64x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram64x1s_1. |
|
ram64x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram64x1s_1. |
|
ram64x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram64x1s_1. |
|
ram64x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram64x1s_1. |
|
ram64x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram64x1s_1. |
|
ram64x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram64x1s_1. |
|
ram64x1s_1(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 ram64x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram64x1s_1(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 INIT)
Constructs a new ram64x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram64x1s_1(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 ram64x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram64x1s_1(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 INIT)
Constructs a new ram64x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram64x1s_1(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 ram64x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram64x1s_1(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 INIT)
Constructs a new ram64x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram64x1s_1(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 ram64x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram64x1s_1(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 INIT)
Constructs a new ram64x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram64x1s_1(Node parent,
ArgBlockList abl)
Constructs a new ram64x1s_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram64x1s_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram64x1s_1, 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 . |
|
muxf7(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxf7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxf7(Node parent,
Wire i0,
Wire i1,
Wire s,
Wire o)
Constructs a new muxf7. |
|
muxf7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire s,
Wire o)
Constructs a new muxf7. |
|
muxf7(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 muxf7, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxf7(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 muxf7, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxf7(Node parent,
ArgBlockList abl)
Constructs a new muxf7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxf7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
startup_virtex2(Node parent)
Used only by child classes to pass up the parent cell. |
|
startup_virtex2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
startup_virtex2(Node parent,
Wire gsr,
Wire gts,
Wire clk)
Constructs a new startup_virtex2. |
|
startup_virtex2(Node parent,
java.lang.String instanceName,
Wire gsr,
Wire gts,
Wire clk)
Constructs a new startup_virtex2. |
|
startup_virtex2(Node parent,
Wire gsr,
Wire gts,
Wire clk,
Wire gwe,
Wire ghigh)
Constructs a new startup_virtex2. |
|
startup_virtex2(Node parent,
java.lang.String instanceName,
Wire gsr,
Wire gts,
Wire clk,
Wire gwe,
Wire ghigh)
Constructs a new startup_virtex2. |
|
startup_virtex2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new startup_virtex2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
startup_virtex2(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 startup_virtex2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
startup_virtex2(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 startup_virtex2, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
startup_virtex2(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 startup_virtex2, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
startup_virtex2(Node parent,
ArgBlockList abl)
Constructs a new startup_virtex2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
startup_virtex2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new startup_virtex2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcp(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdcp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdcp(Node parent,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp. |
|
fdcp(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp. |
|
fdcp(Node parent,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp. |
|
fdcp(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp. |
|
fdcp(Node parent,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp. |
|
fdcp(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp. |
|
fdcp(Node parent,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp. |
|
fdcp(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp. |
|
fdcp(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 fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdcp(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 INIT)
Constructs a new fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdcp(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 fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcp(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 INIT)
Constructs a new fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcp(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 fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp(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 INIT)
Constructs a new fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp(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 fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp(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 INIT)
Constructs a new fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp(Node parent,
ArgBlockList abl)
Constructs a new fdcp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdcp, 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 . |
|
muxf5(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxf5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxf5(Node parent,
Wire i0,
Wire i1,
Wire s,
Wire o)
Constructs a new muxf5. |
|
muxf5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire s,
Wire o)
Constructs a new muxf5. |
|
muxf5(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 muxf5, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxf5(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 muxf5, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxf5(Node parent,
ArgBlockList abl)
Constructs a new muxf5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxf5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcpe_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdcpe_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdcpe_1(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcpe_1. |
|
fdcpe_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcpe_1. |
|
fdcpe_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcpe_1. |
|
fdcpe_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcpe_1. |
|
fdcpe_1(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcpe_1. |
|
fdcpe_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcpe_1. |
|
fdcpe_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcpe_1. |
|
fdcpe_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcpe_1. |
|
fdcpe_1(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 fdcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdcpe_1(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 INIT)
Constructs a new fdcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdcpe_1(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 fdcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcpe_1(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 INIT)
Constructs a new fdcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcpe_1(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 fdcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcpe_1(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 INIT)
Constructs a new fdcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcpe_1(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 fdcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcpe_1(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 INIT)
Constructs a new fdcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcpe_1(Node parent,
ArgBlockList abl)
Constructs a new fdcpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcpe_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdcpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdse_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdse_g(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_g. |
|
fdse_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 fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdse_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,
java.lang.String INIT)
Constructs a new fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdse_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 fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_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,
java.lang.String INIT)
Constructs a new fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_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,
java.lang.String s4,
Wire w4)
Constructs a new fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_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,
java.lang.String s4,
Wire w4)
Constructs a new fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_g(Node parent,
ArgBlockList abl)
Constructs a new fdse_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdse_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdc_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdc_g(Node parent,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdc_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdc_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 fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_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 INIT)
Constructs a new fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_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 fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_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,
java.lang.String INIT)
Constructs a new fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_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 fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_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,
java.lang.String INIT)
Constructs a new fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_g(Node parent,
ArgBlockList abl)
Constructs a new fdc_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdc_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut3_l(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut3_l(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut3_l(Node parent,
Wire i,
Wire lo)
Constructs a new lut3_l. |
|
lut3_l(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo)
Constructs a new lut3_l. |
|
lut3_l(Node parent,
Wire i,
Wire lo,
java.lang.String INIT)
Constructs a new lut3_l. |
|
lut3_l(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo,
java.lang.String INIT)
Constructs a new lut3_l. |
|
lut3_l(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut3_l, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut3_l(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut3_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut3_l(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut3_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut3_l(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut3_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut3_l(Node parent,
ArgBlockList abl)
Constructs a new lut3_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut3_l(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut3_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut3_l(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)
|
|
lut3_l(Node parent,
java.lang.String name,
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 INIT)
|
|
lut3_l(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String s3,
Wire w3)
|
|
srl16e_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
srl16e_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
srl16e_1(Node parent,
Wire d,
Wire ce,
Wire a,
Wire q)
Constructs a new srl16e_1. |
|
srl16e_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire a,
Wire q)
Constructs a new srl16e_1. |
|
srl16e_1(Node parent,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q)
Constructs a new srl16e_1. |
|
srl16e_1(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q)
Constructs a new srl16e_1. |
|
srl16e_1(Node parent,
Wire d,
Wire ce,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16e_1. |
|
srl16e_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16e_1. |
|
srl16e_1(Node parent,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16e_1. |
|
srl16e_1(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16e_1. |
|
srl16e_1(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 srl16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
srl16e_1(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 INIT)
Constructs a new srl16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
srl16e_1(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 srl16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srl16e_1(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 INIT)
Constructs a new srl16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srl16e_1(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 srl16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16e_1(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 INIT)
Constructs a new srl16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16e_1(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 srl16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16e_1(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 INIT)
Constructs a new srl16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16e_1(Node parent,
ArgBlockList abl)
Constructs a new srl16e_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16e_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new srl16e_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16e_1(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)
|
|
srl16e_1(Node parent,
java.lang.String name,
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)
|
|
srl16e_1(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)
|
|
srl16e_1(Node parent,
java.lang.String name,
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)
|
|
muxf7_l(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxf7_l(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxf7_l(Node parent,
Wire i0,
Wire i1,
Wire s,
Wire lo)
Constructs a new muxf7_l. |
|
muxf7_l(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire s,
Wire lo)
Constructs a new muxf7_l. |
|
muxf7_l(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 muxf7_l, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxf7_l(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 muxf7_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxf7_l(Node parent,
ArgBlockList abl)
Constructs a new muxf7_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf7_l(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxf7_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut1(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut1(Node parent,
Wire i0,
Wire o)
Constructs a new lut1. |
|
lut1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire o)
Constructs a new lut1. |
|
lut1(Node parent,
Wire i0,
Wire o,
java.lang.String INIT)
Constructs a new lut1. |
|
lut1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire o,
java.lang.String INIT)
Constructs a new lut1. |
|
lut1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut1(Node parent,
ArgBlockList abl)
Constructs a new lut1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1s_ack(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram32x1s_ack(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram32x1s_ack(Node parent,
Wire d,
Wire we,
Wire ra,
Wire wa,
Wire o)
Constructs a new ram32x1s_ack. |
|
ram32x1s_ack(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire ra,
Wire wa,
Wire o)
Constructs a new ram32x1s_ack. |
|
ram32x1s_ack(Node parent,
Wire d,
Wire we,
Wire ra,
Wire wa,
Wire o,
Wire wclk)
Constructs a new ram32x1s_ack. |
|
ram32x1s_ack(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire ra,
Wire wa,
Wire o,
Wire wclk)
Constructs a new ram32x1s_ack. |
|
ram32x1s_ack(Node parent,
Wire d,
Wire we,
Wire ra,
Wire wa,
Wire o,
java.lang.String INIT)
Constructs a new ram32x1s_ack. |
|
ram32x1s_ack(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire ra,
Wire wa,
Wire o,
java.lang.String INIT)
Constructs a new ram32x1s_ack. |
|
ram32x1s_ack(Node parent,
Wire d,
Wire we,
Wire ra,
Wire wa,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram32x1s_ack. |
|
ram32x1s_ack(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire ra,
Wire wa,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram32x1s_ack. |
|
ram32x1s_ack(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 ram32x1s_ack, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram32x1s_ack(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 INIT)
Constructs a new ram32x1s_ack, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram32x1s_ack(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 ram32x1s_ack, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x1s_ack(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 INIT)
Constructs a new ram32x1s_ack, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x1s_ack(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 ram32x1s_ack, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s_ack(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 INIT)
Constructs a new ram32x1s_ack, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s_ack(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 ram32x1s_ack, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s_ack(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 INIT)
Constructs a new ram32x1s_ack, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s_ack(Node parent,
ArgBlockList abl)
Constructs a new ram32x1s_ack, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1s_ack(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram32x1s_ack, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1s_ack(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12)
|
|
ram32x1s_ack(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12)
|
|
ram32x1s_ack(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String INIT)
|
|
ifddrcpe(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifddrcpe(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifddrcpe(Node parent,
Wire c0,
Wire c1,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q0,
Wire q1)
Constructs a new ifddrcpe. |
|
ifddrcpe(Node parent,
java.lang.String instanceName,
Wire c0,
Wire c1,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q0,
Wire q1)
Constructs a new ifddrcpe. |
|
ifddrcpe(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 ifddrcpe, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifddrcpe(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 ifddrcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifddrcpe(Node parent,
ArgBlockList abl)
Constructs a new ifddrcpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifddrcpe(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifddrcpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobufds(Node parent)
Used only by child classes to pass up the parent cell. |
|
iobufds(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
iobufds(Node parent,
Wire i,
Wire t,
Wire io,
Wire iob,
Wire o)
Constructs a new iobufds. |
|
iobufds(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire io,
Wire iob,
Wire o)
Constructs a new iobufds. |
|
iobufds(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 iobufds, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
iobufds(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 iobufds, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iobufds(Node parent,
ArgBlockList abl)
Constructs a new iobufds, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iobufds(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new iobufds, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgce(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufgce(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufgce(Node parent,
Wire i,
Wire ce,
Wire o)
Constructs a new bufgce. |
|
bufgce(Node parent,
java.lang.String instanceName,
Wire i,
Wire ce,
Wire o)
Constructs a new bufgce. |
|
bufgce(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new bufgce, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufgce(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 bufgce, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufgce(Node parent,
ArgBlockList abl)
Constructs a new bufgce, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgce(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufgce, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srlc16e(Node parent)
Used only by child classes to pass up the parent cell. |
|
srlc16e(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
srlc16e(Node parent,
Wire d,
Wire ce,
Wire a,
Wire q,
Wire q15)
Constructs a new srlc16e. |
|
srlc16e(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire a,
Wire q,
Wire q15)
Constructs a new srlc16e. |
|
srlc16e(Node parent,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q,
Wire q15)
Constructs a new srlc16e. |
|
srlc16e(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q,
Wire q15)
Constructs a new srlc16e. |
|
srlc16e(Node parent,
Wire d,
Wire ce,
Wire a,
Wire q,
Wire q15,
java.lang.String INIT)
Constructs a new srlc16e. |
|
srlc16e(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire a,
Wire q,
Wire q15,
java.lang.String INIT)
Constructs a new srlc16e. |
|
srlc16e(Node parent,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q,
Wire q15,
java.lang.String INIT)
Constructs a new srlc16e. |
|
srlc16e(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q,
Wire q15,
java.lang.String INIT)
Constructs a new srlc16e. |
|
srlc16e(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 srlc16e, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
srlc16e(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 INIT)
Constructs a new srlc16e, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
srlc16e(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 srlc16e, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srlc16e(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 INIT)
Constructs a new srlc16e, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srlc16e(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 srlc16e, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srlc16e(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 INIT)
Constructs a new srlc16e, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srlc16e(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 srlc16e, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srlc16e(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 INIT)
Constructs a new srlc16e, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srlc16e(Node parent,
ArgBlockList abl)
Constructs a new srlc16e, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srlc16e(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new srlc16e, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srlc16e(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)
|
|
srlc16e(Node parent,
java.lang.String name,
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)
|
|
srlc16e(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)
|
|
srlc16e(Node parent,
java.lang.String name,
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)
|
|
ram32x1d(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14)
|
|
ram32x1d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14)
|
|
ram32x1d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String INIT)
|
|
ram32x1d(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram32x1d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram32x1d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram32x1d. |
|
ram32x1d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram32x1d. |
|
ram32x1d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram32x1d. |
|
ram32x1d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram32x1d. |
|
ram32x1d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT)
Constructs a new ram32x1d. |
|
ram32x1d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT)
Constructs a new ram32x1d. |
|
ram32x1d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT)
Constructs a new ram32x1d. |
|
ram32x1d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT)
Constructs a new ram32x1d. |
|
ram32x1d(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 ram32x1d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram32x1d(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 INIT)
Constructs a new ram32x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram32x1d(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 ram32x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x1d(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 INIT)
Constructs a new ram32x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x1d(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 ram32x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1d(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 INIT)
Constructs a new ram32x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1d(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 ram32x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1d(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 INIT)
Constructs a new ram32x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1d(Node parent,
ArgBlockList abl)
Constructs a new ram32x1d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram32x1d, 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 . |
|
lut2_l(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut2_l(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut2_l(Node parent,
Wire i,
Wire lo)
Constructs a new lut2_l. |
|
lut2_l(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo)
Constructs a new lut2_l. |
|
lut2_l(Node parent,
Wire i,
Wire lo,
java.lang.String INIT)
Constructs a new lut2_l. |
|
lut2_l(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo,
java.lang.String INIT)
Constructs a new lut2_l. |
|
lut2_l(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut2_l, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut2_l(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut2_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut2_l(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut2_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut2_l(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut2_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut2_l(Node parent,
ArgBlockList abl)
Constructs a new lut2_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut2_l(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut2_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut2_l(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
|
|
lut2_l(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
|
|
lut2_l(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
|
|
ldcpe(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldcpe(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldcpe(Node parent,
Wire clr,
Wire pre,
Wire ge,
Wire d,
Wire q)
Constructs a new ldcpe. |
|
ldcpe(Node parent,
java.lang.String instanceName,
Wire clr,
Wire pre,
Wire ge,
Wire d,
Wire q)
Constructs a new ldcpe. |
|
ldcpe(Node parent,
Wire clr,
Wire pre,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldcpe. |
|
ldcpe(Node parent,
java.lang.String instanceName,
Wire clr,
Wire pre,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldcpe. |
|
ldcpe(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 ldcpe, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldcpe(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 ldcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldcpe(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 ldcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldcpe(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 ldcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldcpe(Node parent,
ArgBlockList abl)
Constructs a new ldcpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldcpe(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldcpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srlc16(Node parent)
Used only by child classes to pass up the parent cell. |
|
srlc16(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
srlc16(Node parent,
Wire d,
Wire a,
Wire q,
Wire q15)
Constructs a new srlc16. |
|
srlc16(Node parent,
java.lang.String instanceName,
Wire d,
Wire a,
Wire q,
Wire q15)
Constructs a new srlc16. |
|
srlc16(Node parent,
Wire CLK,
Wire d,
Wire a,
Wire q,
Wire q15)
Constructs a new srlc16. |
|
srlc16(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire a,
Wire q,
Wire q15)
Constructs a new srlc16. |
|
srlc16(Node parent,
Wire d,
Wire a,
Wire q,
Wire q15,
java.lang.String INIT)
Constructs a new srlc16. |
|
srlc16(Node parent,
java.lang.String instanceName,
Wire d,
Wire a,
Wire q,
Wire q15,
java.lang.String INIT)
Constructs a new srlc16. |
|
srlc16(Node parent,
Wire CLK,
Wire d,
Wire a,
Wire q,
Wire q15,
java.lang.String INIT)
Constructs a new srlc16. |
|
srlc16(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire a,
Wire q,
Wire q15,
java.lang.String INIT)
Constructs a new srlc16. |
|
srlc16(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 srlc16, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
srlc16(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 INIT)
Constructs a new srlc16, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
srlc16(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 srlc16, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srlc16(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 INIT)
Constructs a new srlc16, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srlc16(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 srlc16, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srlc16(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 INIT)
Constructs a new srlc16, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srlc16(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 srlc16, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srlc16(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 INIT)
Constructs a new srlc16, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srlc16(Node parent,
ArgBlockList abl)
Constructs a new srlc16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srlc16(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new srlc16, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srlc16(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)
|
|
srlc16(Node parent,
java.lang.String name,
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)
|
|
srlc16(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)
|
|
srlc16(Node parent,
java.lang.String name,
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)
|
|
mult18x18s(Node parent)
Used only by child classes to pass up the parent cell. |
|
mult18x18s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
mult18x18s(Node parent,
Wire a,
Wire b,
Wire ce,
Wire r,
Wire p)
Constructs a new mult18x18s. |
|
mult18x18s(Node parent,
java.lang.String instanceName,
Wire a,
Wire b,
Wire ce,
Wire r,
Wire p)
Constructs a new mult18x18s. |
|
mult18x18s(Node parent,
Wire c,
Wire a,
Wire b,
Wire ce,
Wire r,
Wire p)
Constructs a new mult18x18s. |
|
mult18x18s(Node parent,
java.lang.String instanceName,
Wire c,
Wire a,
Wire b,
Wire ce,
Wire r,
Wire p)
Constructs a new mult18x18s. |
|
mult18x18s(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 mult18x18s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
mult18x18s(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 mult18x18s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
mult18x18s(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 mult18x18s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
mult18x18s(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 mult18x18s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
mult18x18s(Node parent,
ArgBlockList abl)
Constructs a new mult18x18s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
mult18x18s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new mult18x18s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xorcy_d(Node parent)
Used only by child classes to pass up the parent cell. |
|
xorcy_d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xorcy_d(Node parent,
Wire li,
Wire ci,
Wire o,
Wire lo)
Constructs a new xorcy_d. |
|
xorcy_d(Node parent,
java.lang.String instanceName,
Wire li,
Wire ci,
Wire o,
Wire lo)
Constructs a new xorcy_d. |
|
xorcy_d(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 xorcy_d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xorcy_d(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 xorcy_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xorcy_d(Node parent,
ArgBlockList abl)
Constructs a new xorcy_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xorcy_d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xorcy_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
srl16_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
srl16_1(Node parent,
Wire d,
Wire a,
Wire q)
Constructs a new srl16_1. |
|
srl16_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire a,
Wire q)
Constructs a new srl16_1. |
|
srl16_1(Node parent,
Wire CLK,
Wire d,
Wire a,
Wire q)
Constructs a new srl16_1. |
|
srl16_1(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire a,
Wire q)
Constructs a new srl16_1. |
|
srl16_1(Node parent,
Wire d,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16_1. |
|
srl16_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16_1. |
|
srl16_1(Node parent,
Wire CLK,
Wire d,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16_1. |
|
srl16_1(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16_1. |
|
srl16_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new srl16_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
srl16_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new srl16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
srl16_1(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 srl16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srl16_1(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 INIT)
Constructs a new srl16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srl16_1(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 srl16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16_1(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 INIT)
Constructs a new srl16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16_1(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 srl16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16_1(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 INIT)
Constructs a new srl16_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16_1(Node parent,
ArgBlockList abl)
Constructs a new srl16_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new srl16_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16_1(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)
|
|
srl16_1(Node parent,
java.lang.String name,
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)
|
|
srl16_1(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)
|
|
srl16_1(Node parent,
java.lang.String name,
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)
|
|
fds_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fds_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fds_g(Node parent,
Wire d,
Wire s,
Wire q)
Constructs a new fds_g. |
|
fds_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q)
Constructs a new fds_g. |
|
fds_g(Node parent,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_g. |
|
fds_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_g. |
|
fds_g(Node parent,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_g. |
|
fds_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_g. |
|
fds_g(Node parent,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_g. |
|
fds_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_g. |
|
fds_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fds_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fds_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 fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_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 INIT)
Constructs a new fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_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 fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_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,
java.lang.String INIT)
Constructs a new fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_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 fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_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,
java.lang.String INIT)
Constructs a new fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_g(Node parent,
ArgBlockList abl)
Constructs a new fds_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fds_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
mult_and(Node parent)
Used only by child classes to pass up the parent cell. |
|
mult_and(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
mult_and(Node parent,
Wire i0,
Wire i1,
Wire lo)
Constructs a new mult_and. |
|
mult_and(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire lo)
Constructs a new mult_and. |
|
mult_and(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new mult_and, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
mult_and(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 mult_and, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
mult_and(Node parent,
ArgBlockList abl)
Constructs a new mult_and, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
mult_and(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new mult_and, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf8(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxf8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxf8(Node parent,
Wire i0,
Wire i1,
Wire s,
Wire o)
Constructs a new muxf8. |
|
muxf8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire s,
Wire o)
Constructs a new muxf8. |
|
muxf8(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 muxf8, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxf8(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 muxf8, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxf8(Node parent,
ArgBlockList abl)
Constructs a new muxf8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxf8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxcy_d(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxcy_d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxcy_d(Node parent,
Wire di,
Wire ci,
Wire s,
Wire o,
Wire lo)
Constructs a new muxcy_d. |
|
muxcy_d(Node parent,
java.lang.String instanceName,
Wire di,
Wire ci,
Wire s,
Wire o,
Wire lo)
Constructs a new muxcy_d. |
|
muxcy_d(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 muxcy_d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxcy_d(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 muxcy_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxcy_d(Node parent,
ArgBlockList abl)
Constructs a new muxcy_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxcy_d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxcy_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldcp(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldcp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldcp(Node parent,
Wire clr,
Wire pre,
Wire d,
Wire q)
Constructs a new ldcp. |
|
ldcp(Node parent,
java.lang.String instanceName,
Wire clr,
Wire pre,
Wire d,
Wire q)
Constructs a new ldcp. |
|
ldcp(Node parent,
Wire clr,
Wire pre,
Wire g,
Wire d,
Wire q)
Constructs a new ldcp. |
|
ldcp(Node parent,
java.lang.String instanceName,
Wire clr,
Wire pre,
Wire g,
Wire d,
Wire q)
Constructs a new ldcp. |
|
ldcp(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 ldcp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldcp(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 ldcp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldcp(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 ldcp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldcp(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 ldcp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldcp(Node parent,
ArgBlockList abl)
Constructs a new ldcp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldcp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldcp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgs(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufgs(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufgs(Node parent,
Wire i,
Wire o)
Constructs a new bufgs. |
|
bufgs(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufgs. |
|
bufgs(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgs, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufgs(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgs, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufgs(Node parent,
ArgBlockList abl)
Constructs a new bufgs, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgs(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufgs, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgdll(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufgdll(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufgdll(Node parent,
Wire i,
Wire o)
Constructs a new bufgdll. |
|
bufgdll(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufgdll. |
|
bufgdll(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgdll, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufgdll(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgdll, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufgdll(Node parent,
ArgBlockList abl)
Constructs a new bufgdll, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgdll(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufgdll, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut2(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut2(Node parent,
Wire i,
Wire o)
Constructs a new lut2. |
|
lut2(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new lut2. |
|
lut2(Node parent,
Wire i,
Wire o,
java.lang.String INIT)
Constructs a new lut2. |
|
lut2(Node parent,
java.lang.String instanceName,
Wire i,
Wire o,
java.lang.String INIT)
Constructs a new lut2. |
|
lut2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut2, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut2(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut2(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut2(Node parent,
ArgBlockList abl)
Constructs a new lut2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
|
|
lut2(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
|
|
lut2(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
|
|
lde(Node parent)
Used only by child classes to pass up the parent cell. |
|
lde(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lde(Node parent,
Wire ge,
Wire d,
Wire q)
Constructs a new lde. |
|
lde(Node parent,
java.lang.String instanceName,
Wire ge,
Wire d,
Wire q)
Constructs a new lde. |
|
lde(Node parent,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new lde. |
|
lde(Node parent,
java.lang.String instanceName,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new lde. |
|
lde(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new lde, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lde(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 lde, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lde(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 lde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
lde(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 lde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
lde(Node parent,
ArgBlockList abl)
Constructs a new lde, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lde(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lde, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufge(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufge(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufge(Node parent,
Wire i,
Wire o)
Constructs a new bufge. |
|
bufge(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufge. |
|
bufge(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufge, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufge(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufge, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufge(Node parent,
ArgBlockList abl)
Constructs a new bufge, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufge(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufge, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf7_d(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxf7_d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxf7_d(Node parent,
Wire i0,
Wire i1,
Wire s,
Wire o,
Wire lo)
Constructs a new muxf7_d. |
|
muxf7_d(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire s,
Wire o,
Wire lo)
Constructs a new muxf7_d. |
|
muxf7_d(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 muxf7_d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxf7_d(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 muxf7_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxf7_d(Node parent,
ArgBlockList abl)
Constructs a new muxf7_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf7_d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxf7_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ld_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ld_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ld_1(Node parent,
Wire d,
Wire q)
Constructs a new ld_1. |
|
ld_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ld_1. |
|
ld_1(Node parent,
Wire g,
Wire d,
Wire q)
Constructs a new ld_1. |
|
ld_1(Node parent,
java.lang.String instanceName,
Wire g,
Wire d,
Wire q)
Constructs a new ld_1. |
|
ld_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ld_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ld_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ld_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ld_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ld_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ld_1(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 ld_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ld_1(Node parent,
ArgBlockList abl)
Constructs a new ld_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ld_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ld_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofddrrse(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofddrrse(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofddrrse(Node parent,
Wire c0,
Wire c1,
Wire d0,
Wire d1,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new ofddrrse. |
|
ofddrrse(Node parent,
java.lang.String instanceName,
Wire c0,
Wire c1,
Wire d0,
Wire d1,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new ofddrrse. |
|
ofddrrse(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 ofddrrse, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofddrrse(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 ofddrrse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofddrrse(Node parent,
ArgBlockList abl)
Constructs a new ofddrrse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofddrrse(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofddrrse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xorcy(Node parent)
Used only by child classes to pass up the parent cell. |
|
xorcy(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xorcy(Node parent,
Wire li,
Wire ci,
Wire o)
Constructs a new xorcy. |
|
xorcy(Node parent,
java.lang.String instanceName,
Wire li,
Wire ci,
Wire o)
Constructs a new xorcy. |
|
xorcy(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new xorcy, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xorcy(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 xorcy, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xorcy(Node parent,
ArgBlockList abl)
Constructs a new xorcy, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xorcy(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xorcy, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tocbuf(Node parent)
Used only by child classes to pass up the parent cell. |
|
tocbuf(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tocbuf(Node parent,
Wire i,
Wire o)
Constructs a new tocbuf. |
|
tocbuf(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new tocbuf. |
|
tocbuf(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new tocbuf, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tocbuf(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new tocbuf, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tocbuf(Node parent,
ArgBlockList abl)
Constructs a new tocbuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tocbuf(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tocbuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldc_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldc_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldc_1(Node parent,
Wire clr,
Wire d,
Wire q)
Constructs a new ldc_1. |
|
ldc_1(Node parent,
java.lang.String instanceName,
Wire clr,
Wire d,
Wire q)
Constructs a new ldc_1. |
|
ldc_1(Node parent,
Wire clr,
Wire g,
Wire d,
Wire q)
Constructs a new ldc_1. |
|
ldc_1(Node parent,
java.lang.String instanceName,
Wire clr,
Wire g,
Wire d,
Wire q)
Constructs a new ldc_1. |
|
ldc_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ldc_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldc_1(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 ldc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldc_1(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 ldc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldc_1(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 ldc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldc_1(Node parent,
ArgBlockList abl)
Constructs a new ldc_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldc_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldc_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut2_d(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut2_d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut2_d(Node parent,
Wire i,
Wire lo,
Wire o)
Constructs a new lut2_d. |
|
lut2_d(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo,
Wire o)
Constructs a new lut2_d. |
|
lut2_d(Node parent,
Wire i,
Wire lo,
Wire o,
java.lang.String INIT)
Constructs a new lut2_d. |
|
lut2_d(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo,
Wire o,
java.lang.String INIT)
Constructs a new lut2_d. |
|
lut2_d(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new lut2_d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut2_d(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new lut2_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut2_d(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 lut2_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut2_d(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 INIT)
Constructs a new lut2_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut2_d(Node parent,
ArgBlockList abl)
Constructs a new lut2_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut2_d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut2_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut2_d(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)
|
|
lut2_d(Node parent,
java.lang.String name,
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 INIT)
|
|
lut2_d(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String s3,
Wire w3)
|
|
muxf6_d(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxf6_d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxf6_d(Node parent,
Wire i0,
Wire i1,
Wire s,
Wire o,
Wire lo)
Constructs a new muxf6_d. |
|
muxf6_d(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire s,
Wire o,
Wire lo)
Constructs a new muxf6_d. |
|
muxf6_d(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 muxf6_d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxf6_d(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 muxf6_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxf6_d(Node parent,
ArgBlockList abl)
Constructs a new muxf6_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf6_d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxf6_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldcpe_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldcpe_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldcpe_1(Node parent,
Wire clr,
Wire pre,
Wire ge,
Wire d,
Wire q)
Constructs a new ldcpe_1. |
|
ldcpe_1(Node parent,
java.lang.String instanceName,
Wire clr,
Wire pre,
Wire ge,
Wire d,
Wire q)
Constructs a new ldcpe_1. |
|
ldcpe_1(Node parent,
Wire clr,
Wire pre,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldcpe_1. |
|
ldcpe_1(Node parent,
java.lang.String instanceName,
Wire clr,
Wire pre,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldcpe_1. |
|
ldcpe_1(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 ldcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldcpe_1(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 ldcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldcpe_1(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 ldcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldcpe_1(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 ldcpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldcpe_1(Node parent,
ArgBlockList abl)
Constructs a new ldcpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldcpe_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldcpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldcp_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldcp_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldcp_1(Node parent,
Wire clr,
Wire pre,
Wire d,
Wire q)
Constructs a new ldcp_1. |
|
ldcp_1(Node parent,
java.lang.String instanceName,
Wire clr,
Wire pre,
Wire d,
Wire q)
Constructs a new ldcp_1. |
|
ldcp_1(Node parent,
Wire clr,
Wire pre,
Wire g,
Wire d,
Wire q)
Constructs a new ldcp_1. |
|
ldcp_1(Node parent,
java.lang.String instanceName,
Wire clr,
Wire pre,
Wire g,
Wire d,
Wire q)
Constructs a new ldcp_1. |
|
ldcp_1(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 ldcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldcp_1(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 ldcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldcp_1(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 ldcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldcp_1(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 ldcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldcp_1(Node parent,
ArgBlockList abl)
Constructs a new ldcp_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldcp_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldcp_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xorcy_l(Node parent)
Used only by child classes to pass up the parent cell. |
|
xorcy_l(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xorcy_l(Node parent,
Wire li,
Wire ci,
Wire lo)
Constructs a new xorcy_l. |
|
xorcy_l(Node parent,
java.lang.String instanceName,
Wire li,
Wire ci,
Wire lo)
Constructs a new xorcy_l. |
|
xorcy_l(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new xorcy_l, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xorcy_l(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 xorcy_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xorcy_l(Node parent,
ArgBlockList abl)
Constructs a new xorcy_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xorcy_l(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xorcy_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuftds(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuftds(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuftds(Node parent,
Wire i,
Wire t,
Wire o,
Wire ob)
Constructs a new obuftds. |
|
obuftds(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o,
Wire ob)
Constructs a new obuftds. |
|
obuftds(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 obuftds, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuftds(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 obuftds, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuftds(Node parent,
ArgBlockList abl)
Constructs a new obuftds, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuftds(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuftds, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fddrrse(Node parent)
Used only by child classes to pass up the parent cell. |
|
fddrrse(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fddrrse(Node parent,
Wire c0,
Wire c1,
Wire d0,
Wire d1,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fddrrse. |
|
fddrrse(Node parent,
java.lang.String instanceName,
Wire c0,
Wire c1,
Wire d0,
Wire d1,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fddrrse. |
|
fddrrse(Node parent,
Wire c0,
Wire c1,
Wire d0,
Wire d1,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fddrrse. |
|
fddrrse(Node parent,
java.lang.String instanceName,
Wire c0,
Wire c1,
Wire d0,
Wire d1,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fddrrse. |
|
fddrrse(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 fddrrse, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fddrrse(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 INIT)
Constructs a new fddrrse, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fddrrse(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 fddrrse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fddrrse(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 INIT)
Constructs a new fddrrse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fddrrse(Node parent,
ArgBlockList abl)
Constructs a new fddrrse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fddrrse(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fddrrse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x8s(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21)
|
|
ram16x8s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String[] INIT)
|
|
ram16x8s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21)
|
|
ram16x8s(Node parent,
java.lang.String name,
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[] INIT)
|
|
ram16x8s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x8s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s. |
|
ram16x8s(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 ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01, INIT_02, INIT_03, INIT_04, INIT_05, INIT_06, INIT_07 |
|
ram16x8s(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 ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x8s(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 ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8s(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 ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8s(Node parent,
ArgBlockList abl)
Constructs a new ram16x8s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x8s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x8s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
keeper(Node parent)
Used only by child classes to pass up the parent cell. |
|
keeper(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
keeper(Node parent,
Wire o)
Constructs a new keeper. |
|
keeper(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new keeper. |
|
keeper(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new keeper, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
keeper(Node parent,
ArgBlockList abl)
Constructs a new keeper, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
keeper(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new keeper, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxcy_l(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxcy_l(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxcy_l(Node parent,
Wire di,
Wire ci,
Wire s,
Wire lo)
Constructs a new muxcy_l. |
|
muxcy_l(Node parent,
java.lang.String instanceName,
Wire di,
Wire ci,
Wire s,
Wire lo)
Constructs a new muxcy_l. |
|
muxcy_l(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 muxcy_l, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxcy_l(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 muxcy_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxcy_l(Node parent,
ArgBlockList abl)
Constructs a new muxcy_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxcy_l(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxcy_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut1_d(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut1_d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut1_d(Node parent,
Wire i0,
Wire lo,
Wire o)
Constructs a new lut1_d. |
|
lut1_d(Node parent,
java.lang.String instanceName,
Wire i0,
Wire lo,
Wire o)
Constructs a new lut1_d. |
|
lut1_d(Node parent,
Wire i0,
Wire lo,
Wire o,
java.lang.String INIT)
Constructs a new lut1_d. |
|
lut1_d(Node parent,
java.lang.String instanceName,
Wire i0,
Wire lo,
Wire o,
java.lang.String INIT)
Constructs a new lut1_d. |
|
lut1_d(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new lut1_d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut1_d(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new lut1_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut1_d(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 lut1_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut1_d(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 INIT)
Constructs a new lut1_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut1_d(Node parent,
ArgBlockList abl)
Constructs a new lut1_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut1_d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut1_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram128x1s(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,
java.lang.String s10,
Wire w10)
|
|
ram128x1s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10)
|
|
ram128x1s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String INIT)
|
|
ram128x1s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram128x1s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram128x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram128x1s. |
|
ram128x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram128x1s. |
|
ram128x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram128x1s. |
|
ram128x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram128x1s. |
|
ram128x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram128x1s. |
|
ram128x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram128x1s. |
|
ram128x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram128x1s. |
|
ram128x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram128x1s. |
|
ram128x1s(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 ram128x1s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram128x1s(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 INIT)
Constructs a new ram128x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram128x1s(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 ram128x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram128x1s(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 INIT)
Constructs a new ram128x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram128x1s(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 ram128x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram128x1s(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 INIT)
Constructs a new ram128x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram128x1s(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 ram128x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram128x1s(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 INIT)
Constructs a new ram128x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram128x1s(Node parent,
ArgBlockList abl)
Constructs a new ram128x1s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram128x1s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram128x1s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufcf(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufcf(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufcf(Node parent,
Wire i,
Wire o)
Constructs a new bufcf. |
|
bufcf(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufcf. |
|
bufcf(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufcf, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufcf(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufcf, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufcf(Node parent,
ArgBlockList abl)
Constructs a new bufcf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufcf(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufcf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16e(Node parent)
Used only by child classes to pass up the parent cell. |
|
srl16e(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
srl16e(Node parent,
Wire d,
Wire ce,
Wire a,
Wire q)
Constructs a new srl16e. |
|
srl16e(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire a,
Wire q)
Constructs a new srl16e. |
|
srl16e(Node parent,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q)
Constructs a new srl16e. |
|
srl16e(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q)
Constructs a new srl16e. |
|
srl16e(Node parent,
Wire d,
Wire ce,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16e. |
|
srl16e(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16e. |
|
srl16e(Node parent,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16e. |
|
srl16e(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q,
java.lang.String INIT)
Constructs a new srl16e. |
|
srl16e(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 srl16e, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
srl16e(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 INIT)
Constructs a new srl16e, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
srl16e(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 srl16e, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srl16e(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 INIT)
Constructs a new srl16e, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srl16e(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 srl16e, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16e(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 INIT)
Constructs a new srl16e, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16e(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 srl16e, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16e(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 INIT)
Constructs a new srl16e, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srl16e(Node parent,
ArgBlockList abl)
Constructs a new srl16e, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16e(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new srl16e, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srl16e(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)
|
|
srl16e(Node parent,
java.lang.String name,
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)
|
|
srl16e(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)
|
|
srl16e(Node parent,
java.lang.String name,
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)
|
|
lut3(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut3(Node parent,
Wire i,
Wire o)
Constructs a new lut3. |
|
lut3(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new lut3. |
|
lut3(Node parent,
Wire i,
Wire o,
java.lang.String INIT)
Constructs a new lut3. |
|
lut3(Node parent,
java.lang.String instanceName,
Wire i,
Wire o,
java.lang.String INIT)
Constructs a new lut3. |
|
lut3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut3, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut3(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut3(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut3(Node parent,
ArgBlockList abl)
Constructs a new lut3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut3(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)
|
|
lut3(Node parent,
java.lang.String name,
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 INIT)
|
|
lut3(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String s3,
Wire w3)
|
|
bufgmux(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufgmux(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufgmux(Node parent,
Wire i0,
Wire i1,
Wire s,
Wire o)
Constructs a new bufgmux. |
|
bufgmux(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire s,
Wire o)
Constructs a new bufgmux. |
|
bufgmux(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 bufgmux, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufgmux(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 bufgmux, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufgmux(Node parent,
ArgBlockList abl)
Constructs a new bufgmux, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgmux(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufgmux, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srlc16e_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
srlc16e_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
srlc16e_1(Node parent,
Wire d,
Wire ce,
Wire a,
Wire q,
Wire q15)
Constructs a new srlc16e_1. |
|
srlc16e_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire a,
Wire q,
Wire q15)
Constructs a new srlc16e_1. |
|
srlc16e_1(Node parent,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q,
Wire q15)
Constructs a new srlc16e_1. |
|
srlc16e_1(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q,
Wire q15)
Constructs a new srlc16e_1. |
|
srlc16e_1(Node parent,
Wire d,
Wire ce,
Wire a,
Wire q,
Wire q15,
java.lang.String INIT)
Constructs a new srlc16e_1. |
|
srlc16e_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire a,
Wire q,
Wire q15,
java.lang.String INIT)
Constructs a new srlc16e_1. |
|
srlc16e_1(Node parent,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q,
Wire q15,
java.lang.String INIT)
Constructs a new srlc16e_1. |
|
srlc16e_1(Node parent,
java.lang.String instanceName,
Wire CLK,
Wire d,
Wire ce,
Wire a,
Wire q,
Wire q15,
java.lang.String INIT)
Constructs a new srlc16e_1. |
|
srlc16e_1(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 srlc16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
srlc16e_1(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 INIT)
Constructs a new srlc16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
srlc16e_1(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 srlc16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srlc16e_1(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 INIT)
Constructs a new srlc16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
srlc16e_1(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 srlc16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srlc16e_1(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 INIT)
Constructs a new srlc16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srlc16e_1(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 srlc16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srlc16e_1(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 INIT)
Constructs a new srlc16e_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
srlc16e_1(Node parent,
ArgBlockList abl)
Constructs a new srlc16e_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srlc16e_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new srlc16e_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
srlc16e_1(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)
|
|
srlc16e_1(Node parent,
java.lang.String name,
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)
|
|
srlc16e_1(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)
|
|
srlc16e_1(Node parent,
java.lang.String name,
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)
|
|
ldpe(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldpe(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldpe(Node parent,
Wire pre,
Wire ge,
Wire d,
Wire q)
Constructs a new ldpe. |
|
ldpe(Node parent,
java.lang.String instanceName,
Wire pre,
Wire ge,
Wire d,
Wire q)
Constructs a new ldpe. |
|
ldpe(Node parent,
Wire pre,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldpe. |
|
ldpe(Node parent,
java.lang.String instanceName,
Wire pre,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldpe. |
|
ldpe(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 ldpe, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldpe(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 ldpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldpe(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 ldpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldpe(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 ldpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldpe(Node parent,
ArgBlockList abl)
Constructs a new ldpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldpe(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1d_1(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14)
|
|
ram32x1d_1(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14)
|
|
ram32x1d_1(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String INIT)
|
|
ram32x1d_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram32x1d_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram32x1d_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram32x1d_1. |
|
ram32x1d_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram32x1d_1. |
|
ram32x1d_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram32x1d_1. |
|
ram32x1d_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram32x1d_1. |
|
ram32x1d_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT)
Constructs a new ram32x1d_1. |
|
ram32x1d_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT)
Constructs a new ram32x1d_1. |
|
ram32x1d_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT)
Constructs a new ram32x1d_1. |
|
ram32x1d_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT)
Constructs a new ram32x1d_1. |
|
ram32x1d_1(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 ram32x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram32x1d_1(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 INIT)
Constructs a new ram32x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram32x1d_1(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 ram32x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x1d_1(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 INIT)
Constructs a new ram32x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x1d_1(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 ram32x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1d_1(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 INIT)
Constructs a new ram32x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1d_1(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 ram32x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1d_1(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 INIT)
Constructs a new ram32x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1d_1(Node parent,
ArgBlockList abl)
Constructs a new ram32x1d_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1d_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram32x1d_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf6_l(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxf6_l(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxf6_l(Node parent,
Wire i0,
Wire i1,
Wire s,
Wire lo)
Constructs a new muxf6_l. |
|
muxf6_l(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire s,
Wire lo)
Constructs a new muxf6_l. |
|
muxf6_l(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 muxf6_l, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxf6_l(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 muxf6_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxf6_l(Node parent,
ArgBlockList abl)
Constructs a new muxf6_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf6_l(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxf6_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obufds(Node parent)
Used only by child classes to pass up the parent cell. |
|
obufds(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obufds(Node parent,
Wire i,
Wire o,
Wire ob)
Constructs a new obufds. |
|
obufds(Node parent,
java.lang.String instanceName,
Wire i,
Wire o,
Wire ob)
Constructs a new obufds. |
|
obufds(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obufds, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obufds(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 obufds, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obufds(Node parent,
ArgBlockList abl)
Constructs a new obufds, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obufds(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obufds, 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 . |
|
ldp_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldp_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldp_1(Node parent,
Wire pre,
Wire d,
Wire q)
Constructs a new ldp_1. |
|
ldp_1(Node parent,
java.lang.String instanceName,
Wire pre,
Wire d,
Wire q)
Constructs a new ldp_1. |
|
ldp_1(Node parent,
Wire pre,
Wire g,
Wire d,
Wire q)
Constructs a new ldp_1. |
|
ldp_1(Node parent,
java.lang.String instanceName,
Wire pre,
Wire g,
Wire d,
Wire q)
Constructs a new ldp_1. |
|
ldp_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ldp_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldp_1(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 ldp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldp_1(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 ldp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldp_1(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 ldp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldp_1(Node parent,
ArgBlockList abl)
Constructs a new ldp_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldp_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldp_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdre_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdre_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_g. |
|
fdre_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 fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdre_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,
java.lang.String INIT)
Constructs a new fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdre_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 fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_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,
java.lang.String INIT)
Constructs a new fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_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,
java.lang.String s4,
Wire w4)
Constructs a new fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_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,
java.lang.String s4,
Wire w4)
Constructs a new fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_g(Node parent,
ArgBlockList abl)
Constructs a new fdre_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdre_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut1_l(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut1_l(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut1_l(Node parent,
Wire i0,
Wire lo)
Constructs a new lut1_l. |
|
lut1_l(Node parent,
java.lang.String instanceName,
Wire i0,
Wire lo)
Constructs a new lut1_l. |
|
lut1_l(Node parent,
Wire i0,
Wire lo,
java.lang.String INIT)
Constructs a new lut1_l. |
|
lut1_l(Node parent,
java.lang.String instanceName,
Wire i0,
Wire lo,
java.lang.String INIT)
Constructs a new lut1_l. |
|
lut1_l(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut1_l, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut1_l(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut1_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut1_l(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut1_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut1_l(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut1_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut1_l(Node parent,
ArgBlockList abl)
Constructs a new lut1_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut1_l(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut1_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifddrrse(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifddrrse(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifddrrse(Node parent,
Wire c0,
Wire c1,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q0,
Wire q1)
Constructs a new ifddrrse. |
|
ifddrrse(Node parent,
java.lang.String instanceName,
Wire c0,
Wire c1,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q0,
Wire q1)
Constructs a new ifddrrse. |
|
ifddrrse(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 ifddrrse, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifddrrse(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 ifddrrse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifddrrse(Node parent,
ArgBlockList abl)
Constructs a new ifddrrse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifddrrse(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifddrrse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxcy(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxcy(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxcy(Node parent,
Wire di,
Wire ci,
Wire s,
Wire o)
Constructs a new muxcy. |
|
muxcy(Node parent,
java.lang.String instanceName,
Wire di,
Wire ci,
Wire s,
Wire o)
Constructs a new muxcy. |
|
muxcy(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 muxcy, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxcy(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 muxcy, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxcy(Node parent,
ArgBlockList abl)
Constructs a new muxcy, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxcy(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxcy, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
mult18x18(Node parent)
Used only by child classes to pass up the parent cell. |
|
mult18x18(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
mult18x18(Node parent,
Wire a,
Wire b,
Wire p)
Constructs a new mult18x18. |
|
mult18x18(Node parent,
java.lang.String instanceName,
Wire a,
Wire b,
Wire p)
Constructs a new mult18x18. |
|
mult18x18(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new mult18x18, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
mult18x18(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 mult18x18, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
mult18x18(Node parent,
ArgBlockList abl)
Constructs a new mult18x18, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
mult18x18(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new mult18x18, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut4(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut4(Node parent,
Wire i,
Wire o)
Constructs a new lut4. |
|
lut4(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new lut4. |
|
lut4(Node parent,
Wire i,
Wire o,
java.lang.String INIT)
Constructs a new lut4. |
|
lut4(Node parent,
java.lang.String instanceName,
Wire i,
Wire o,
java.lang.String INIT)
Constructs a new lut4. |
|
lut4(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut4(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut4, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut4(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut4(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut4(Node parent,
ArgBlockList abl)
Constructs a new lut4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut4(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)
|
|
lut4(Node parent,
java.lang.String name,
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 INIT)
|
|
lut4(Node parent,
java.lang.String name,
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)
|
|
bufg_ann(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufg_ann(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufg_ann(Node parent,
Wire i,
Wire o)
Constructs a new bufg_ann. |
|
bufg_ann(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufg_ann. |
|
bufg_ann(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufg_ann, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufg_ann(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufg_ann, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufg_ann(Node parent,
ArgBlockList abl)
Constructs a new bufg_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufg_ann(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufg_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdr_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdr_g(Node parent,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdr_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdr_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 fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_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 INIT)
Constructs a new fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_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 fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_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,
java.lang.String INIT)
Constructs a new fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_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 fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_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,
java.lang.String INIT)
Constructs a new fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_g(Node parent,
ArgBlockList abl)
Constructs a new fdr_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdr_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgmux_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufgmux_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufgmux_1(Node parent,
Wire i0,
Wire i1,
Wire s,
Wire o)
Constructs a new bufgmux_1. |
|
bufgmux_1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire s,
Wire o)
Constructs a new bufgmux_1. |
|
bufgmux_1(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 bufgmux_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufgmux_1(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 bufgmux_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufgmux_1(Node parent,
ArgBlockList abl)
Constructs a new bufgmux_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgmux_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufgmux_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgls(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufgls(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufgls(Node parent,
Wire i,
Wire o)
Constructs a new bufgls. |
|
bufgls(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufgls. |
|
bufgls(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgls, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufgls(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgls, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufgls(Node parent,
ArgBlockList abl)
Constructs a new bufgls, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgls(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufgls, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1d_1(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12)
|
|
ram16x1d_1(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12)
|
|
ram16x1d_1(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String INIT)
|
|
ram16x1d_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x1d_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x1d_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x1d_1. |
|
ram16x1d_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x1d_1. |
|
ram16x1d_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x1d_1. |
|
ram16x1d_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x1d_1. |
|
ram16x1d_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT)
Constructs a new ram16x1d_1. |
|
ram16x1d_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT)
Constructs a new ram16x1d_1. |
|
ram16x1d_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT)
Constructs a new ram16x1d_1. |
|
ram16x1d_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT)
Constructs a new ram16x1d_1. |
|
ram16x1d_1(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 ram16x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x1d_1(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 INIT)
Constructs a new ram16x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram16x1d_1(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 ram16x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1d_1(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 INIT)
Constructs a new ram16x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1d_1(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 ram16x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1d_1(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 INIT)
Constructs a new ram16x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1d_1(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 ram16x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1d_1(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 INIT)
Constructs a new ram16x1d_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1d_1(Node parent,
ArgBlockList abl)
Constructs a new ram16x1d_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1d_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x1d_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcpe(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdcpe(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdcpe(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcpe. |
|
fdcpe(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 fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdcpe(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 INIT)
Constructs a new fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdcpe(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 fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcpe(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 INIT)
Constructs a new fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcpe(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 fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcpe(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 INIT)
Constructs a new fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcpe(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 fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcpe(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 INIT)
Constructs a new fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcpe(Node parent,
ArgBlockList abl)
Constructs a new fdcpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcpe(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdcpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
dcm(Node parent)
Used only by child classes to pass up the parent cell. |
|
dcm(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
dcm(Node parent,
Wire clkin,
Wire clkfb,
Wire rst,
Wire dssen,
Wire psincdec,
Wire psen,
Wire psclk,
Wire clk0,
Wire clk90,
Wire clk180,
Wire clk270,
Wire clk2x,
Wire clk2x180,
Wire clkdv,
Wire clkfx,
Wire clkfx180,
Wire locked,
Wire status,
Wire psdone)
Constructs a new dcm. |
|
dcm(Node parent,
java.lang.String instanceName,
Wire clkin,
Wire clkfb,
Wire rst,
Wire dssen,
Wire psincdec,
Wire psen,
Wire psclk,
Wire clk0,
Wire clk90,
Wire clk180,
Wire clk270,
Wire clk2x,
Wire clk2x180,
Wire clkdv,
Wire clkfx,
Wire clkfx180,
Wire locked,
Wire status,
Wire psdone)
Constructs a new dcm. |
|
dcm(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18)
Constructs a new dcm, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
dcm(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18)
Constructs a new dcm, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
dcm(Node parent,
ArgBlockList abl)
Constructs a new dcm, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
dcm(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new dcm, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lde_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
lde_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lde_1(Node parent,
Wire ge,
Wire d,
Wire q)
Constructs a new lde_1. |
|
lde_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire d,
Wire q)
Constructs a new lde_1. |
|
lde_1(Node parent,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new lde_1. |
|
lde_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new lde_1. |
|
lde_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new lde_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lde_1(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 lde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lde_1(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 lde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
lde_1(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 lde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
lde_1(Node parent,
ArgBlockList abl)
Constructs a new lde_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lde_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lde_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut4_d(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut4_d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut4_d(Node parent,
Wire i,
Wire lo,
Wire o)
Constructs a new lut4_d. |
|
lut4_d(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo,
Wire o)
Constructs a new lut4_d. |
|
lut4_d(Node parent,
Wire i,
Wire lo,
Wire o,
java.lang.String INIT)
Constructs a new lut4_d. |
|
lut4_d(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo,
Wire o,
java.lang.String INIT)
Constructs a new lut4_d. |
|
lut4_d(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new lut4_d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut4_d(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new lut4_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut4_d(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 lut4_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut4_d(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 INIT)
Constructs a new lut4_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut4_d(Node parent,
ArgBlockList abl)
Constructs a new lut4_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut4_d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut4_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut4_d(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)
|
|
lut4_d(Node parent,
java.lang.String name,
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 INIT)
|
|
lut4_d(Node parent,
java.lang.String name,
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)
|
|
ram64x1d(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14)
|
|
ram64x1d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14)
|
|
ram64x1d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String INIT)
|
|
ram64x1d(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram64x1d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram64x1d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram64x1d. |
|
ram64x1d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram64x1d. |
|
ram64x1d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram64x1d. |
|
ram64x1d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram64x1d. |
|
ram64x1d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT)
Constructs a new ram64x1d. |
|
ram64x1d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT)
Constructs a new ram64x1d. |
|
ram64x1d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT)
Constructs a new ram64x1d. |
|
ram64x1d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT)
Constructs a new ram64x1d. |
|
ram64x1d(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 ram64x1d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram64x1d(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 INIT)
Constructs a new ram64x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram64x1d(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 ram64x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram64x1d(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 INIT)
Constructs a new ram64x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram64x1d(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 ram64x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram64x1d(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 INIT)
Constructs a new ram64x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram64x1d(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 ram64x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram64x1d(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 INIT)
Constructs a new ram64x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram64x1d(Node parent,
ArgBlockList abl)
Constructs a new ram64x1d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram64x1d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram64x1d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
toc(Node parent)
Used only by child classes to pass up the parent cell. |
|
toc(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
toc(Node parent,
Wire o)
Constructs a new toc. |
|
toc(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new toc. |
|
toc(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new toc, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
toc(Node parent,
ArgBlockList abl)
Constructs a new toc, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
toc(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new toc, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldpe_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldpe_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldpe_1(Node parent,
Wire pre,
Wire ge,
Wire d,
Wire q)
Constructs a new ldpe_1. |
|
ldpe_1(Node parent,
java.lang.String instanceName,
Wire pre,
Wire ge,
Wire d,
Wire q)
Constructs a new ldpe_1. |
|
ldpe_1(Node parent,
Wire pre,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldpe_1. |
|
ldpe_1(Node parent,
java.lang.String instanceName,
Wire pre,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldpe_1. |
|
ldpe_1(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 ldpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldpe_1(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 ldpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldpe_1(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 ldpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldpe_1(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 ldpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldpe_1(Node parent,
ArgBlockList abl)
Constructs a new ldpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldpe_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bscan_virtex2(Node parent)
Used only by child classes to pass up the parent cell. |
|
bscan_virtex2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bscan_virtex2(Node parent,
Wire tdo1,
Wire tdo2,
Wire update,
Wire shift,
Wire reset,
Wire tdi,
Wire sel1,
Wire drck1,
Wire sel2,
Wire drck2)
Constructs a new bscan_virtex2. |
|
bscan_virtex2(Node parent,
java.lang.String instanceName,
Wire tdo1,
Wire tdo2,
Wire update,
Wire shift,
Wire reset,
Wire tdi,
Wire sel1,
Wire drck1,
Wire sel2,
Wire drck2)
Constructs a new bscan_virtex2. |
|
bscan_virtex2(Node parent,
Wire capture,
Wire tdo1,
Wire tdo2,
Wire update,
Wire shift,
Wire reset,
Wire tdi,
Wire sel1,
Wire drck1,
Wire sel2,
Wire drck2)
Constructs a new bscan_virtex2. |
|
bscan_virtex2(Node parent,
java.lang.String instanceName,
Wire capture,
Wire tdo1,
Wire tdo2,
Wire update,
Wire shift,
Wire reset,
Wire tdi,
Wire sel1,
Wire drck1,
Wire sel2,
Wire drck2)
Constructs a new bscan_virtex2. |
|
bscan_virtex2(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 bscan_virtex2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bscan_virtex2(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 bscan_virtex2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bscan_virtex2(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,
java.lang.String s10,
Wire w10)
Constructs a new bscan_virtex2, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
bscan_virtex2(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,
java.lang.String s10,
Wire w10)
Constructs a new bscan_virtex2, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
bscan_virtex2(Node parent,
ArgBlockList abl)
Constructs a new bscan_virtex2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bscan_virtex2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bscan_virtex2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
capture_virtex2(Node parent)
Used only by child classes to pass up the parent cell. |
|
capture_virtex2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
capture_virtex2(Node parent,
Wire cap,
Wire clk)
Constructs a new capture_virtex2. |
|
capture_virtex2(Node parent,
java.lang.String instanceName,
Wire cap,
Wire clk)
Constructs a new capture_virtex2. |
|
capture_virtex2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new capture_virtex2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
capture_virtex2(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new capture_virtex2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
capture_virtex2(Node parent,
ArgBlockList abl)
Constructs a new capture_virtex2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
capture_virtex2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new capture_virtex2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdr(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdr(Node parent,
Wire d,
Wire r,
Wire q)
Constructs a new fdr. |
|
fdr(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q)
Constructs a new fdr. |
|
fdr(Node parent,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr. |
|
fdr(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr. |
|
fdr(Node parent,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr. |
|
fdr(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr. |
|
fdr(Node parent,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr. |
|
fdr(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr. |
|
fdr(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdr, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdr(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdr(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 fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr(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 INIT)
Constructs a new fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr(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 fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr(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 INIT)
Constructs a new fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr(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 fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr(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 INIT)
Constructs a new fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr(Node parent,
ArgBlockList abl)
Constructs a new fdr, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdr, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcp_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdcp_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdcp_1(Node parent,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp_1. |
|
fdcp_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp_1. |
|
fdcp_1(Node parent,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp_1. |
|
fdcp_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp_1. |
|
fdcp_1(Node parent,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp_1. |
|
fdcp_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp_1. |
|
fdcp_1(Node parent,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp_1. |
|
fdcp_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp_1. |
|
fdcp_1(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 fdcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdcp_1(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 INIT)
Constructs a new fdcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdcp_1(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 fdcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcp_1(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 INIT)
Constructs a new fdcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcp_1(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 fdcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp_1(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 INIT)
Constructs a new fdcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp_1(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 fdcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp_1(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 INIT)
Constructs a new fdcp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp_1(Node parent,
ArgBlockList abl)
Constructs a new fdcp_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcp_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdcp_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldce(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldce(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldce(Node parent,
Wire clr,
Wire ge,
Wire d,
Wire q)
Constructs a new ldce. |
|
ldce(Node parent,
java.lang.String instanceName,
Wire clr,
Wire ge,
Wire d,
Wire q)
Constructs a new ldce. |
|
ldce(Node parent,
Wire clr,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldce. |
|
ldce(Node parent,
java.lang.String instanceName,
Wire clr,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldce. |
|
ldce(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 ldce, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldce(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 ldce, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldce(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 ldce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldce(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 ldce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldce(Node parent,
ArgBlockList abl)
Constructs a new ldce, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldce(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldce, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf5_d(Node parent)
Used only by child classes to pass up the parent cell. |
|
muxf5_d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
muxf5_d(Node parent,
Wire i0,
Wire i1,
Wire s,
Wire o,
Wire lo)
Constructs a new muxf5_d. |
|
muxf5_d(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire s,
Wire o,
Wire lo)
Constructs a new muxf5_d. |
|
muxf5_d(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 muxf5_d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
muxf5_d(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 muxf5_d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
muxf5_d(Node parent,
ArgBlockList abl)
Constructs a new muxf5_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
muxf5_d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new muxf5_d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdp(Node parent,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp. |
|
fdp(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp. |
|
fdp(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp. |
|
fdp(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp. |
|
fdp(Node parent,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp. |
|
fdp(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp. |
|
fdp(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp. |
|
fdp(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp. |
|
fdp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdp(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 fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp(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 INIT)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp(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 fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp(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 INIT)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp(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 fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp(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 INIT)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp(Node parent,
ArgBlockList abl)
Constructs a new fdp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldce_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldce_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldce_1(Node parent,
Wire clr,
Wire ge,
Wire d,
Wire q)
Constructs a new ldce_1. |
|
ldce_1(Node parent,
java.lang.String instanceName,
Wire clr,
Wire ge,
Wire d,
Wire q)
Constructs a new ldce_1. |
|
ldce_1(Node parent,
Wire clr,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldce_1. |
|
ldce_1(Node parent,
java.lang.String instanceName,
Wire clr,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldce_1. |
|
ldce_1(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 ldce_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldce_1(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 ldce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldce_1(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 ldce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldce_1(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 ldce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldce_1(Node parent,
ArgBlockList abl)
Constructs a new ldce_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldce_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldce_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram64x1s(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)
|
|
ram64x1s(Node parent,
java.lang.String name,
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,
java.lang.String INIT)
|
|
ram64x1s(Node parent,
java.lang.String name,
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)
|
|
ram64x1s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram64x1s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram64x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram64x1s. |
|
ram64x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram64x1s. |
|
ram64x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram64x1s. |
|
ram64x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram64x1s. |
|
ram64x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram64x1s. |
|
ram64x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram64x1s. |
|
ram64x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram64x1s. |
|
ram64x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram64x1s. |
|
ram64x1s(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 ram64x1s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram64x1s(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 INIT)
Constructs a new ram64x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram64x1s(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 ram64x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram64x1s(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 INIT)
Constructs a new ram64x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram64x1s(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 ram64x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram64x1s(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 INIT)
Constructs a new ram64x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram64x1s(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 ram64x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram64x1s(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 INIT)
Constructs a new ram64x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram64x1s(Node parent,
ArgBlockList abl)
Constructs a new ram64x1s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram64x1s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram64x1s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut4_l(Node parent)
Used only by child classes to pass up the parent cell. |
|
lut4_l(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
lut4_l(Node parent,
Wire i,
Wire lo)
Constructs a new lut4_l. |
|
lut4_l(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo)
Constructs a new lut4_l. |
|
lut4_l(Node parent,
Wire i,
Wire lo,
java.lang.String INIT)
Constructs a new lut4_l. |
|
lut4_l(Node parent,
java.lang.String instanceName,
Wire i,
Wire lo,
java.lang.String INIT)
Constructs a new lut4_l. |
|
lut4_l(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut4_l, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
lut4_l(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut4_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
lut4_l(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new lut4_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut4_l(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new lut4_l, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
lut4_l(Node parent,
ArgBlockList abl)
Constructs a new lut4_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut4_l(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new lut4_l, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
lut4_l(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)
|
|
lut4_l(Node parent,
java.lang.String name,
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 INIT)
|
|
lut4_l(Node parent,
java.lang.String name,
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)
|
|
ofddrtcpe(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofddrtcpe(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofddrtcpe(Node parent,
Wire c0,
Wire c1,
Wire d0,
Wire d1,
Wire ce,
Wire clr,
Wire pre,
Wire t,
Wire o)
Constructs a new ofddrtcpe. |
|
ofddrtcpe(Node parent,
java.lang.String instanceName,
Wire c0,
Wire c1,
Wire d0,
Wire d1,
Wire ce,
Wire clr,
Wire pre,
Wire t,
Wire o)
Constructs a new ofddrtcpe. |
|
ofddrtcpe(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 ofddrtcpe, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofddrtcpe(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 ofddrtcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofddrtcpe(Node parent,
ArgBlockList abl)
Constructs a new ofddrtcpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofddrtcpe(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofddrtcpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1s_1(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)
|
|
ram16x1s_1(Node parent,
java.lang.String name,
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 INIT)
|
|
ram16x1s_1(Node parent,
java.lang.String name,
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)
|
|
ram16x1s_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x1s_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x1s_1. |
|
ram16x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x1s_1. |
|
ram16x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x1s_1. |
|
ram16x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x1s_1. |
|
ram16x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram16x1s_1. |
|
ram16x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram16x1s_1. |
|
ram16x1s_1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram16x1s_1. |
|
ram16x1s_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram16x1s_1. |
|
ram16x1s_1(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 ram16x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x1s_1(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 INIT)
Constructs a new ram16x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram16x1s_1(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 ram16x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1s_1(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 INIT)
Constructs a new ram16x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1s_1(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 ram16x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1s_1(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 INIT)
Constructs a new ram16x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1s_1(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 ram16x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1s_1(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 INIT)
Constructs a new ram16x1s_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1s_1(Node parent,
ArgBlockList abl)
Constructs a new ram16x1s_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1s_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x1s_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
RAMB16Dual(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB)
Deprecated. Constructs a new dual-ported Block RAM. |
|
RAMB16Dual(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
int[] contents)
Deprecated. Constructs a new dual-ported Block RAM. |
|
RAMB16Dual(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
int[] contents,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported Block RAM. |
|
RAMB16Dual(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported Block RAM. |
|
RAMB16Dual(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String[] contents,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported Block RAM. |
|
RAMB16Dual(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String[] contents)
Deprecated. Constructs a new named, dual-ported Block RAM. |
|
RAMB16Dual(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
boolean clkin)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM. |
|
RAMB16Dual(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String name,
boolean clkin)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM. |
|
RAMB16Dual(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String[] contents,
boolean clkin)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM. |
|
RAMB16Dual(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String[] contents,
java.lang.String name,
boolean clkin)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM. |
|
RAMB16Dual(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
int[] contents,
boolean clkin)
Deprecated. Constructs a new named, dual-ported, multi-clock Block RAM. |
|
RAMB16Dual(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
int[] contents,
java.lang.String name,
boolean clkin)
Deprecated. Constructs a new named, dual-ported, multi-clock Block RAM. |
|
RAMB16Dual(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB)
Deprecated. Constructs a new dual-ported Block RAM with parity port on port B. |
|
RAMB16Dual(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
int[] contents)
Deprecated. Constructs a new dual-ported Block RAM with parity port on port B. |
|
RAMB16Dual(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
int[] contents,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported Block RAM with parity port on port B. |
|
RAMB16Dual(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported Block RAM with parity port on port B. |
|
RAMB16Dual(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String[] contents,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported Block RAM with parity port on port B. |
|
RAMB16Dual(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String[] contents)
Deprecated. Constructs a new named, dual-ported Block RAM with parity port on port B. |
|
RAMB16Dual(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
boolean clkin)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM with parity port on port B. |
|
RAMB16Dual(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String name,
boolean clkin)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM with parity port on port B. |
|
RAMB16Dual(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String[] contents,
boolean clkin)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM with parity port on port B. |
|
RAMB16Dual(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String[] contents,
java.lang.String name,
boolean clkin)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM with parity port on port B. |
|
RAMB16Dual(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
int[] contents,
boolean clkin)
Deprecated. Constructs a new named, dual-ported, multi-clock Block RAM with parity port on port B. |
|
RAMB16Dual(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
int[] contents,
java.lang.String name,
boolean clkin)
Deprecated. Constructs a new named, dual-ported, multi-clock Block RAM with parity port on port B. |
|
RAMB16Dual(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB)
Deprecated. Constructs a new dual-ported Block RAM with dual parity ports. |
|
RAMB16Dual(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
int[] contents)
Deprecated. Constructs a new dual-ported Block RAM with dual parity ports. |
|
RAMB16Dual(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
int[] contents,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported Block RAM with dual parity ports. |
|
RAMB16Dual(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported Block RAM with dual parity ports. |
|
RAMB16Dual(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String[] contents,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported Block RAM with dual parity ports. |
|
RAMB16Dual(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String[] contents)
Deprecated. Constructs a new named, dual-ported Block RAM with dual parity ports. |
|
RAMB16Dual(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
boolean clkin)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM with dual parity ports. |
|
RAMB16Dual(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String name,
boolean clkin)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM with dual parity ports. |
|
RAMB16Dual(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String[] contents,
boolean clkin)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM with dual parity ports. |
|
RAMB16Dual(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String[] contents,
java.lang.String name,
boolean clkin)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM with dual parity ports. |
|
RAMB16Dual(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
int[] contents,
boolean clkin)
Deprecated. Constructs a new named, dual-ported, multi-clock Block RAM with dual parity ports. |
|
RAMB16Dual(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
int[] contents,
java.lang.String name,
boolean clkin)
Deprecated. Constructs a new named, dual-ported, multi-clock Block RAM. |
|
Rom128x1View(Node parent,
Wire a,
Wire o,
java.lang.String name,
int[] contents)
|
|
RAMB16_S(Node parent,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout)
Constructs a new single-ported Block RAM. |
|
RAMB16_S(Node parent,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
int[] contents)
Constructs a new single-ported Block RAM. |
|
RAMB16_S(Node parent,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name)
Constructs a new named, single-ported Block RAM. |
|
RAMB16_S(Node parent,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
int[] contents,
java.lang.String name)
Constructs a new named, single-ported Block RAM. |
|
RAMB16_S(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout)
Constructs a new single-ported Block RAM with clock. |
|
RAMB16_S(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name)
Constructs a new, named single-ported Block RAM with clock. |
|
RAMB16_S(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
int[] contents)
Constructs a new, named single-ported Block RAM with clock. |
|
RAMB16_S(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
int[] contents,
java.lang.String name)
Constructs a new, named single-ported Block RAM with clock. |
|
RAMB16_S(Node parent,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
long[] contents)
Constructs a new single-ported Block RAM. |
|
RAMB16_S(Node parent,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
long[] contents,
java.lang.String name)
Constructs a new named, single-ported Block RAM. |
|
RAMB16_S(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
long[] contents)
Constructs a new, named single-ported Block RAM with clock. |
|
RAMB16_S(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
long[] contents,
java.lang.String name)
Constructs a new, named single-ported Block RAM with clock. |
|
RAMB16_S(Node parent,
java.lang.String name,
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[] contents,
java.lang.String[] contentsP)
|
|
RAMB16_S(Node parent,
java.lang.String name,
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[] contents)
|
|
RAMB16_S(Node parent,
java.lang.String name,
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[] contents)
|
|
RAMB16_S(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String[] contents)
|
|
RAMB16_S(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String[] contents,
java.lang.String name)
|
|
RAMB16_S(Node parent,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String[] contents)
|
|
RAMB16_S(Node parent,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String[] contents,
java.lang.String name)
|
|
bufg(Node parent,
Wire i,
Wire o)
Constructs a new bufg. |
|
bufg(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufg, with the initial String parameter as the instance name. |
|
bufg(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufg, connecting each Wire to the port whose name is given by the accompanying String parameter. |
|
bufg(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufg, connecting each Wire to the port whose name is given by the accompanying String parameter, with the initial String parameter as the instance name. |
|
bufg(Node parent,
ArgBlockList abl)
Constructs a new bufg, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufg(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufg, connecting its ports as given by the String-Wire pairs in the ArgBlockList , with the initial String parameter as the instance name. |
|
fmap_g(Node parent,
Wire[] in,
Wire out,
int generic_width,
int[] widths,
java.lang.String hints)
This method dynamically creates a level of hierarchy in which to place fmaps and hmaps as needed. |
|
fmap_g(Node parent,
Wire[] in,
Wire out,
int generic_width,
int[] widths,
java.lang.String hints,
java.lang.String name)
|
|
Rom256x1View(Node parent,
Wire a,
Wire o,
java.lang.String name,
int[] contents)
|
|
RAMB16SingleParity(Node parent,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop)
Deprecated. Constructs a new Block RAM with parity. |
|
RAMB16SingleParity(Node parent,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop,
int[] contents)
Deprecated. Constructs a new Block RAM with parity. |
|
RAMB16SingleParity(Node parent,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop,
int[] contents,
java.lang.String name)
Deprecated. Constructs a new named, Block RAM with parity. |
|
RAMB16SingleParity(Node parent,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop,
java.lang.String name)
Deprecated. Constructs a new named, Block RAM with parity. |
|
RAMB16SingleParity(Node parent,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop,
java.lang.String[] contents,
java.lang.String name)
Deprecated. Constructs a new named, Block RAM with parity. |
|
RAMB16SingleParity(Node parent,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop,
java.lang.String[] contents)
Deprecated. Constructs a new named, Block RAM with parity. |
|
RAMB16SingleParity(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop)
Deprecated. Constructs a new single-ported Block RAM with parity. |
|
RAMB16SingleParity(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop,
java.lang.String name)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM. |
|
RAMB16SingleParity(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop,
java.lang.String[] contents)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM. |
|
RAMB16SingleParity(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop,
java.lang.String[] contents,
java.lang.String name)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM. |
|
RAMB16SingleParity(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop,
int[] contents)
Deprecated. Constructs a new named, dual-ported, multi-clock Block RAM. |
|
RAMB16SingleParity(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop,
int[] contents,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported, multi-clock Block RAM. |
|
Rom64x1View(Node parent,
Wire a,
Wire o,
java.lang.String name,
int[] contents)
|
|
RAMB16DualParityB(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB)
Deprecated. Constructs a new dual-ported Block RAM with parity port. |
|
RAMB16DualParityB(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
int[] contents)
Deprecated. Constructs a new dual-ported Block RAM with parity port. |
|
RAMB16DualParityB(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
int[] contents,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported Block RAM with parity port. |
|
RAMB16DualParityB(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported Block RAM with parity port. |
|
RAMB16DualParityB(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String[] contents,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported Block RAM with parity port. |
|
RAMB16DualParityB(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String[] contents)
Deprecated. Constructs a new named, dual-ported Block RAM with dual parity ports. |
|
RAMB16DualParityB(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM with dual parity ports. |
|
RAMB16DualParityB(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String name)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM with dual parity ports. |
|
RAMB16DualParityB(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String[] contents)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM with dual parity ports. |
|
RAMB16DualParityB(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String[] contents,
java.lang.String name)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM with dual parity ports. |
|
RAMB16DualParityB(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
int[] contents)
Deprecated. Constructs a new named, dual-ported, multi-clock Block RAM with dual parity ports. |
|
RAMB16DualParityB(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
int[] contents,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported, multi-clock Block RAM. |
|
BlockRamViewParity(Node parent,
Wire clk,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
int[] contents)
Deprecated. |
|
BlockRamViewParity(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
int[] contents)
Deprecated. |
|
BlockRamViewParity(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
int[] contents,
boolean connect_implicit_ports)
Deprecated. |
|
RAMB16_S_S(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB)
Constructs a new dual-ported Block RAM. |
|
RAMB16_S_S(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
int[] contents)
Constructs a new dual-ported Block RAM. |
|
RAMB16_S_S(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
int[] contents,
java.lang.String name)
Constructs a new named, dual-ported Block RAM. |
|
RAMB16_S_S(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String name)
Constructs a new named, dual-ported Block RAM. |
|
RAMB16_S_S(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB)
Constructs a new dual-ported, multi-clock Block RAM. |
|
RAMB16_S_S(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String name)
Constructs a new dual-ported, multi-clock Block RAM. |
|
RAMB16_S_S(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
int[] contents)
Constructs a new named, dual-ported, multi-clock Block RAM. |
|
RAMB16_S_S(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
int[] contents,
java.lang.String name)
Constructs a new named, dual-ported, multi-clock Block RAM. |
|
RAMB16_S_S(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
long[] contents)
Constructs a new dual-ported Block RAM. |
|
RAMB16_S_S(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
long[] contents,
java.lang.String name)
Constructs a new named, dual-ported Block RAM. |
|
RAMB16_S_S(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
long[] contents)
Constructs a new named, dual-ported, multi-clock Block RAM. |
|
RAMB16_S_S(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
long[] contents,
java.lang.String name)
Constructs a new named, dual-ported, multi-clock Block RAM. |
|
RAMB16_S_S(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String[] contents,
java.lang.String[] contentsP)
|
|
RAMB16_S_S(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String[] contents)
|
|
RAMB16_S_S(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String[] contents,
java.lang.String[] contentsP)
|
|
RAMB16_S_S(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String[] contents)
|
|
RAMB16_S_S(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String[] contents,
java.lang.String[] contentsP)
|
|
RAMB16_S_S(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String[] contents)
|
|
RAMB16_S_S(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String[] contents)
Constructs a new named, dual-ported, multi-clock Block RAM. |
|
RAMB16_S_S(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String[] contents,
java.lang.String name)
Constructs a new named, dual-ported, multi-clock Block RAM. |
|
RAMB16_S_S(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String[] contents)
Constructs a new named, dual-ported, multi-clock Block RAM. |
|
RAMB16_S_S(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String[] contents,
java.lang.String name)
Constructs a new named, dual-ported, multi-clock Block RAM. |
|
RAMB16DualNoParity(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB)
Deprecated. Constructs a new dual-ported Block RAM. |
|
RAMB16DualNoParity(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
int[] contents)
Deprecated. Constructs a new dual-ported Block RAM. |
|
RAMB16DualNoParity(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
int[] contents,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported Block RAM. |
|
RAMB16DualNoParity(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported Block RAM. |
|
RAMB16DualNoParity(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String[] contents,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported Block RAM. |
|
RAMB16DualNoParity(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String[] contents)
Deprecated. Constructs a new named, dual-ported Block RAM. |
|
RAMB16DualNoParity(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM. |
|
RAMB16DualNoParity(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String name)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM. |
|
RAMB16DualNoParity(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String[] contents)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM. |
|
RAMB16DualNoParity(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
java.lang.String[] contents,
java.lang.String name)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM. |
|
RAMB16DualNoParity(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
int[] contents)
Deprecated. Constructs a new named, dual-ported, multi-clock Block RAM. |
|
RAMB16DualNoParity(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire weA,
Wire addrA,
Wire doA,
Wire ssrB,
Wire enB,
Wire diB,
Wire weB,
Wire addrB,
Wire doB,
int[] contents,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported, multi-clock Block RAM. |
|
RAMB16SingleNoParity(Node parent,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout)
Deprecated. Constructs a new single-ported Block RAM. |
|
RAMB16SingleNoParity(Node parent,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
int[] contents)
Deprecated. Constructs a new single-ported Block RAM. |
|
RAMB16SingleNoParity(Node parent,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name)
Deprecated. Constructs a new named, single-ported Block RAM. |
|
RAMB16SingleNoParity(Node parent,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
int[] contents,
java.lang.String name)
Deprecated. Constructs a new named, single-ported Block RAM. |
|
RAMB16SingleNoParity(Node parent,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String[] contents)
Deprecated. Constructs a new named, single-ported Block RAM. |
|
RAMB16SingleNoParity(Node parent,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String[] contents,
java.lang.String name)
Deprecated. Constructs a new named, single-ported Block RAM. |
|
RAMB16SingleNoParity(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout)
Deprecated. Constructs a new single-ported Block RAM with clock. |
|
RAMB16SingleNoParity(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name)
Deprecated. Constructs a new, named single-ported Block RAM with clock. |
|
RAMB16SingleNoParity(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
int[] contents)
Deprecated. Constructs a new, named single-ported Block RAM with clock. |
|
RAMB16SingleNoParity(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String[] contents)
Deprecated. Constructs a new named, single-ported Block RAM. |
|
RAMB16SingleNoParity(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String[] contents,
java.lang.String name)
Deprecated. Constructs a new named, single-ported Block RAM. |
|
RAMB16SingleNoParity(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
int[] contents,
java.lang.String name)
Deprecated. Constructs a new, named single-ported Block RAM with clock. |
|
vcc(Node parent,
Wire vcc)
Constructs a new VCC cell. |
|
vcc(Node parent,
java.lang.String name,
Wire vcc)
Constructs a new named VCC cell. |
|
vcc(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0)
|
|
RAMB16Single(Node parent,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout)
Deprecated. Constructs a new single-ported Block RAM. |
|
RAMB16Single(Node parent,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
int[] contents)
Deprecated. Constructs a new single-ported Block RAM. |
|
RAMB16Single(Node parent,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name)
Deprecated. Constructs a new named, single-ported Block RAM. |
|
RAMB16Single(Node parent,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
int[] contents,
java.lang.String name)
Deprecated. Constructs a new named, single-ported Block RAM. |
|
RAMB16Single(Node parent,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String[] contents)
Deprecated. Constructs a new named, single-ported Block RAM. |
|
RAMB16Single(Node parent,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String[] contents,
java.lang.String name)
Deprecated. Constructs a new named, single-ported Block RAM. |
|
RAMB16Single(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout)
Deprecated. Constructs a new single-ported Block RAM with clock. |
|
RAMB16Single(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name)
Deprecated. Constructs a new, named single-ported Block RAM with clock. |
|
RAMB16Single(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
int[] contents)
Deprecated. Constructs a new, named single-ported Block RAM with clock. |
|
RAMB16Single(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String[] contents)
Deprecated. Constructs a new named, single-ported Block RAM. |
|
RAMB16Single(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String[] contents,
java.lang.String name)
Deprecated. Constructs a new named, single-ported Block RAM. |
|
RAMB16Single(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
int[] contents,
java.lang.String name)
Deprecated. Constructs a new, named single-ported Block RAM with clock. |
|
RAMB16Single(Node parent,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop)
Deprecated. Constructs a new Block RAM with parity. |
|
RAMB16Single(Node parent,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop,
int[] contents)
Deprecated. Constructs a new Block RAM with parity. |
|
RAMB16Single(Node parent,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop,
int[] contents,
java.lang.String name)
Deprecated. Constructs a new named, Block RAM with parity. |
|
RAMB16Single(Node parent,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop,
java.lang.String name)
Deprecated. Constructs a new named, Block RAM with parity. |
|
RAMB16Single(Node parent,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop,
java.lang.String[] contents,
java.lang.String name)
Deprecated. Constructs a new named, Block RAM with parity. |
|
RAMB16Single(Node parent,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop,
java.lang.String[] contents)
Deprecated. Constructs a new named, Block RAM with parity. |
|
RAMB16Single(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop)
Deprecated. Constructs a new single-ported Block RAM with parity. |
|
RAMB16Single(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop,
java.lang.String name)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM. |
|
RAMB16Single(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop,
java.lang.String[] contents)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM. |
|
RAMB16Single(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop,
java.lang.String[] contents,
java.lang.String name)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM. |
|
RAMB16Single(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop,
int[] contents)
Deprecated. Constructs a new named, dual-ported, multi-clock Block RAM. |
|
RAMB16Single(Node parent,
Wire clk,
Wire ssr,
Wire en,
Wire di,
Wire dip,
Wire we,
Wire addr,
Wire dout,
Wire dop,
int[] contents,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported, multi-clock Block RAM. |
|
bufgp(Node parent,
Wire i,
Wire o)
Constructs a new bufgp. |
|
bufgp(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufgp, with the initial String parameter as the instance name. |
|
bufgp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgp, connecting each Wire to the port whose name is given by the accompanying String parameter. |
|
bufgp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgp, connecting each Wire to the port whose name is given by the accompanying String parameter, with the initial String parameter as the instance name. |
|
bufgp(Node parent,
ArgBlockList abl)
Constructs a new bufgp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufgp, connecting its ports as given by the String-Wire pairs in the ArgBlockList , with the initial String parameter as the instance name. |
|
RAMB16DualParity(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB)
Deprecated. Constructs a new dual-ported Block RAM with dual parity ports. |
|
RAMB16DualParity(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
int[] contents)
Deprecated. Constructs a new dual-ported Block RAM with dual parity ports. |
|
RAMB16DualParity(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
int[] contents,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported Block RAM with dual parity ports. |
|
RAMB16DualParity(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported Block RAM with dual parity ports. |
|
RAMB16DualParity(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String[] contents,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported Block RAM with dual parity ports. |
|
RAMB16DualParity(Node parent,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String[] contents)
Deprecated. Constructs a new named, dual-ported Block RAM with dual parity ports. |
|
RAMB16DualParity(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM with dual parity ports. |
|
RAMB16DualParity(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String name)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM with dual parity ports. |
|
RAMB16DualParity(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String[] contents)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM with dual parity ports. |
|
RAMB16DualParity(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
java.lang.String[] contents,
java.lang.String name)
Deprecated. Constructs a new dual-ported, multi-clock Block RAM with dual parity ports. |
|
RAMB16DualParity(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopB,
int[] contents)
Deprecated. Constructs a new named, dual-ported, multi-clock Block RAM with dual parity ports. |
|
RAMB16DualParity(Node parent,
Wire clkA,
Wire clkB,
Wire ssrA,
Wire enA,
Wire diA,
Wire dipA,
Wire weA,
Wire addrA,
Wire doA,
Wire dopA,
Wire ssrB,
Wire enB,
Wire diB,
Wire dipB,
Wire weB,
Wire addrB,
Wire doB,
Wire dopb,
int[] contents,
java.lang.String name)
Deprecated. Constructs a new named, dual-ported, multi-clock Block RAM. |
|
BlockRamView(Node parent,
Wire clk,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
int[] contents)
Deprecated. |
|
BlockRamView(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
int[] contents)
Deprecated. |
|
BlockRamView(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
int[] contents,
boolean connect_implicit_ports)
Deprecated. |
|
gnd(Node parent,
Wire gnd)
Constructs a new GND cell. |
|
gnd(Node parent,
java.lang.String name,
Wire gnd)
Constructs a new named GND cell. |
|
gnd(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0)
|
Uses of Node in byucc.jhdl.Xilinx.Virtex2.helpers |
Constructors in byucc.jhdl.Xilinx.Virtex2.helpers with parameters of type Node | |
Subtractor(Node parent,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
|
|
Subtractor(Node parent,
java.lang.String name,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
|
|
adderSubtractor(Node parent,
Wire a,
Wire b,
Wire ci,
Wire add,
Wire s,
Wire co)
|
|
adderSubtractor(Node parent,
java.lang.String name,
Wire a,
Wire b,
Wire ci,
Wire add,
Wire s,
Wire co)
|
|
tb_adder(Node parent)
|
|
adder(Node parent,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
|
|
adder(Node parent,
java.lang.String name,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
|
Uses of Node in byucc.jhdl.Xilinx.Virtex2.Modules |
Subclasses of Node in byucc.jhdl.Xilinx.Virtex2.Modules | |
class |
EmbeddedMultiplier
Constructs an arbitrary-width unsigned multiplier using Virtex2 embedded multipliers. |
class |
MultiplierBlock
Basic block for constructing a parameterizeable multiplier based on the Virtex 2 architecture's 18x18 embedded multipliers. |
class |
MultiplierBlockSigned
Basic block for constructing a parameterizeable multiplier based on the Virtex 2 architecture's 18x18 embedded multipliers. |
Methods in byucc.jhdl.Xilinx.Virtex2.Modules with parameters of type Node | |
static Wire |
MultiplierBlockSigned.construct(Node parent,
Wire a,
Wire b,
int a_block_index,
int b_block_index)
workhorse of the Multiplier build sequence at this level. |
static Wire |
MultiplierBlockSigned.construct(Node parent,
Wire a,
Wire b,
int a_block_index,
int b_block_index,
boolean registered,
boolean extra_regs)
|
static Wire |
MultiplierBlock.construct(Node parent,
Wire a,
Wire b,
int a_block_index,
int b_block_index)
workhorse of the Multiplier build sequence at this level. |
static Wire |
MultiplierBlock.construct(Node parent,
Wire a,
Wire b,
int a_block_index,
int b_block_index,
boolean registered,
boolean extra_regs)
|
Constructors in byucc.jhdl.Xilinx.Virtex2.Modules with parameters of type Node | |
downcnt(Node parent,
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 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,
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)
|
|
Mux(Node parent,
Wire input0,
Wire input1,
Wire select,
Wire mux_output)
|
|
Mux(Node parent,
Wire input0,
Wire input1,
Wire input2,
Wire input3,
Wire select,
Wire mux_output)
|
|
Mux(Node parent,
Wire input0,
Wire input1,
Wire input2,
Wire input3,
Wire input4,
Wire input5,
Wire input6,
Wire input7,
Wire select,
Wire mux_output)
|
|
Mux(Node parent,
Wire[] inputs,
Wire select,
Wire mux_output)
|
|
Mux(Node parent,
Wire[] inputs,
Wire select,
Wire mux_output,
boolean internal_only)
|
|
PriorityEncoder(Node parent,
Wire i,
Wire o,
Wire zero,
Wire active)
|
|
PriorityEncoder(Node parent,
Wire i,
Wire o,
Wire zero)
"Active" output is removed, for performance reasons. |
|
mux81(Node parent,
Wire a,
Wire b,
Wire c,
Wire d,
Wire e,
Wire f,
Wire g,
Wire h,
Wire sel,
Wire o)
|
|
mux81(Node parent,
Wire a,
Wire b,
Wire c,
Wire d,
Wire e,
Wire f,
Wire g,
Wire h,
Wire sel,
Wire o,
java.lang.String name)
|
|
Priority(Node parent,
Wire i,
Wire o)
|
|
srl_array(Node parent,
Wire in,
Wire clk_en,
Wire addr,
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)
|
|
ramrom(Node parent,
Wire a,
Wire o,
int[] contents)
|
|
ramrom(Node parent,
Wire a,
Wire o,
int[] contents,
java.lang.String name)
|
|
ramrom(Node parent,
Wire a,
Wire o,
long[] contents)
|
|
ramrom(Node parent,
Wire a,
Wire o,
long[] contents,
java.lang.String name)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
boolean synch)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
boolean synch,
java.lang.String name)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
boolean synch,
int[] contents)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
boolean synch,
int[] contents,
java.lang.String name)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
boolean synch,
long[] contents)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
boolean synch,
long[] contents,
java.lang.String name)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String name)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
int[] contents)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
int[] contents,
java.lang.String name)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
long[] contents)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
long[] contents,
java.lang.String name)
|
|
Equals(Node parent,
Wire a,
Wire b,
Wire eq)
Creates a general-purpose "is equal to" comparator. |
|
Equals(Node parent,
Wire a,
Wire b,
Wire eq,
java.lang.String instanceName)
Creates a general-purpose "is equal to" comparator. |
|
Equals(Node parent,
Wire a,
int b,
Wire eq)
Creates a general-purpose "is equal to" comparator. |
|
Equals(Node parent,
Wire a,
int b,
Wire eq,
java.lang.String instanceName)
Creates a general-purpose "is equal to" comparator. |
|
delay(Node parent,
int num_of_cyc,
Wire in,
Wire clk_en,
Wire out)
|
|
delay(Node parent,
int num_of_cyc,
Wire clk,
Wire in,
Wire clk_en,
Wire out)
|
|
delay(Node parent,
int num_of_cyc,
Wire in,
Wire clk_en,
Wire out,
java.lang.String name)
|
|
delay(Node parent,
int num_of_cyc,
Wire clk,
Wire in,
Wire clk_en,
Wire out,
java.lang.String name)
|
|
ReversePriorityEncoder(Node parent,
Wire i,
Wire o,
Wire zero,
Wire active)
|
|
ReversePriorityEncoder(Node parent,
Wire i,
Wire o,
Wire zero)
"Active" output is removed, for performance reasons. |
|
mux41(Node parent,
Wire a,
Wire b,
Wire c,
Wire d,
Wire sel,
Wire o)
|
|
mux41(Node parent,
Wire a,
Wire b,
Wire c,
Wire d,
Wire sel,
Wire o,
java.lang.String name)
|
|
Shifter(Node parent,
Wire in,
Wire out,
int shift,
boolean direction,
boolean arithmetic)
|
|
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)
|
|
MultiplierBlockSigned(Node parent,
Wire a,
Wire b,
Wire p,
boolean registered)
|
|
MultiplierBlockSigned(Node parent,
Wire a,
Wire b,
Wire p)
|
|
MultiplierBlockSigned(Node parent,
Wire a,
Wire b,
Wire p,
java.lang.String cell_name)
|
|
MultiplierBlockSigned(Node parent,
Wire a,
Wire b,
Wire p,
boolean registered,
java.lang.String cell_name)
Just a wrapper for the Virtex-II mult18x18 cell |
|
SRLFifo(Node parent,
Wire fifo_init,
Wire write_enable,
Wire read_enable,
Wire write_data,
Wire full,
Wire empty,
Wire read_data,
Wire data_count)
|
|
EmbeddedMultiplier(Node parent,
Wire a,
Wire b,
Wire p,
int pipe_level,
boolean mult_reg,
boolean signed)
|
|
EmbeddedMultiplier(Node parent,
Wire a,
Wire b,
Wire p,
int pipe_level,
boolean mult_reg)
|
|
EmbeddedMultiplier(Node parent,
Wire a,
Wire b,
Wire p,
int pipe_level,
boolean mult_reg,
java.lang.String cell_name)
|
|
EmbeddedMultiplier(Node parent,
Wire a,
Wire b,
Wire p,
int pipe_level)
|
|
EmbeddedMultiplier(Node parent,
Wire a,
Wire b,
Wire p,
int pipe_level,
boolean mult_reg,
boolean signed,
java.lang.String cell_name)
|
|
SRLArray(Node parent,
Wire in,
Wire clk_en,
Wire addr,
Wire out)
|
|
SRLArray(Node parent,
Wire in,
Wire clk_en,
Wire addr,
Wire out,
java.lang.String name)
|
|
MultiplierBlock(Node parent,
Wire a,
Wire b,
Wire p,
boolean registered)
|
|
MultiplierBlock(Node parent,
Wire a,
Wire b,
Wire p)
|
|
MultiplierBlock(Node parent,
Wire a,
Wire b,
Wire p,
java.lang.String cell_name)
|
|
MultiplierBlock(Node parent,
Wire a,
Wire b,
Wire p,
boolean registered,
java.lang.String cell_name)
Just a wrapper for the Virtex-II mult18x18 cell |
|
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. |
Uses of Node in byucc.jhdl.Xilinx.Virtex2.Modules.FloatingPoint |
Subclasses of Node in byucc.jhdl.Xilinx.Virtex2.Modules.FloatingPoint | |
class |
FPAddSub
General Description |
class |
FPDivide
Floating-point divider. |
class |
FPMult
Floating-point multiplier. |
Constructors in byucc.jhdl.Xilinx.Virtex2.Modules.FloatingPoint with parameters of type Node | |
FPMult(Node parent,
Wire in1,
Wire in2,
Wire out,
Wire flowError,
int expSize,
int pipeDepth)
|
|
FPAddSub(Node parent,
Wire a,
Wire b,
Wire addsub,
Wire output,
Wire underflow,
Wire overflow,
int exponent_width,
int pipe_level)
|
|
FPAddSub(Node parent,
Wire a,
Wire b,
Wire addsub,
Wire output,
Wire underflow,
Wire overflow,
int exponent_width,
int pipe_level,
java.lang.String instance_name)
|
|
FPDivide(Node parent,
Wire dividend_in,
Wire divisor_in,
Wire quotient,
Wire overflow_out,
Wire underflow_out,
int exponentWidth,
int pipelining)
Builds a floating-point divider without exception flags. |
|
FPDivide(Node parent,
Wire dividend_in,
Wire divisor_in,
Wire quotient,
Wire overflow_out,
Wire underflow_out,
int exponentWidth,
int pipelining,
java.lang.String instanceName)
Builds a floating-point divider. |
Uses of Node in byucc.jhdl.Xilinx.Virtex2.Modules.FloatingPoint.FPAddSubPack |
Subclasses of Node in byucc.jhdl.Xilinx.Virtex2.Modules.FloatingPoint.FPAddSubPack | |
class |
BarrelShiftL
|
class |
BarrelShiftR
|
class |
FP_ALU
|
class |
FPExponentMatch
|
class |
Maximum
|
class |
Normalize
|
class |
NormalizePE
|
class |
Round
|
class |
ShifterTable
|
class |
TestOverflow
|
Constructors in byucc.jhdl.Xilinx.Virtex2.Modules.FloatingPoint.FPAddSubPack with parameters of type Node | |
Round(Node parent,
Wire input,
Wire round_bit,
Wire guard_bit,
Wire alu_round_bit,
Wire alu_round_bit_flag,
Wire addsub,
Wire output,
int exponent_width,
int pipe_level)
|
|
ShifterTable(Node parent,
Wire shift_amount,
Wire shifter_shift_value,
int pipe_level)
|
|
PriorityEncoder(Node parent,
Wire input,
Wire output)
|
|
BarrelShiftR(Node parent,
Wire input,
Wire shift_amount,
Wire output,
int pipe_level)
|
|
BarrelShiftR(Node parent,
Wire input,
Wire shift_amount,
Wire output,
int pipe_level,
java.lang.String cell_name)
|
|
FPExponentMatch(Node parent,
Wire a,
Wire b,
Wire a_out,
Wire b_out,
Wire round_bit,
Wire sticky_bit,
int exponent_width,
int pipe_level)
|
|
TestOverflow(Node parent,
Wire a_sign,
Wire b_sign,
Wire carry_out,
Wire sign_out,
Wire overflow)
|
|
NormalizePE(Node parent,
Wire input,
Wire output,
Wire underflow,
int exponent_width,
int pipe_level)
|
|
FP_ALU(Node parent,
Wire a,
Wire b,
Wire sum,
Wire overflow,
Wire round_bit,
Wire round_bit_flag,
int exponent_width,
int pipe_level)
|
|
BarrelShiftL(Node parent,
Wire input,
Wire shift_amount,
Wire output,
int pipe_level)
|
|
BarrelShiftL(Node parent,
Wire input,
Wire shift_amount,
Wire output,
int pipe_level,
java.lang.String cell_name)
|
|
Maximum(Node parent,
Wire a,
Wire b,
Wire max,
Wire min,
int exponent_width,
int pipe_level)
|
|
Normalize(Node parent,
Wire input,
Wire output,
Wire underflow,
int exponent_width,
int pipe_level)
|
Uses of Node in byucc.jhdl.Xilinx.Virtex2.Modules.FloatingPoint.FPDividePack |
Subclasses of Node in byucc.jhdl.Xilinx.Virtex2.Modules.FloatingPoint.FPDividePack | |
class |
DelayS
Generic Delay Line |
class |
FPMantissaDivide
|
class |
LookupTableBlockRAM
|
Constructors in byucc.jhdl.Xilinx.Virtex2.Modules.FloatingPoint.FPDividePack with parameters of type Node | |
FPMantissaDivide(Node parent,
Wire dividend,
Wire divisor,
Wire quotient,
Wire remainder,
int pipe_level)
|
|
FPMantissaDivide(Node parent,
Wire dividend,
Wire divisor,
Wire quotient,
Wire remainder,
int pipe_level,
boolean use_simple_behav_model)
|
|
LookupTableBlockRAM(Node parent,
Wire index,
Wire data)
|
|
LookupTableBlockRAM(Node parent,
Wire index,
Wire data,
int[] value_table)
constructs a new lookup table based on a blockRAM param index the index into the lookup table param data result of the lookup param value_table lookup table values placed into RAM at initialization |
|
DelayS(Node parent,
int num_of_cyc,
Wire in,
Wire clk_en,
Wire out)
|
|
DelayS(Node parent,
int num_of_cyc,
Wire clk,
Wire in,
Wire clk_en,
Wire out)
|
|
DelayS(Node parent,
int num_of_cyc,
Wire in,
Wire clk_en,
Wire out,
java.lang.String name)
|
|
DelayS(Node parent,
int num_of_cyc,
Wire clk,
Wire in,
Wire clk_en,
Wire out,
java.lang.String name)
|
Uses of Node in byucc.jhdl.Xilinx.Virtex2.Modules.MultArrayPack |
Subclasses of Node in byucc.jhdl.Xilinx.Virtex2.Modules.MultArrayPack | |
class |
EXAMINE_CI_Virtex2
|
class |
MultAddVirtex2
|
class |
MultSubVirtex2
|
Methods in byucc.jhdl.Xilinx.Virtex2.Modules.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.Xilinx.Virtex2.Modules.MultArrayPack with parameters of type Node | |
MultSubVirtex2(Node parent,
Wire x,
Wire y,
Wire partial_product_in,
Wire partial_product_out)
|
|
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_Virtex2)
|
|
EXAMINE_CI_Virtex2(Node parent,
Wire cin,
Wire cout)
|
|
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)
|
|
MultAddVirtex2(Node parent,
Wire x,
Wire y,
Wire partial_product_in,
Wire partial_product_out,
boolean signed,
boolean add_Examine_CI)
|
Uses of Node in byucc.jhdl.Xilinx.Virtex2.RamPack |
Subclasses of Node in byucc.jhdl.Xilinx.Virtex2.RamPack | |
class |
BlockRamViewL
This class is for the simulation of block ram's to work correctly. |
class |
RAMB16
This class provides the functionality of the RAMB16 Virtex2 library elements. |
Constructors in byucc.jhdl.Xilinx.Virtex2.RamPack with parameters of type Node | |
RAMB16(Node parent)
|
|
RAMB16(Node parent,
java.lang.String name)
|
|
RAMB16(Node parent,
java.lang.String name,
boolean b)
|
|
BlockRamView(Node parent,
Wire clk,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
int[] contents)
|
|
BlockRamView(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
int[] contents)
|
|
BlockRamView(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
int[] contents,
boolean connect_implicit_ports)
|
|
BlockRamView(Node parent,
Wire clk,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
int[] contents,
int[] contentsP)
|
|
BlockRamView(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
int[] contents,
int[] contentsP)
|
|
BlockRamView(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
int[] contents,
int[] contentsP,
boolean connect_implicit_ports)
|
|
BlockRamViewL(Node parent,
Wire clk,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
long[] contents,
long[] contentsP)
|
|
BlockRamViewL(Node parent,
Wire clk,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
long[] contents,
long[] contentsP,
int write_mode)
|
|
BlockRamViewL(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
long[] contents,
long[] contentsP)
|
|
BlockRamViewL(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
long[] contents,
long[] contentsP,
int write_mode)
|
|
BlockRamViewL(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
long[] contents,
long[] contentsP,
boolean connect_implicit_ports)
|
|
BlockRamViewL(Node parent,
Wire rst,
Wire en,
Wire din,
Wire we,
Wire addr,
Wire dout,
java.lang.String name,
long[] contents,
long[] contentsP,
boolean connect_implicit_ports,
int write_mode)
|
Uses of Node in byucc.jhdl.Xilinx.XC4000 |
Subclasses of Node in byucc.jhdl.Xilinx.XC4000 | |
class |
bscan
The BSCAN symbol indicates that boundary scan logic should be enabled after the programmable logic device (PLD) configuration is complete. |
class |
buffclk
BUFFCLK (FastCLK buffer) provides the fastest way to bring a clock into the XC4000X device. |
class |
bufge_ann
Each of the BUF*_ANN classes implements an Annotation-only buffer, i.e. |
class |
bufgls_ann
Each of the BUF*_ANN classes implements an Annotation-only buffer, i.e. |
class |
bufgp_ann
Each of the BUF*_ANN classes implements an Annotation-only buffer, i.e. |
class |
bufgs_ann
Each of the BUF*_ANN classes implements an Annotation-only buffer, i.e. |
class |
cy4
This class implements the carry modes for the XC4000 architecture. |
class |
cy4_mode
The cy4_mode block is the Annotation wrapper to indicate the exact carry function being implemented to the back end Xilinx tools. |
class |
hmap
The HMAP symbol is used to control logic partitioning into XC4000 family 3-input H funciton generators. |
class |
ilffx
ILFFX, an optional latch that drives the input flip-flop, allows the very fast capture of input data. |
class |
ilffxi
ILFFXI, an optional latch that drives the input flip-flop, allows the very fast capture of input data. |
class |
ilflx_1
ILFLX_1, an optional latch that drives the input latch, allows the very fast capture of input data. |
class |
ilflxi_1
ILFLXI_1, an optional latch that drives the input latch, allows the very fast capture of input data. |
class |
md0
The MD0 input pad is connected to the Mode 0 (MO) input pin, which is used to determine the configuration mode on an XC4000 device. |
class |
md1
The MD1 input pad is connected to the Mode 1 (M1) input pin, which is used to determine the configuration mode on an XC4000 device. |
class |
md2
The MD2 input pad is connected to the Mode 2 (M2) input pin, which is used to determine the configuration mode on an XC4000 device. |
class |
oand2
OAND2 is a 2-input AND gate that is implemented in the output multiplexer of the XC4000X IOB. |
class |
omux2
The OMUX2 multiplexer chooses one data bit from two sources (D1 or D0) under the control of the select input (S0). |
class |
onand2
ONAND2 is a 2-input NAND gate that is implemented in the output multiplexer of the XC4000X IOB. |
class |
onor2
ONOR2 is a 2-input NOR gate that is implemented in the output multiplexer of the XC4000X IOB. |
class |
oor2
OOR2 is a 2-input OR gate that is implemented in the output multiplexer of the XC4000X IOB. |
class |
oxnor2
OXNOR2 is a 2-input exclusive NOR gate that is implemented in the output multiplexer of the XC4000X and SpartanXL IOB. |
class |
oxor2
OXOR2 is a 2-input exclusive OR gate that is implemented in the output multiplexer of the XC4000X IOB. |
class |
ram16x1
RAM16X1 is a 16-word by 1-bit static RAM. |
class |
ram32x1
RAM32X1 is a 32-word by 1-bit static RAM. |
class |
startup
The STARTUP symbol is used for initializing the Global Set/Reset, global 3-state control, and the user configuration clock. |
class |
tb_andX
|
class |
tck
The TCK input pad is connected to the boundary scan test clock, which shifts the serial data and instructions into and out of the boundary scan data registers. |
class |
tdi
The TDI input pad is connected to the boundary scan TDI input. |
class |
tdo
The TDO data output pad is connected to the boundary scan TDO output. |
class |
TESTXC4000Library
This class is the self-test controller for the XC4000 library. |
class |
tms
The TMS input pad is connected to the boundary scan TMS input. |
class |
wand
WAND1, WAND4, WAND8, and WAND16 are single and multiple open-drain buffers. |
class |
wor2and
WOR2AND is a 2-input (I1 and I2) OR gate/buffer with an open-drain output (O). |
Constructors in byucc.jhdl.Xilinx.XC4000 with parameters of type Node | |
fdce(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdce(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdce(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce. |
|
fdce(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce. |
|
fdce(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce. |
|
fdce(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce. |
|
fdce(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce. |
|
fdce(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce. |
|
fdce(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce. |
|
fdce(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce. |
|
fdce(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 fdce, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdce(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 INIT)
Constructs a new fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdce(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 fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce(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 INIT)
Constructs a new fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce(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 fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce(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 INIT)
Constructs a new fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce(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 fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce(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 INIT)
Constructs a new fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce(Node parent,
ArgBlockList abl)
Constructs a new fdce, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdce(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdce, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofd(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofd(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofd(Node parent,
Wire d,
Wire q)
Constructs a new ofd. |
|
ofd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ofd. |
|
ofd(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new ofd. |
|
ofd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new ofd. |
|
ofd(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofd. |
|
ofd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofd. |
|
ofd(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofd. |
|
ofd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofd. |
|
ofd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofd(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 ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofd(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 INIT)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofd(Node parent,
ArgBlockList abl)
Constructs a new ofd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofd(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ildx_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ildx_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ildx_1(Node parent,
Wire ge,
Wire d,
Wire q)
Constructs a new ildx_1. |
|
ildx_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire d,
Wire q)
Constructs a new ildx_1. |
|
ildx_1(Node parent,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ildx_1. |
|
ildx_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ildx_1. |
|
ildx_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ildx_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ildx_1(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 ildx_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ildx_1(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 ildx_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ildx_1(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 ildx_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ildx_1(Node parent,
ArgBlockList abl)
Constructs a new ildx_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ildx_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ildx_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ipad(Node parent)
Deprecated. Used only by child classes to pass up the parent cell. |
|
ipad(Node parent,
java.lang.String name)
Deprecated. Used only by child classes to pass up the parent cell and instance name. |
|
ipad(Node parent,
Wire ipad)
Deprecated. Constructs a new ipad. |
|
ipad(Node parent,
java.lang.String instanceName,
Wire ipad)
Deprecated. Constructs a new ipad. |
|
ipad(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Deprecated. Constructs a new ipad, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ipad(Node parent,
ArgBlockList abl)
Deprecated. Constructs a new ipad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ipad(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Deprecated. Constructs a new ipad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdce_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdce_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdce_g(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_g. |
|
fdce_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 fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdce_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,
java.lang.String INIT)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdce_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 fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce_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,
java.lang.String INIT)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce_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,
java.lang.String s4,
Wire w4)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_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,
java.lang.String s4,
Wire w4)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_g(Node parent,
ArgBlockList abl)
Constructs a new fdce_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdce_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdce_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x4s(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14)
|
|
ram32x4s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String[] INIT)
|
|
ram32x4s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14)
|
|
ram32x4s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram32x4s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram32x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s. |
|
ram32x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s. |
|
ram32x4s(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 ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram32x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01, INIT_02, INIT_03 |
|
ram32x4s(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 ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x4s(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 ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x4s(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 ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram32x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x4s(Node parent,
ArgBlockList abl)
Constructs a new ram32x4s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x4s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram32x4s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x8s(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22)
|
|
ram32x8s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String[] INIT)
|
|
ram32x8s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22)
|
|
ram32x8s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram32x8s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram32x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s. |
|
ram32x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s. |
|
ram32x8s(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 ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram32x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01, INIT_02, INIT_03, INIT_04, INIT_05, INIT_06, INIT_07 |
|
ram32x8s(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 ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x8s(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 ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x8s(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 ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram32x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x8s(Node parent,
ArgBlockList abl)
Constructs a new ram32x8s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x8s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram32x8s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fmap(Node parent)
Used only by child classes to pass up the parent cell. |
|
fmap(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fmap(Node parent,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new fmap. |
|
fmap(Node parent,
java.lang.String instanceName,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new fmap. |
|
fmap(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 fmap, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fmap(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 fmap, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fmap(Node parent,
ArgBlockList abl)
Constructs a new fmap, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fmap(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fmap, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
d3_8e(Node parent)
Used only by child classes to pass up the parent cell. |
|
d3_8e(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
d3_8e(Node parent,
Wire a0,
Wire a1,
Wire a2,
Wire e,
Wire d0,
Wire d1,
Wire d2,
Wire d3,
Wire d4,
Wire d5,
Wire d6,
Wire d7)
Constructs a new d3_8e. |
|
d3_8e(Node parent,
java.lang.String instanceName,
Wire a0,
Wire a1,
Wire a2,
Wire e,
Wire d0,
Wire d1,
Wire d2,
Wire d3,
Wire d4,
Wire d5,
Wire d6,
Wire d7)
Constructs a new d3_8e. |
|
d3_8e(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11)
Constructs a new d3_8e, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
d3_8e(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11)
Constructs a new d3_8e, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
d3_8e(Node parent,
ArgBlockList abl)
Constructs a new d3_8e, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
d3_8e(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new d3_8e, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdxi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdxi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdxi(Node parent,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdxi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdxi(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 ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdxi(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 INIT)
Constructs a new ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdxi(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 ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdxi(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 INIT)
Constructs a new ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdxi(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 ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdxi(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 INIT)
Constructs a new ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdxi(Node parent,
ArgBlockList abl)
Constructs a new ofdxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdxi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdse_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdse_1_g(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1_g. |
|
fdse_1_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 fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdse_1_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,
java.lang.String INIT)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdse_1_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 fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_1_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,
java.lang.String INIT)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdse_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdse_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buf_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
buf_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
buf_g(Node parent,
Wire i,
Wire o)
Constructs a new buf_g. |
|
buf_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new buf_g. |
|
buf_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new buf_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
buf_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new buf_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
buf_g(Node parent,
ArgBlockList abl)
Constructs a new buf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buf_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new buf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdr_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdr_1_g(Node parent,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdr_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdr_1_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 fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_1_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 INIT)
Constructs a new fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_1_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 fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1_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,
java.lang.String INIT)
Constructs a new fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1_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 fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1_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,
java.lang.String INIT)
Constructs a new fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdr_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdr_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1s(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)
|
|
ram32x1s(Node parent,
java.lang.String name,
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 INIT)
|
|
ram32x1s(Node parent,
java.lang.String name,
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)
|
|
ram32x1s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram32x1s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram32x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram32x1s. |
|
ram32x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram32x1s. |
|
ram32x1s(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 ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram32x1s(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 INIT)
Constructs a new ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram32x1s(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 ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x1s(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 INIT)
Constructs a new ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x1s(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 ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s(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 INIT)
Constructs a new ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s(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 ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s(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 INIT)
Constructs a new ram32x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x1s(Node parent,
ArgBlockList abl)
Constructs a new ram32x1s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram32x1s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldce(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldce(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldce(Node parent,
Wire clr,
Wire ge,
Wire d,
Wire q)
Constructs a new ldce. |
|
ldce(Node parent,
java.lang.String instanceName,
Wire clr,
Wire ge,
Wire d,
Wire q)
Constructs a new ldce. |
|
ldce(Node parent,
Wire clr,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldce. |
|
ldce(Node parent,
java.lang.String instanceName,
Wire clr,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldce. |
|
ldce(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 ldce, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldce(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 ldce, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldce(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 ldce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldce(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 ldce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldce(Node parent,
ArgBlockList abl)
Constructs a new ldce, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldce(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldce, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrs_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrs_1_g(Node parent,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1_g. |
|
fdrs_1_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 fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrs_1_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,
java.lang.String INIT)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrs_1_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 fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_1_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,
java.lang.String INIT)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdrs_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrs_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf(Node parent,
Wire i,
Wire o)
Constructs a new ibuf. |
|
ibuf(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf. |
|
ibuf(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf(Node parent,
ArgBlockList abl)
Constructs a new ibuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
opad(Node parent)
Deprecated. Used only by child classes to pass up the parent cell. |
|
opad(Node parent,
java.lang.String name)
Deprecated. Used only by child classes to pass up the parent cell and instance name. |
|
opad(Node parent,
Wire opad)
Deprecated. Constructs a new opad. |
|
opad(Node parent,
java.lang.String instanceName,
Wire opad)
Deprecated. Constructs a new opad. |
|
opad(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Deprecated. Constructs a new opad, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
opad(Node parent,
ArgBlockList abl)
Deprecated. Constructs a new opad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
opad(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Deprecated. Constructs a new opad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdxi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifdxi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifdxi(Node parent,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifdxi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifdxi(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 ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdxi(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 INIT)
Constructs a new ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdxi(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 ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdxi(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 INIT)
Constructs a new ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdxi(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 ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdxi(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 INIT)
Constructs a new ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdxi(Node parent,
ArgBlockList abl)
Constructs a new ifdxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdxi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifdxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x4s(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ram16x4s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String[] INIT)
|
|
ram16x4s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13)
|
|
ram16x4s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x4s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s. |
|
ram16x4s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s. |
|
ram16x4s(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 ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01, INIT_02, INIT_03 |
|
ram16x4s(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 ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x4s(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 ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4s(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 ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4s(Node parent,
ArgBlockList abl)
Constructs a new ram16x4s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x4s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x4s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft. |
|
obuft(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft. |
|
obuft(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft(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 obuft, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft(Node parent,
ArgBlockList abl)
Constructs a new obuft, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldpe_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldpe_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldpe_1(Node parent,
Wire pre,
Wire ge,
Wire d,
Wire q)
Constructs a new ldpe_1. |
|
ldpe_1(Node parent,
java.lang.String instanceName,
Wire pre,
Wire ge,
Wire d,
Wire q)
Constructs a new ldpe_1. |
|
ldpe_1(Node parent,
Wire pre,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldpe_1. |
|
ldpe_1(Node parent,
java.lang.String instanceName,
Wire pre,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldpe_1. |
|
ldpe_1(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 ldpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldpe_1(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 ldpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldpe_1(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 ldpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldpe_1(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 ldpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldpe_1(Node parent,
ArgBlockList abl)
Constructs a new ldpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldpe_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdp_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdp_1_g(Node parent,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdp_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdp_1_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 fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_1_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 INIT)
Constructs a new fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_1_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 fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1_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,
java.lang.String INIT)
Constructs a new fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1_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 fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1_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,
java.lang.String INIT)
Constructs a new fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdp_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdp_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofde(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofde(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofde(Node parent,
Wire d,
Wire e,
Wire o)
Constructs a new ofde. |
|
ofde(Node parent,
java.lang.String instanceName,
Wire d,
Wire e,
Wire o)
Constructs a new ofde. |
|
ofde(Node parent,
Wire c,
Wire d,
Wire e,
Wire o)
Constructs a new ofde. |
|
ofde(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire e,
Wire o)
Constructs a new ofde. |
|
ofde(Node parent,
Wire d,
Wire e,
Wire o,
java.lang.String INIT)
Constructs a new ofde. |
|
ofde(Node parent,
java.lang.String instanceName,
Wire d,
Wire e,
Wire o,
java.lang.String INIT)
Constructs a new ofde. |
|
ofde(Node parent,
Wire c,
Wire d,
Wire e,
Wire o,
java.lang.String INIT)
Constructs a new ofde. |
|
ofde(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire e,
Wire o,
java.lang.String INIT)
Constructs a new ofde. |
|
ofde(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofde, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofde(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofde(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 ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofde(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 INIT)
Constructs a new ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofde(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 ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofde(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 INIT)
Constructs a new ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofde(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 ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofde(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 INIT)
Constructs a new ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofde(Node parent,
ArgBlockList abl)
Constructs a new ofde, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofde(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofde, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fde(Node parent)
Used only by child classes to pass up the parent cell. |
|
fde(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fde(Node parent,
Wire d,
Wire ce,
Wire q)
Constructs a new fde. |
|
fde(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q)
Constructs a new fde. |
|
fde(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new fde. |
|
fde(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new fde. |
|
fde(Node parent,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new fde. |
|
fde(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new fde. |
|
fde(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new fde. |
|
fde(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new fde. |
|
fde(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fde, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fde(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fde, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fde(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 fde, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fde(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 INIT)
Constructs a new fde, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fde(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 fde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde(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 INIT)
Constructs a new fde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde(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 fde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde(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 INIT)
Constructs a new fde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde(Node parent,
ArgBlockList abl)
Constructs a new fde, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fde(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fde, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrse_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrse_1_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1_g. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrse_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String INIT)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String INIT)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdrse_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrse_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrs_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrs_1(Node parent,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1. |
|
fdrs_1(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 fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrs_1(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 INIT)
Constructs a new fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrs_1(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 fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_1(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 INIT)
Constructs a new fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_1(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 fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1(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 INIT)
Constructs a new fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1(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 fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1(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 INIT)
Constructs a new fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1(Node parent,
ArgBlockList abl)
Constructs a new fdrs_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrs_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pullup_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
pullup_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
pullup_g(Node parent,
Wire o)
Constructs a new pullup_g. |
|
pullup_g(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new pullup_g. |
|
pullup_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new pullup_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
pullup_g(Node parent,
ArgBlockList abl)
Constructs a new pullup_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pullup_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new pullup_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pulldown_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
pulldown_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
pulldown_g(Node parent,
Wire o)
Constructs a new pulldown_g. |
|
pulldown_g(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new pulldown_g. |
|
pulldown_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new pulldown_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
pulldown_g(Node parent,
ArgBlockList abl)
Constructs a new pulldown_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pulldown_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new pulldown_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrse_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrse_1(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1. |
|
fdrse_1(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 fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrse_1(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 INIT)
Constructs a new fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrse_1(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 fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_1(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 INIT)
Constructs a new fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_1(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 fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1(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 INIT)
Constructs a new fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1(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 fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1(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 INIT)
Constructs a new fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1(Node parent,
ArgBlockList abl)
Constructs a new fdrse_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrse_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_g(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_g. |
|
ibuf_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_g. |
|
ibuf_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_g(Node parent,
ArgBlockList abl)
Constructs a new ibuf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufe(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufe(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufe(Node parent,
Wire i,
Wire e,
Wire o)
Constructs a new bufe. |
|
bufe(Node parent,
java.lang.String instanceName,
Wire i,
Wire e,
Wire o)
Constructs a new bufe. |
|
bufe(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new bufe, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufe(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 bufe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufe(Node parent,
ArgBlockList abl)
Constructs a new bufe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufe(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdc_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdc_1(Node parent,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdc_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdc_1(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 fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_1(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 INIT)
Constructs a new fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_1(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 fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1(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 INIT)
Constructs a new fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1(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 fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1(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 INIT)
Constructs a new fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1(Node parent,
ArgBlockList abl)
Constructs a new fdc_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdc_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldce_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ldce_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ldce_1(Node parent,
Wire clr,
Wire ge,
Wire d,
Wire q)
Constructs a new ldce_1. |
|
ldce_1(Node parent,
java.lang.String instanceName,
Wire clr,
Wire ge,
Wire d,
Wire q)
Constructs a new ldce_1. |
|
ldce_1(Node parent,
Wire clr,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldce_1. |
|
ldce_1(Node parent,
java.lang.String instanceName,
Wire clr,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ldce_1. |
|
ldce_1(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 ldce_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ldce_1(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 ldce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ldce_1(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 ldce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldce_1(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 ldce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ldce_1(Node parent,
ArgBlockList abl)
Constructs a new ldce_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ldce_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ldce_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf(Node parent,
Wire i,
Wire o)
Constructs a new obuf. |
|
obuf(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf. |
|
obuf(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf(Node parent,
ArgBlockList abl)
Constructs a new obuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdc_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdc_1_g(Node parent,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdc_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdc_1_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 fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_1_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 INIT)
Constructs a new fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_1_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 fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1_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,
java.lang.String INIT)
Constructs a new fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1_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 fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1_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,
java.lang.String INIT)
Constructs a new fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdc_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdc_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdse_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdse_1(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1. |
|
fdse_1(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 fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdse_1(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 INIT)
Constructs a new fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdse_1(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 fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_1(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 INIT)
Constructs a new fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_1(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 fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1(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 INIT)
Constructs a new fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1(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 fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1(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 INIT)
Constructs a new fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1(Node parent,
ArgBlockList abl)
Constructs a new fdse_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdse_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iopad(Node parent)
Deprecated. Used only by child classes to pass up the parent cell. |
|
iopad(Node parent,
java.lang.String name)
Deprecated. Used only by child classes to pass up the parent cell and instance name. |
|
iopad(Node parent,
Wire io)
Deprecated. Constructs a new iopad. |
|
iopad(Node parent,
java.lang.String instanceName,
Wire io)
Deprecated. Constructs a new iopad. |
|
iopad(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Deprecated. Constructs a new iopad, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iopad(Node parent,
ArgBlockList abl)
Deprecated. Constructs a new iopad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iopad(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Deprecated. Constructs a new iopad, 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 i,
Wire o)
Constructs a new buf. |
|
buf(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
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 . |
|
upad(Node parent)
Used only by child classes to pass up the parent cell. |
|
upad(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
upad(Node parent,
Wire io)
Constructs a new upad. |
|
upad(Node parent,
java.lang.String instanceName,
Wire io)
Constructs a new upad. |
|
upad(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new upad, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
upad(Node parent,
ArgBlockList abl)
Constructs a new upad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
upad(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new upad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x4d(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21)
|
|
ram16x4d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String[] INIT)
|
|
ram16x4d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21)
|
|
ram16x4d(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x4d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x4d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d. |
|
ram16x4d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d. |
|
ram16x4d(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 ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x4d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01, INIT_02, INIT_03 |
|
ram16x4d(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 ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x4d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x4d(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 ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4d(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 ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03)
Constructs a new ram16x4d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x4d(Node parent,
ArgBlockList abl)
Constructs a new ram16x4d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x4d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x4d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x8d(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33)
|
|
ram16x8d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33,
java.lang.String[] INIT)
|
|
ram16x8d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String s22,
Wire w22,
java.lang.String s23,
Wire w23,
java.lang.String s24,
Wire w24,
java.lang.String s25,
Wire w25,
java.lang.String s26,
Wire w26,
java.lang.String s27,
Wire w27,
java.lang.String s28,
Wire w28,
java.lang.String s29,
Wire w29,
java.lang.String s30,
Wire w30,
java.lang.String s31,
Wire w31,
java.lang.String s32,
Wire w32,
java.lang.String s33,
Wire w33)
|
|
ram16x8d(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x8d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x8d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d. |
|
ram16x8d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d. |
|
ram16x8d(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 ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x8d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01, INIT_02, INIT_03, INIT_04, INIT_05, INIT_06, INIT_07 |
|
ram16x8d(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 ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x8d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x8d(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 ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8d(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 ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8d(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8d(Node parent,
ArgBlockList abl)
Constructs a new ram16x8d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x8d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x8d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdt(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdt(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdt(Node parent,
Wire d,
Wire t,
Wire o)
Constructs a new ofdt. |
|
ofdt(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire o)
Constructs a new ofdt. |
|
ofdt(Node parent,
Wire c,
Wire d,
Wire t,
Wire o)
Constructs a new ofdt. |
|
ofdt(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire o)
Constructs a new ofdt. |
|
ofdt(Node parent,
Wire d,
Wire t,
Wire o,
java.lang.String INIT)
Constructs a new ofdt. |
|
ofdt(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire o,
java.lang.String INIT)
Constructs a new ofdt. |
|
ofdt(Node parent,
Wire c,
Wire d,
Wire t,
Wire o,
java.lang.String INIT)
Constructs a new ofdt. |
|
ofdt(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire o,
java.lang.String INIT)
Constructs a new ofdt. |
|
ofdt(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdt(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdt(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 ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdt(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 INIT)
Constructs a new ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdt(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 ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdt(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 INIT)
Constructs a new ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdt(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 ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdt(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 INIT)
Constructs a new ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdt(Node parent,
ArgBlockList abl)
Constructs a new ofdt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdt(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
m2_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
m2_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
m2_1(Node parent,
Wire d0,
Wire d1,
Wire s0,
Wire o)
Constructs a new m2_1. |
|
m2_1(Node parent,
java.lang.String instanceName,
Wire d0,
Wire d1,
Wire s0,
Wire o)
Constructs a new m2_1. |
|
m2_1(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 m2_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
m2_1(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 m2_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
m2_1(Node parent,
ArgBlockList abl)
Constructs a new m2_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
m2_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new m2_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifd_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifd_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifd_1(Node parent,
Wire d,
Wire q)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifd_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifd_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd_1(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 ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd_1(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 INIT)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd_1(Node parent,
ArgBlockList abl)
Constructs a new ifd_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifd_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifd_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pulldown(Node parent)
Used only by child classes to pass up the parent cell. |
|
pulldown(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
pulldown(Node parent,
Wire o)
Constructs a new pulldown. |
|
pulldown(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new pulldown. |
|
pulldown(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new pulldown, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
pulldown(Node parent,
ArgBlockList abl)
Constructs a new pulldown, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pulldown(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new pulldown, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdpe(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdpe(Node parent,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe. |
|
fdpe(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe. |
|
fdpe(Node parent,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe. |
|
fdpe(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe. |
|
fdpe(Node parent,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe. |
|
fdpe(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe. |
|
fdpe(Node parent,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe. |
|
fdpe(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe. |
|
fdpe(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 fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdpe(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 INIT)
Constructs a new fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdpe(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 fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe(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 INIT)
Constructs a new fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe(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 fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe(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 INIT)
Constructs a new fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe(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 fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe(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 INIT)
Constructs a new fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe(Node parent,
ArgBlockList abl)
Constructs a new fdpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fds_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fds_1(Node parent,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1. |
|
fds_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1. |
|
fds_1(Node parent,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1. |
|
fds_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1. |
|
fds_1(Node parent,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1. |
|
fds_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1. |
|
fds_1(Node parent,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1. |
|
fds_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1. |
|
fds_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fds_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fds_1(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 fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_1(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 INIT)
Constructs a new fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_1(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 fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1(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 INIT)
Constructs a new fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1(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 fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1(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 INIT)
Constructs a new fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1(Node parent,
ArgBlockList abl)
Constructs a new fds_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fds_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
inv(Node parent)
Used only by child classes to pass up the parent cell. |
|
inv(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
inv(Node parent,
Wire i,
Wire o)
Constructs a new inv. |
|
inv(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new inv. |
|
inv(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new inv, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
inv(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new inv, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
inv(Node parent,
ArgBlockList abl)
Constructs a new inv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
inv(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new inv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buft(Node parent)
Used only by child classes to pass up the parent cell. |
|
buft(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
buft(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new buft. |
|
buft(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new buft. |
|
buft(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new buft, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
buft(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 buft, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
buft(Node parent,
ArgBlockList abl)
Constructs a new buft, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buft(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new buft, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1d(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12)
|
|
ram16x1d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String INIT)
|
|
ram16x1d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12)
|
|
ram16x1d(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x1d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x1d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT)
Constructs a new ram16x1d. |
|
ram16x1d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT)
Constructs a new ram16x1d. |
|
ram16x1d(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 ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x1d(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 INIT)
Constructs a new ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram16x1d(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 ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1d(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 INIT)
Constructs a new ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1d(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 ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1d(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 INIT)
Constructs a new ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1d(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 ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1d(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 INIT)
Constructs a new ram16x1d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1d(Node parent,
ArgBlockList abl)
Constructs a new ram16x1d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x1d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ildxi_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ildxi_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ildxi_1(Node parent,
Wire ge,
Wire d,
Wire q)
Constructs a new ildxi_1. |
|
ildxi_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire d,
Wire q)
Constructs a new ildxi_1. |
|
ildxi_1(Node parent,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ildxi_1. |
|
ildxi_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ildxi_1. |
|
ildxi_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ildxi_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ildxi_1(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 ildxi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ildxi_1(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 ildxi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ildxi_1(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 ildxi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ildxi_1(Node parent,
ArgBlockList abl)
Constructs a new ildxi_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ildxi_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ildxi_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
rom16x1(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)
|
|
rom16x1(Node parent,
java.lang.String name,
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 INIT)
|
|
rom16x1(Node parent,
java.lang.String name,
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)
|
|
rom16x1(Node parent)
Used only by child classes to pass up the parent cell. |
|
rom16x1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
rom16x1(Node parent,
Wire a,
Wire o)
Constructs a new rom16x1. |
|
rom16x1(Node parent,
java.lang.String instanceName,
Wire a,
Wire o)
Constructs a new rom16x1. |
|
rom16x1(Node parent,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new rom16x1. |
|
rom16x1(Node parent,
java.lang.String instanceName,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new rom16x1. |
|
rom16x1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new rom16x1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
rom16x1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new rom16x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
rom16x1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new rom16x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
rom16x1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new rom16x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
rom16x1(Node parent,
ArgBlockList abl)
Constructs a new rom16x1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
rom16x1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new rom16x1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ipad_sim(Node parent)
Deprecated. Used only by child classes to pass up the parent cell. |
|
ipad_sim(Node parent,
java.lang.String name)
Deprecated. Used only by child classes to pass up the parent cell and instance name. |
|
ipad_sim(Node parent,
Wire i,
Wire ipad)
Deprecated. Constructs a new ipad_sim. |
|
ipad_sim(Node parent,
java.lang.String instanceName,
Wire i,
Wire ipad)
Deprecated. Constructs a new ipad_sim. |
|
ipad_sim(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Deprecated. Constructs a new ipad_sim, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ipad_sim(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Deprecated. Constructs a new ipad_sim, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ipad_sim(Node parent,
ArgBlockList abl)
Deprecated. Constructs a new ipad_sim, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ipad_sim(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Deprecated. Constructs a new ipad_sim, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_g(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_g. |
|
obuft_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_g. |
|
obuft_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_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 obuft_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_g(Node parent,
ArgBlockList abl)
Constructs a new obuft_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x8s(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21)
|
|
ram16x8s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21,
java.lang.String[] INIT)
|
|
ram16x8s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String s16,
Wire w16,
java.lang.String s17,
Wire w17,
java.lang.String s18,
Wire w18,
java.lang.String s19,
Wire w19,
java.lang.String s20,
Wire w20,
java.lang.String s21,
Wire w21)
|
|
ram16x8s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x8s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s. |
|
ram16x8s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s. |
|
ram16x8s(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 ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01, INIT_02, INIT_03, INIT_04, INIT_05, INIT_06, INIT_07 |
|
ram16x8s(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 ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x8s(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 ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8s(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 ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8s(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 INIT_00,
java.lang.String INIT_01,
java.lang.String INIT_02,
java.lang.String INIT_03,
java.lang.String INIT_04,
java.lang.String INIT_05,
java.lang.String INIT_06,
java.lang.String INIT_07)
Constructs a new ram16x8s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x8s(Node parent,
ArgBlockList abl)
Constructs a new ram16x8s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x8s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x8s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x8s(Node parent,
java.lang.String name,
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[] INIT)
|
|
fdp_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdp_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdp_1(Node parent,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdp_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdp_1(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 fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_1(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 INIT)
Constructs a new fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_1(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 fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1(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 INIT)
Constructs a new fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1(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 fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1(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 INIT)
Constructs a new fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1(Node parent,
ArgBlockList abl)
Constructs a new fdp_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdp_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x2s(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,
java.lang.String s10,
Wire w10)
|
|
ram32x2s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String[] INIT)
|
|
ram32x2s(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10)
|
|
ram32x2s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram32x2s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram32x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s. |
|
ram32x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s. |
|
ram32x2s(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 ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram32x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01 |
|
ram32x2s(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 ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x2s(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 ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x2s(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 ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram32x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram32x2s(Node parent,
ArgBlockList abl)
Constructs a new ram32x2s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x2s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram32x2s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x2d(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15)
|
|
ram16x2d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15,
java.lang.String[] INIT)
|
|
ram16x2d(Node parent,
java.lang.String name,
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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11,
java.lang.String s12,
Wire w12,
java.lang.String s13,
Wire w13,
java.lang.String s14,
Wire w14,
java.lang.String s15,
Wire w15)
|
|
ram16x2d(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x2d(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x2d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d. |
|
ram16x2d(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d. |
|
ram16x2d(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 ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x2d(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01 |
|
ram16x2d(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 ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x2d(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x2d(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 ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2d(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2d(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 ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2d(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2d, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2d(Node parent,
ArgBlockList abl)
Constructs a new ram16x2d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x2d(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x2d, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifd(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifd(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifd(Node parent,
Wire d,
Wire q)
Constructs a new ifd. |
|
ifd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ifd. |
|
ifd(Node parent,
Wire c,
Wire d,
Wire q,
Wire gsr)
Constructs a new ifd. |
|
ifd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
Wire gsr)
Constructs a new ifd. |
|
ifd(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd. |
|
ifd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd. |
|
ifd(Node parent,
Wire c,
Wire d,
Wire q,
Wire gsr,
java.lang.String INIT)
Constructs a new ifd. |
|
ifd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
Wire gsr,
java.lang.String INIT)
Constructs a new ifd. |
|
ifd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifd(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 ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd(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 INIT)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd(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 ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd(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 INIT)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd(Node parent,
ArgBlockList abl)
Constructs a new ifd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifd(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fds_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fds_1_g(Node parent,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fds_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fds_1_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 fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_1_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 INIT)
Constructs a new fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_1_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 fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1_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,
java.lang.String INIT)
Constructs a new fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1_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 fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1_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,
java.lang.String INIT)
Constructs a new fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1_g(Node parent,
ArgBlockList abl)
Constructs a new fds_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fds_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fd_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fd_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fd_1(Node parent,
Wire d,
Wire q)
Constructs a new fd_1. |
|
fd_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new fd_1. |
|
fd_1(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new fd_1. |
|
fd_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new fd_1. |
|
fd_1(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd_1. |
|
fd_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd_1. |
|
fd_1(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd_1. |
|
fd_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd_1. |
|
fd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fd_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fd_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd_1(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 fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd_1(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 INIT)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd_1(Node parent,
ArgBlockList abl)
Constructs a new fd_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fd_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fd_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrse(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrse(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse. |
|
fdrse(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse. |
|
fdrse(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse. |
|
fdrse(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse. |
|
fdrse(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse. |
|
fdrse(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse. |
|
fdrse(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse. |
|
fdrse(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse. |
|
fdrse(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 fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrse(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 INIT)
Constructs a new fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrse(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 fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse(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 INIT)
Constructs a new fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse(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 fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse(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 INIT)
Constructs a new fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse(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 fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse(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 INIT)
Constructs a new fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse(Node parent,
ArgBlockList abl)
Constructs a new fdrse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1s(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)
|
|
ram16x1s(Node parent,
java.lang.String name,
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 INIT)
|
|
ram16x1s(Node parent,
java.lang.String name,
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)
|
|
ram16x1s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x1s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram16x1s. |
|
ram16x1s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT)
Constructs a new ram16x1s. |
|
ram16x1s(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 ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x1s(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 INIT)
Constructs a new ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram16x1s(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 ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1s(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 INIT)
Constructs a new ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1s(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 ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1s(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 INIT)
Constructs a new ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1s(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 ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1s(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 INIT)
Constructs a new ram16x1s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x1s(Node parent,
ArgBlockList abl)
Constructs a new ram16x1s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x1s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdpe_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdpe_1(Node parent,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_1. |
|
fdpe_1(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 fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdpe_1(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 INIT)
Constructs a new fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdpe_1(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 fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe_1(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 INIT)
Constructs a new fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe_1(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 fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_1(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 INIT)
Constructs a new fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_1(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 fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_1(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 INIT)
Constructs a new fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_1(Node parent,
ArgBlockList abl)
Constructs a new fdpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_ann(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_ann(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_ann(Node parent,
Wire i,
Wire o)
Constructs a new obuf_ann. |
|
obuf_ann(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_ann. |
|
obuf_ann(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_ann, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_ann(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_ann, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_ann(Node parent,
ArgBlockList abl)
Constructs a new obuf_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_ann(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdi_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifdi_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifdi_1(Node parent,
Wire d,
Wire q)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifdi_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifdi_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdi_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdi_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi_1(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 ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi_1(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 INIT)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi_1(Node parent,
ArgBlockList abl)
Constructs a new ifdi_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdi_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifdi_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifdi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifdi(Node parent,
Wire d,
Wire q)
Constructs a new ifdi. |
|
ifdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ifdi. |
|
ifdi(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new ifdi. |
|
ifdi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new ifdi. |
|
ifdi(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi. |
|
ifdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi. |
|
ifdi(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi. |
|
ifdi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi. |
|
ifdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifdi(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdi(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi(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 ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi(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 INIT)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi(Node parent,
ArgBlockList abl)
Constructs a new ifdi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifdi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdce_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdce_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdce_1(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_1. |
|
fdce_1(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 fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdce_1(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 INIT)
Constructs a new fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdce_1(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 fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce_1(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 INIT)
Constructs a new fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce_1(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 fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_1(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 INIT)
Constructs a new fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_1(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 fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_1(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 INIT)
Constructs a new fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_1(Node parent,
ArgBlockList abl)
Constructs a new fdce_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdce_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdce_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
m2_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
m2_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
m2_1_g(Node parent,
Wire d0,
Wire d1,
Wire s0,
Wire o)
Constructs a new m2_1_g. |
|
m2_1_g(Node parent,
java.lang.String instanceName,
Wire d0,
Wire d1,
Wire s0,
Wire o)
Constructs a new m2_1_g. |
|
m2_1_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 m2_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
m2_1_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 m2_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
m2_1_g(Node parent,
ArgBlockList abl)
Constructs a new m2_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
m2_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new m2_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdtxi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdtxi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdtxi(Node parent,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtxi. |
|
ofdtxi(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 ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdtxi(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 INIT)
Constructs a new ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdtxi(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 ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdtxi(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 INIT)
Constructs a new ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdtxi(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 ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtxi(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 INIT)
Constructs a new ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtxi(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 ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtxi(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 INIT)
Constructs a new ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtxi(Node parent,
ArgBlockList abl)
Constructs a new ofdtxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdtxi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdtxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x2s(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)
|
|
ram16x2s(Node parent,
java.lang.String name,
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,
java.lang.String[] INIT)
|
|
ram16x2s(Node parent,
java.lang.String name,
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)
|
|
ram16x2s(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x2s(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s. |
|
ram16x2s(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
Wire wclk,
java.lang.String INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s. |
|
ram16x2s(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 ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT_00, INIT_01 |
|
ram16x2s(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 ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x2s(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 ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2s(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 ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2s(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 INIT_00,
java.lang.String INIT_01)
Constructs a new ram16x2s, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ram16x2s(Node parent,
ArgBlockList abl)
Constructs a new ram16x2s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x2s(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x2s, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdre_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdre_1(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1. |
|
fdre_1(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 fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdre_1(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 INIT)
Constructs a new fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdre_1(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 fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_1(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 INIT)
Constructs a new fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_1(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 fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1(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 INIT)
Constructs a new fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1(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 fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1(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 INIT)
Constructs a new fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1(Node parent,
ArgBlockList abl)
Constructs a new fdre_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdre_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fd(Node parent)
Used only by child classes to pass up the parent cell. |
|
fd(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fd(Node parent,
Wire d,
Wire q)
Constructs a new fd. |
|
fd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new fd. |
|
fd(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new fd. |
|
fd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new fd. |
|
fd(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd. |
|
fd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd. |
|
fd(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd. |
|
fd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd. |
|
fd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd(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 fd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd(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 INIT)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd(Node parent,
ArgBlockList abl)
Constructs a new fd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fd(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
rom32x1(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)
|
|
rom32x1(Node parent,
java.lang.String name,
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)
|
|
rom32x1(Node parent,
java.lang.String name,
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 INIT)
|
|
rom32x1(Node parent)
Used only by child classes to pass up the parent cell. |
|
rom32x1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
rom32x1(Node parent,
Wire a,
Wire o)
Constructs a new rom32x1. |
|
rom32x1(Node parent,
java.lang.String instanceName,
Wire a,
Wire o)
Constructs a new rom32x1. |
|
rom32x1(Node parent,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new rom32x1. |
|
rom32x1(Node parent,
java.lang.String instanceName,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new rom32x1. |
|
rom32x1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new rom32x1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
rom32x1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new rom32x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
rom32x1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new rom32x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
rom32x1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new rom32x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
rom32x1(Node parent,
ArgBlockList abl)
Constructs a new rom32x1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
rom32x1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new rom32x1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdre_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdre_1_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1_g. |
|
fdre_1_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 fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdre_1_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,
java.lang.String INIT)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdre_1_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 fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_1_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,
java.lang.String INIT)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdre_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdre_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdx(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifdx(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifdx(Node parent,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdx. |
|
ifdx(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdx. |
|
ifdx(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdx. |
|
ifdx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdx. |
|
ifdx(Node parent,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdx. |
|
ifdx(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdx. |
|
ifdx(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdx. |
|
ifdx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdx. |
|
ifdx(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifdx(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifdx(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 ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdx(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 INIT)
Constructs a new ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdx(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 ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdx(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 INIT)
Constructs a new ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdx(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 ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdx(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 INIT)
Constructs a new ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdx(Node parent,
ArgBlockList abl)
Constructs a new ifdx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdx(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifdx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdr_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdr_1(Node parent,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdr_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdr_1(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 fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_1(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 INIT)
Constructs a new fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_1(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 fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1(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 INIT)
Constructs a new fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1(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 fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1(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 INIT)
Constructs a new fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1(Node parent,
ArgBlockList abl)
Constructs a new fdr_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdr_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
inv_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
inv_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
inv_g(Node parent,
Wire i,
Wire o)
Constructs a new inv_g. |
|
inv_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new inv_g. |
|
inv_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new inv_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
inv_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new inv_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
inv_g(Node parent,
ArgBlockList abl)
Constructs a new inv_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
inv_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new inv_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pullup(Node parent)
Used only by child classes to pass up the parent cell. |
|
pullup(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
pullup(Node parent,
Wire o)
Constructs a new pullup. |
|
pullup(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new pullup. |
|
pullup(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new pullup, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
pullup(Node parent,
ArgBlockList abl)
Constructs a new pullup, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pullup(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new pullup, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdi(Node parent,
Wire d,
Wire q)
Constructs a new ofdi. |
|
ofdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ofdi. |
|
ofdi(Node parent,
Wire d,
Wire c,
Wire q)
Constructs a new ofdi. |
|
ofdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire c,
Wire q)
Constructs a new ofdi. |
|
ofdi(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofdi. |
|
ofdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofdi. |
|
ofdi(Node parent,
Wire d,
Wire c,
Wire q,
java.lang.String INIT)
Constructs a new ofdi. |
|
ofdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire c,
Wire q,
java.lang.String INIT)
Constructs a new ofdi. |
|
ofdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdi(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdi(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdi(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 ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdi(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 INIT)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdi(Node parent,
ArgBlockList abl)
Constructs a new ofdi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_ann(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_ann(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_ann(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_ann. |
|
ibuf_ann(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_ann. |
|
ibuf_ann(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_ann, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_ann(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_ann, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_ann(Node parent,
ArgBlockList abl)
Constructs a new ibuf_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_ann(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdtx(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdtx(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdtx(Node parent,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtx. |
|
ofdtx(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 ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdtx(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 INIT)
Constructs a new ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdtx(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 ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdtx(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 INIT)
Constructs a new ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdtx(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 ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtx(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 INIT)
Constructs a new ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtx(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 ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtx(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 INIT)
Constructs a new ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtx(Node parent,
ArgBlockList abl)
Constructs a new ofdtx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdtx(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdtx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fde_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fde_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fde_1(Node parent,
Wire ce,
Wire d,
Wire q)
Constructs a new fde_1. |
|
fde_1(Node parent,
java.lang.String instanceName,
Wire ce,
Wire d,
Wire q)
Constructs a new fde_1. |
|
fde_1(Node parent,
Wire c,
Wire ce,
Wire d,
Wire q)
Constructs a new fde_1. |
|
fde_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire ce,
Wire d,
Wire q)
Constructs a new fde_1. |
|
fde_1(Node parent,
Wire ce,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fde_1. |
|
fde_1(Node parent,
java.lang.String instanceName,
Wire ce,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fde_1. |
|
fde_1(Node parent,
Wire c,
Wire ce,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fde_1. |
|
fde_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire ce,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fde_1. |
|
fde_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fde_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fde_1(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 fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fde_1(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 INIT)
Constructs a new fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fde_1(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 fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde_1(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 INIT)
Constructs a new fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde_1(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 fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde_1(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 INIT)
Constructs a new fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde_1(Node parent,
ArgBlockList abl)
Constructs a new fde_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fde_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fde_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buft_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
buft_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
buft_g(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new buft_g. |
|
buft_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new buft_g. |
|
buft_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new buft_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
buft_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 buft_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
buft_g(Node parent,
ArgBlockList abl)
Constructs a new buft_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buft_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new buft_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
opad_sim(Node parent)
Deprecated. Used only by child classes to pass up the parent cell. |
|
opad_sim(Node parent,
java.lang.String name)
Deprecated. Used only by child classes to pass up the parent cell and instance name. |
|
opad_sim(Node parent,
Wire opad,
Wire o)
Deprecated. Constructs a new opad_sim. |
|
opad_sim(Node parent,
java.lang.String instanceName,
Wire opad,
Wire o)
Deprecated. Constructs a new opad_sim. |
|
opad_sim(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Deprecated. Constructs a new opad_sim, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
opad_sim(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Deprecated. Constructs a new opad_sim, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
opad_sim(Node parent,
ArgBlockList abl)
Deprecated. Constructs a new opad_sim, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
opad_sim(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Deprecated. Constructs a new opad_sim, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrs(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrs(Node parent,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs. |
|
fdrs(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs. |
|
fdrs(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs. |
|
fdrs(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs. |
|
fdrs(Node parent,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs. |
|
fdrs(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs. |
|
fdrs(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs. |
|
fdrs(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs. |
|
fdrs(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 fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrs(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 INIT)
Constructs a new fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrs(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 fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs(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 INIT)
Constructs a new fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs(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 fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs(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 INIT)
Constructs a new fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs(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 fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs(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 INIT)
Constructs a new fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs(Node parent,
ArgBlockList abl)
Constructs a new fdrs, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrs, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrs_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrs_g(Node parent,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_g. |
|
fdrs_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 fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrs_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,
java.lang.String INIT)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrs_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 fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_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,
java.lang.String INIT)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_g(Node parent,
ArgBlockList abl)
Constructs a new fdrs_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrs_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_g(Node parent,
Wire i,
Wire o)
Constructs a new obuf_g. |
|
obuf_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_g. |
|
obuf_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_g(Node parent,
ArgBlockList abl)
Constructs a new obuf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdx(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdx(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdx(Node parent,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdx. |
|
ofdx(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdx. |
|
ofdx(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdx. |
|
ofdx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdx. |
|
ofdx(Node parent,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdx. |
|
ofdx(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdx. |
|
ofdx(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdx. |
|
ofdx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdx. |
|
ofdx(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdx(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdx(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 ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdx(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 INIT)
Constructs a new ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdx(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 ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdx(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 INIT)
Constructs a new ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdx(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 ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdx(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 INIT)
Constructs a new ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdx(Node parent,
ArgBlockList abl)
Constructs a new ofdx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdx(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdpe_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdpe_g(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_g. |
|
fdpe_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 fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdpe_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,
java.lang.String INIT)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdpe_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 fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe_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,
java.lang.String INIT)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe_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,
java.lang.String s4,
Wire w4)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_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,
java.lang.String s4,
Wire w4)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_g(Node parent,
ArgBlockList abl)
Constructs a new fdpe_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdpe_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrse_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrse_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_g. |
|
fdrse_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrse_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String INIT)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String INIT)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_g(Node parent,
ArgBlockList abl)
Constructs a new fdrse_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrse_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor9(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new xnor9. |
|
xnor9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new xnor9. |
|
xnor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor9(Node parent,
ArgBlockList abl)
Constructs a new xnor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor8(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new xnor8. |
|
xnor8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new xnor8. |
|
xnor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor8(Node parent,
ArgBlockList abl)
Constructs a new xnor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor7(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new xnor7. |
|
xnor7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new xnor7. |
|
xnor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor7(Node parent,
ArgBlockList abl)
Constructs a new xnor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor6(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new xnor6. |
|
xnor6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new xnor6. |
|
xnor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor6(Node parent,
ArgBlockList abl)
Constructs a new xnor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor5(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new xnor5. |
|
xnor5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new xnor5. |
|
xnor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor5(Node parent,
ArgBlockList abl)
Constructs a new xnor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xnor4_g. |
|
xnor4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xnor4_g. |
|
xnor4_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,
java.lang.String s4,
Wire w4)
Constructs a new xnor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor4_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,
java.lang.String s4,
Wire w4)
Constructs a new xnor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor4_g(Node parent,
ArgBlockList abl)
Constructs a new xnor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xnor3_g. |
|
xnor3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xnor3_g. |
|
xnor3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new xnor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new xnor2_g. |
|
xnor2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new xnor2_g. |
|
xnor2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new xnor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor4(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xnor4. |
|
xnor4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xnor4. |
|
xnor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor4(Node parent,
ArgBlockList abl)
Constructs a new xnor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor3(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xnor3. |
|
xnor3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xnor3. |
|
xnor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor3(Node parent,
ArgBlockList abl)
Constructs a new xnor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor2(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new xnor2. |
|
xnor2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new xnor2. |
|
xnor2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new xnor2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor2(Node parent,
ArgBlockList abl)
Constructs a new xnor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor9(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new xor9. |
|
xor9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new xor9. |
|
xor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor9(Node parent,
ArgBlockList abl)
Constructs a new xor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor8(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new xor8. |
|
xor8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new xor8. |
|
xor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor8(Node parent,
ArgBlockList abl)
Constructs a new xor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor7(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new xor7. |
|
xor7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new xor7. |
|
xor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor7(Node parent,
ArgBlockList abl)
Constructs a new xor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor6(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new xor6. |
|
xor6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new xor6. |
|
xor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor6(Node parent,
ArgBlockList abl)
Constructs a new xor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor5(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new xor5. |
|
xor5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new xor5. |
|
xor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor5(Node parent,
ArgBlockList abl)
Constructs a new xor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xor4_g. |
|
xor4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xor4_g. |
|
xor4_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,
java.lang.String s4,
Wire w4)
Constructs a new xor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor4_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,
java.lang.String s4,
Wire w4)
Constructs a new xor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor4_g(Node parent,
ArgBlockList abl)
Constructs a new xor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xor3_g. |
|
xor3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xor3_g. |
|
xor3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new xor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new xor2_g. |
|
xor2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new xor2_g. |
|
xor2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new xor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor4(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xor4. |
|
xor4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xor4. |
|
xor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor4(Node parent,
ArgBlockList abl)
Constructs a new xor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor3(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xor3. |
|
xor3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xor3. |
|
xor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor3(Node parent,
ArgBlockList abl)
Constructs a new xor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor2(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new xor2. |
|
xor2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new xor2. |
|
xor2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new xor2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor2(Node parent,
ArgBlockList abl)
Constructs a new xor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor9(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new nor9. |
|
nor9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new nor9. |
|
nor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor9(Node parent,
ArgBlockList abl)
Constructs a new nor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor8(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new nor8. |
|
nor8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new nor8. |
|
nor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor8(Node parent,
ArgBlockList abl)
Constructs a new nor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor7(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new nor7. |
|
nor7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new nor7. |
|
nor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor7(Node parent,
ArgBlockList abl)
Constructs a new nor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor6(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new nor6. |
|
nor6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new nor6. |
|
nor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor6(Node parent,
ArgBlockList abl)
Constructs a new nor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor5(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new nor5. |
|
nor5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new nor5. |
|
nor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor5(Node parent,
ArgBlockList abl)
Constructs a new nor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4_g. |
|
nor4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4_g. |
|
nor4_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,
java.lang.String s4,
Wire w4)
Constructs a new nor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4_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,
java.lang.String s4,
Wire w4)
Constructs a new nor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4_g(Node parent,
ArgBlockList abl)
Constructs a new nor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3_g. |
|
nor3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3_g. |
|
nor3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new nor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2_g. |
|
nor2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2_g. |
|
nor2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new nor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b4(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4b4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4b4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b4. |
|
nor4b4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b4. |
|
nor4b4(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 nor4b4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4b4(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 nor4b4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4b4(Node parent,
ArgBlockList abl)
Constructs a new nor4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b3. |
|
nor4b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b3. |
|
nor4b3(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 nor4b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4b3(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 nor4b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4b3(Node parent,
ArgBlockList abl)
Constructs a new nor4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b2. |
|
nor4b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b2. |
|
nor4b2(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 nor4b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4b2(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 nor4b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4b2(Node parent,
ArgBlockList abl)
Constructs a new nor4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b1. |
|
nor4b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b1. |
|
nor4b1(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 nor4b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4b1(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 nor4b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4b1(Node parent,
ArgBlockList abl)
Constructs a new nor4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4. |
|
nor4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4. |
|
nor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4(Node parent,
ArgBlockList abl)
Constructs a new nor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b3. |
|
nor3b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b3. |
|
nor3b3(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 nor3b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3b3(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 nor3b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor3b3(Node parent,
ArgBlockList abl)
Constructs a new nor3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b2. |
|
nor3b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b2. |
|
nor3b2(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 nor3b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3b2(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 nor3b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor3b2(Node parent,
ArgBlockList abl)
Constructs a new nor3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b1. |
|
nor3b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b1. |
|
nor3b1(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 nor3b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3b1(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 nor3b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor3b1(Node parent,
ArgBlockList abl)
Constructs a new nor3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3. |
|
nor3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3. |
|
nor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor3(Node parent,
ArgBlockList abl)
Constructs a new nor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor2b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor2b2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2b2. |
|
nor2b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2b2. |
|
nor2b2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nor2b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor2b2(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 nor2b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor2b2(Node parent,
ArgBlockList abl)
Constructs a new nor2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor2b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor2b1(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2b1. |
|
nor2b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2b1. |
|
nor2b1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nor2b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor2b1(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 nor2b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor2b1(Node parent,
ArgBlockList abl)
Constructs a new nor2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2. |
|
nor2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2. |
|
nor2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nor2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor2(Node parent,
ArgBlockList abl)
Constructs a new nor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or9(Node parent)
Used only by child classes to pass up the parent cell. |
|
or9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new or9. |
|
or9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new or9. |
|
or9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or9(Node parent,
ArgBlockList abl)
Constructs a new or9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or8(Node parent)
Used only by child classes to pass up the parent cell. |
|
or8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new or8. |
|
or8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new or8. |
|
or8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or8(Node parent,
ArgBlockList abl)
Constructs a new or8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or7(Node parent)
Used only by child classes to pass up the parent cell. |
|
or7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new or7. |
|
or7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new or7. |
|
or7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or7(Node parent,
ArgBlockList abl)
Constructs a new or7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or6(Node parent)
Used only by child classes to pass up the parent cell. |
|
or6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new or6. |
|
or6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new or6. |
|
or6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or6(Node parent,
ArgBlockList abl)
Constructs a new or6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or5(Node parent)
Used only by child classes to pass up the parent cell. |
|
or5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new or5. |
|
or5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new or5. |
|
or5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or5(Node parent,
ArgBlockList abl)
Constructs a new or5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4_g. |
|
or4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4_g. |
|
or4_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,
java.lang.String s4,
Wire w4)
Constructs a new or4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4_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,
java.lang.String s4,
Wire w4)
Constructs a new or4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4_g(Node parent,
ArgBlockList abl)
Constructs a new or4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3_g. |
|
or3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3_g. |
|
or3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new or3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
or2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2_g. |
|
or2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2_g. |
|
or2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new or2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b4(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4b4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4b4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b4. |
|
or4b4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b4. |
|
or4b4(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 or4b4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4b4(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 or4b4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4b4(Node parent,
ArgBlockList abl)
Constructs a new or4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b3. |
|
or4b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b3. |
|
or4b3(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 or4b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4b3(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 or4b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4b3(Node parent,
ArgBlockList abl)
Constructs a new or4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b2. |
|
or4b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b2. |
|
or4b2(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 or4b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4b2(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 or4b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4b2(Node parent,
ArgBlockList abl)
Constructs a new or4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b1. |
|
or4b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b1. |
|
or4b1(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 or4b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4b1(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 or4b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4b1(Node parent,
ArgBlockList abl)
Constructs a new or4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4. |
|
or4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4. |
|
or4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4(Node parent,
ArgBlockList abl)
Constructs a new or4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b3. |
|
or3b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b3. |
|
or3b3(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 or3b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3b3(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 or3b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or3b3(Node parent,
ArgBlockList abl)
Constructs a new or3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b2. |
|
or3b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b2. |
|
or3b2(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 or3b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3b2(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 or3b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or3b2(Node parent,
ArgBlockList abl)
Constructs a new or3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b1. |
|
or3b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b1. |
|
or3b1(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 or3b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3b1(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 or3b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or3b1(Node parent,
ArgBlockList abl)
Constructs a new or3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3. |
|
or3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3. |
|
or3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or3(Node parent,
ArgBlockList abl)
Constructs a new or3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
or2b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or2b2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2b2. |
|
or2b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2b2. |
|
or2b2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new or2b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or2b2(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 or2b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or2b2(Node parent,
ArgBlockList abl)
Constructs a new or2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
or2b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or2b1(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2b1. |
|
or2b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2b1. |
|
or2b1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new or2b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or2b1(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 or2b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or2b1(Node parent,
ArgBlockList abl)
Constructs a new or2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2(Node parent)
Used only by child classes to pass up the parent cell. |
|
or2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2. |
|
or2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2. |
|
or2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new or2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or2(Node parent,
ArgBlockList abl)
Constructs a new or2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand9(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new nand9. |
|
nand9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new nand9. |
|
nand9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand9(Node parent,
ArgBlockList abl)
Constructs a new nand9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand8(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new nand8. |
|
nand8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new nand8. |
|
nand8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand8(Node parent,
ArgBlockList abl)
Constructs a new nand8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand7(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new nand7. |
|
nand7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new nand7. |
|
nand7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand7(Node parent,
ArgBlockList abl)
Constructs a new nand7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand6(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new nand6. |
|
nand6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new nand6. |
|
nand6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand6(Node parent,
ArgBlockList abl)
Constructs a new nand6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand5(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new nand5. |
|
nand5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new nand5. |
|
nand5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand5(Node parent,
ArgBlockList abl)
Constructs a new nand5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4_g. |
|
nand4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4_g. |
|
nand4_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,
java.lang.String s4,
Wire w4)
Constructs a new nand4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4_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,
java.lang.String s4,
Wire w4)
Constructs a new nand4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4_g(Node parent,
ArgBlockList abl)
Constructs a new nand4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3_g. |
|
nand3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3_g. |
|
nand3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new nand3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2_g. |
|
nand2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2_g. |
|
nand2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new nand2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b4(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4b4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4b4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b4. |
|
nand4b4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b4. |
|
nand4b4(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 nand4b4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4b4(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 nand4b4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4b4(Node parent,
ArgBlockList abl)
Constructs a new nand4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b3. |
|
nand4b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b3. |
|
nand4b3(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 nand4b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4b3(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 nand4b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4b3(Node parent,
ArgBlockList abl)
Constructs a new nand4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b2. |
|
nand4b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b2. |
|
nand4b2(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 nand4b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4b2(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 nand4b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4b2(Node parent,
ArgBlockList abl)
Constructs a new nand4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b1. |
|
nand4b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b1. |
|
nand4b1(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 nand4b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4b1(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 nand4b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4b1(Node parent,
ArgBlockList abl)
Constructs a new nand4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4. |
|
nand4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4. |
|
nand4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4(Node parent,
ArgBlockList abl)
Constructs a new nand4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b3. |
|
nand3b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b3. |
|
nand3b3(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 nand3b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3b3(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 nand3b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand3b3(Node parent,
ArgBlockList abl)
Constructs a new nand3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b2. |
|
nand3b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b2. |
|
nand3b2(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 nand3b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3b2(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 nand3b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand3b2(Node parent,
ArgBlockList abl)
Constructs a new nand3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b1. |
|
nand3b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b1. |
|
nand3b1(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 nand3b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3b1(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 nand3b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand3b1(Node parent,
ArgBlockList abl)
Constructs a new nand3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3. |
|
nand3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3. |
|
nand3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand3(Node parent,
ArgBlockList abl)
Constructs a new nand3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand2b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand2b2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2b2. |
|
nand2b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2b2. |
|
nand2b2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nand2b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand2b2(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 nand2b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand2b2(Node parent,
ArgBlockList abl)
Constructs a new nand2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand2b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand2b1(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2b1. |
|
nand2b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2b1. |
|
nand2b1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nand2b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand2b1(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 nand2b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand2b1(Node parent,
ArgBlockList abl)
Constructs a new nand2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2. |
|
nand2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2. |
|
nand2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nand2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand2(Node parent,
ArgBlockList abl)
Constructs a new nand2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and9(Node parent)
Used only by child classes to pass up the parent cell. |
|
and9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new and9. |
|
and9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new and9. |
|
and9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and9(Node parent,
ArgBlockList abl)
Constructs a new and9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and8(Node parent)
Used only by child classes to pass up the parent cell. |
|
and8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new and8. |
|
and8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new and8. |
|
and8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and8(Node parent,
ArgBlockList abl)
Constructs a new and8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and7(Node parent)
Used only by child classes to pass up the parent cell. |
|
and7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new and7. |
|
and7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new and7. |
|
and7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and7(Node parent,
ArgBlockList abl)
Constructs a new and7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and6(Node parent)
Used only by child classes to pass up the parent cell. |
|
and6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new and6. |
|
and6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new and6. |
|
and6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and6(Node parent,
ArgBlockList abl)
Constructs a new and6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and5(Node parent)
Used only by child classes to pass up the parent cell. |
|
and5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new and5. |
|
and5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new and5. |
|
and5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and5(Node parent,
ArgBlockList abl)
Constructs a new and5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4_g. |
|
and4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4_g. |
|
and4_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,
java.lang.String s4,
Wire w4)
Constructs a new and4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4_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,
java.lang.String s4,
Wire w4)
Constructs a new and4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4_g(Node parent,
ArgBlockList abl)
Constructs a new and4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3_g. |
|
and3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3_g. |
|
and3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new and3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
and2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2_g. |
|
and2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2_g. |
|
and2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new and2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b4(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4b4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4b4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b4. |
|
and4b4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b4. |
|
and4b4(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 and4b4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4b4(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 and4b4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4b4(Node parent,
ArgBlockList abl)
Constructs a new and4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b3. |
|
and4b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b3. |
|
and4b3(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 and4b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4b3(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 and4b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4b3(Node parent,
ArgBlockList abl)
Constructs a new and4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b2. |
|
and4b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b2. |
|
and4b2(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 and4b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4b2(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 and4b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4b2(Node parent,
ArgBlockList abl)
Constructs a new and4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b1. |
|
and4b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b1. |
|
and4b1(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 and4b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4b1(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 and4b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4b1(Node parent,
ArgBlockList abl)
Constructs a new and4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4. |
|
and4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4. |
|
and4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4(Node parent,
ArgBlockList abl)
Constructs a new and4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b3. |
|
and3b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b3. |
|
and3b3(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 and3b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3b3(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 and3b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and3b3(Node parent,
ArgBlockList abl)
Constructs a new and3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b2. |
|
and3b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b2. |
|
and3b2(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 and3b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3b2(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 and3b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and3b2(Node parent,
ArgBlockList abl)
Constructs a new and3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b1. |
|
and3b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b1. |
|
and3b1(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 and3b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3b1(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 and3b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and3b1(Node parent,
ArgBlockList abl)
Constructs a new and3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3. |
|
and3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3. |
|
and3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and3(Node parent,
ArgBlockList abl)
Constructs a new and3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
and2b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and2b2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2b2. |
|
and2b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2b2. |
|
and2b2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new and2b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and2b2(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 and2b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and2b2(Node parent,
ArgBlockList abl)
Constructs a new and2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
and2b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and2b1(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2b1. |
|
and2b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2b1. |
|
and2b1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new and2b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and2b1(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 and2b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and2b1(Node parent,
ArgBlockList abl)
Constructs a new and2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2(Node parent)
Used only by child classes to pass up the parent cell. |
|
and2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2. |
|
and2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2. |
|
and2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new and2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and2(Node parent,
ArgBlockList abl)
Constructs a new and2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buffclk(Node parent)
Used only by child classes to pass up the parent cell. |
|
buffclk(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
buffclk(Node parent,
Wire i,
Wire o)
Constructs a new buffclk. |
|
buffclk(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new buffclk. |
|
buffclk(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new buffclk, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
buffclk(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new buffclk, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
buffclk(Node parent,
ArgBlockList abl)
Constructs a new buffclk, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buffclk(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new buffclk, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tdi(Node parent)
Used only by child classes to pass up the parent cell. |
|
tdi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tdi(Node parent,
Wire i,
Wire o)
Constructs a new tdi. |
|
tdi(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new tdi. |
|
tdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new tdi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tdi(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new tdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tdi(Node parent,
ArgBlockList abl)
Constructs a new tdi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tdi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tdi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
hmap(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
|
|
hmap(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
|
|
hmap(Node parent)
Used only by child classes to pass up the parent cell. |
|
hmap(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
hmap(Node parent,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new hmap. |
|
hmap(Node parent,
java.lang.String instanceName,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new hmap. |
|
hmap(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 hmap, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
hmap(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 hmap, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
hmap(Node parent,
ArgBlockList abl)
Constructs a new hmap, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
hmap(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new hmap, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
oxor2(Node parent)
Used only by child classes to pass up the parent cell. |
|
oxor2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
oxor2(Node parent,
Wire f,
Wire io,
Wire o)
Constructs a new oxor2. |
|
oxor2(Node parent,
java.lang.String instanceName,
Wire f,
Wire io,
Wire o)
Constructs a new oxor2. |
|
oxor2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new oxor2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
oxor2(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 oxor2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
oxor2(Node parent,
ArgBlockList abl)
Constructs a new oxor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
oxor2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new oxor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdre(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdre(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre. |
|
fdre(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre. |
|
fdre(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre. |
|
fdre(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre. |
|
fdre(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre. |
|
fdre(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre. |
|
fdre(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre. |
|
fdre(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre. |
|
fdre(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 fdre, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdre(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 INIT)
Constructs a new fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdre(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 fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre(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 INIT)
Constructs a new fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre(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 fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre(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 INIT)
Constructs a new fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre(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 fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre(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 INIT)
Constructs a new fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre(Node parent,
ArgBlockList abl)
Constructs a new fdre, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdre, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ilffx(Node parent)
Used only by child classes to pass up the parent cell. |
|
ilffx(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ilffx(Node parent,
Wire ce,
Wire d,
Wire q)
Constructs a new ilffx. |
|
ilffx(Node parent,
java.lang.String instanceName,
Wire ce,
Wire d,
Wire q)
Constructs a new ilffx. |
|
ilffx(Node parent,
Wire ce,
Wire d,
Wire gf,
Wire q)
Constructs a new ilffx. |
|
ilffx(Node parent,
java.lang.String instanceName,
Wire ce,
Wire d,
Wire gf,
Wire q)
Constructs a new ilffx. |
|
ilffx(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ilffx, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ilffx(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 ilffx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ilffx(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 ilffx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ilffx(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 ilffx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ilffx(Node parent,
ArgBlockList abl)
Constructs a new ilffx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ilffx(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ilffx, 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 . |
|
oxnor2(Node parent)
Used only by child classes to pass up the parent cell. |
|
oxnor2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
oxnor2(Node parent,
Wire f,
Wire io,
Wire o)
Constructs a new oxnor2. |
|
oxnor2(Node parent,
java.lang.String instanceName,
Wire f,
Wire io,
Wire o)
Constructs a new oxnor2. |
|
oxnor2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new oxnor2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
oxnor2(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 oxnor2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
oxnor2(Node parent,
ArgBlockList abl)
Constructs a new oxnor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
oxnor2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new oxnor2, 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 . |
|
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 . |
|
tck(Node parent)
Used only by child classes to pass up the parent cell. |
|
tck(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tck(Node parent,
Wire i)
Constructs a new tck. |
|
tck(Node parent,
java.lang.String instanceName,
Wire i)
Constructs a new tck. |
|
tck(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new tck, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tck(Node parent,
ArgBlockList abl)
Constructs a new tck, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tck(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tck, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
omux2(Node parent)
Used only by child classes to pass up the parent cell. |
|
omux2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
omux2(Node parent,
Wire s0,
Wire d1,
Wire d0,
Wire o)
Constructs a new omux2. |
|
omux2(Node parent,
java.lang.String instanceName,
Wire s0,
Wire d1,
Wire d0,
Wire o)
Constructs a new omux2. |
|
omux2(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 omux2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
omux2(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 omux2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
omux2(Node parent,
ArgBlockList abl)
Constructs a new omux2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
omux2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new omux2, 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 . |
|
bufgs(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufgs(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufgs(Node parent,
Wire i,
Wire o)
Constructs a new bufgs. |
|
bufgs(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufgs. |
|
bufgs(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgs, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufgs(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgs, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufgs(Node parent,
ArgBlockList abl)
Constructs a new bufgs, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgs(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufgs, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
oor2(Node parent)
Used only by child classes to pass up the parent cell. |
|
oor2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
oor2(Node parent,
Wire f,
Wire io,
Wire o)
Constructs a new oor2. |
|
oor2(Node parent,
java.lang.String instanceName,
Wire f,
Wire io,
Wire o)
Constructs a new oor2. |
|
oor2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new oor2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
oor2(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 oor2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
oor2(Node parent,
ArgBlockList abl)
Constructs a new oor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
oor2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new oor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufge(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufge(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufge(Node parent,
Wire i,
Wire o)
Constructs a new bufge. |
|
bufge(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufge. |
|
bufge(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufge, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufge(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufge, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufge(Node parent,
ArgBlockList abl)
Constructs a new bufge, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufge(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufge, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufge_ann(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufge_ann(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufge_ann(Node parent,
Wire i,
Wire o)
Constructs a new bufge_ann. |
|
bufge_ann(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufge_ann. |
|
bufge_ann(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufge_ann, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufge_ann(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufge_ann, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufge_ann(Node parent,
ArgBlockList abl)
Constructs a new bufge_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufge_ann(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufge_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgls_ann(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufgls_ann(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufgls_ann(Node parent,
Wire i,
Wire o)
Constructs a new bufgls_ann. |
|
bufgls_ann(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufgls_ann. |
|
bufgls_ann(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgls_ann, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufgls_ann(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgls_ann, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufgls_ann(Node parent,
ArgBlockList abl)
Constructs a new bufgls_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgls_ann(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufgls_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
oand2(Node parent)
Used only by child classes to pass up the parent cell. |
|
oand2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
oand2(Node parent,
Wire f,
Wire io,
Wire o)
Constructs a new oand2. |
|
oand2(Node parent,
java.lang.String instanceName,
Wire f,
Wire io,
Wire o)
Constructs a new oand2. |
|
oand2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new oand2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
oand2(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 oand2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
oand2(Node parent,
ArgBlockList abl)
Constructs a new oand2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
oand2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new oand2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdse(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdse(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse. |
|
fdse(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse. |
|
fdse(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse. |
|
fdse(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse. |
|
fdse(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse. |
|
fdse(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse. |
|
fdse(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse. |
|
fdse(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse. |
|
fdse(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 fdse, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdse(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 INIT)
Constructs a new fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdse(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 fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse(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 INIT)
Constructs a new fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse(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 fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse(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 INIT)
Constructs a new fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse(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 fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse(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 INIT)
Constructs a new fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse(Node parent,
ArgBlockList abl)
Constructs a new fdse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
md0(Node parent)
Used only by child classes to pass up the parent cell. |
|
md0(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
md0(Node parent,
Wire i,
Wire o)
Constructs a new md0. |
|
md0(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new md0. |
|
md0(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new md0, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
md0(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new md0, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
md0(Node parent,
ArgBlockList abl)
Constructs a new md0, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
md0(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new md0, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdp(Node parent,
Wire d,
Wire q)
Constructs a new fdp. |
|
fdp(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new fdp. |
|
fdp(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new fdp. |
|
fdp(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new fdp. |
|
fdp(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fdp. |
|
fdp(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fdp. |
|
fdp(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fdp. |
|
fdp(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fdp. |
|
fdp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp(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 fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp(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 INIT)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp(Node parent,
ArgBlockList abl)
Constructs a new fdp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgp_ann(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufgp_ann(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufgp_ann(Node parent,
Wire i,
Wire o)
Constructs a new bufgp_ann. |
|
bufgp_ann(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufgp_ann. |
|
bufgp_ann(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgp_ann, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufgp_ann(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgp_ann, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufgp_ann(Node parent,
ArgBlockList abl)
Constructs a new bufgp_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgp_ann(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufgp_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
startup(Node parent)
Used only by child classes to pass up the parent cell. |
|
startup(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
startup(Node parent,
Wire gsr,
Wire gts,
Wire clk,
Wire q2,
Wire q3,
Wire q1q4,
Wire donein)
Constructs a new startup. |
|
startup(Node parent,
java.lang.String instanceName,
Wire gsr,
Wire gts,
Wire clk,
Wire q2,
Wire q3,
Wire q1q4,
Wire donein)
Constructs a new startup. |
|
startup(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String s3,
Wire w3,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new startup, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
startup(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String s3,
Wire w3,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new startup, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
startup(Node parent,
ArgBlockList abl)
Constructs a new startup, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
startup(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new startup, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
wor2and(Node parent)
Used only by child classes to pass up the parent cell. |
|
wor2and(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
wor2and(Node parent,
Wire i1,
Wire i2,
Wire o)
Constructs a new wor2and. |
|
wor2and(Node parent,
java.lang.String instanceName,
Wire i1,
Wire i2,
Wire o)
Constructs a new wor2and. |
|
wor2and(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new wor2and, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
wor2and(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 wor2and, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
wor2and(Node parent,
ArgBlockList abl)
Constructs a new wor2and, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
wor2and(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new wor2and, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgls(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufgls(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufgls(Node parent,
Wire i,
Wire o)
Constructs a new bufgls. |
|
bufgls(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufgls. |
|
bufgls(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgls, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufgls(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgls, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufgls(Node parent,
ArgBlockList abl)
Constructs a new bufgls, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgls(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufgls, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ilflx_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ilflx_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ilflx_1(Node parent,
Wire ge,
Wire d,
Wire gf,
Wire q)
Constructs a new ilflx_1. |
|
ilflx_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire d,
Wire gf,
Wire q)
Constructs a new ilflx_1. |
|
ilflx_1(Node parent,
Wire ge,
Wire d,
Wire gf,
Wire g,
Wire q)
Constructs a new ilflx_1. |
|
ilflx_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire d,
Wire gf,
Wire g,
Wire q)
Constructs a new ilflx_1. |
|
ilflx_1(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 ilflx_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ilflx_1(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 ilflx_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ilflx_1(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 ilflx_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ilflx_1(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 ilflx_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ilflx_1(Node parent,
ArgBlockList abl)
Constructs a new ilflx_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ilflx_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ilflx_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
md1(Node parent)
Used only by child classes to pass up the parent cell. |
|
md1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
md1(Node parent,
Wire o,
Wire i)
Constructs a new md1. |
|
md1(Node parent,
java.lang.String instanceName,
Wire o,
Wire i)
Constructs a new md1. |
|
md1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new md1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
md1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new md1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
md1(Node parent,
ArgBlockList abl)
Constructs a new md1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
md1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new md1, 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 . |
|
fdc(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdc(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdc(Node parent,
Wire d,
Wire q)
Constructs a new fdc. |
|
fdc(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new fdc. |
|
fdc(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new fdc. |
|
fdc(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new fdc. |
|
fdc(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fdc. |
|
fdc(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fdc. |
|
fdc(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fdc. |
|
fdc(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fdc. |
|
fdc(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdc(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdc(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc(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 fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc(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 INIT)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc(Node parent,
ArgBlockList abl)
Constructs a new fdc, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdc, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ilffxi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ilffxi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ilffxi(Node parent,
Wire ce,
Wire d,
Wire q)
Constructs a new ilffxi. |
|
ilffxi(Node parent,
java.lang.String instanceName,
Wire ce,
Wire d,
Wire q)
Constructs a new ilffxi. |
|
ilffxi(Node parent,
Wire ce,
Wire d,
Wire gf,
Wire q)
Constructs a new ilffxi. |
|
ilffxi(Node parent,
java.lang.String instanceName,
Wire ce,
Wire d,
Wire gf,
Wire q)
Constructs a new ilffxi. |
|
ilffxi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ilffxi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ilffxi(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 ilffxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ilffxi(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 ilffxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ilffxi(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 ilffxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ilffxi(Node parent,
ArgBlockList abl)
Constructs a new ilffxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ilffxi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ilffxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bscan(Node parent)
Used only by child classes to pass up the parent cell. |
|
bscan(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bscan(Node parent,
Wire tdi,
Wire tms,
Wire tck,
Wire tdo1,
Wire tdo2,
Wire tdo,
Wire drck,
Wire idle,
Wire sel1,
Wire sel2)
Constructs a new bscan. |
|
bscan(Node parent,
java.lang.String instanceName,
Wire tdi,
Wire tms,
Wire tck,
Wire tdo1,
Wire tdo2,
Wire tdo,
Wire drck,
Wire idle,
Wire sel1,
Wire sel2)
Constructs a new bscan. |
|
bscan(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 bscan, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bscan(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 bscan, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bscan(Node parent,
ArgBlockList abl)
Constructs a new bscan, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bscan(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bscan, 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 . |
|
md2(Node parent)
Used only by child classes to pass up the parent cell. |
|
md2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
md2(Node parent,
Wire i,
Wire o)
Constructs a new md2. |
|
md2(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new md2. |
|
md2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new md2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
md2(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new md2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
md2(Node parent,
ArgBlockList abl)
Constructs a new md2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
md2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new md2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdr(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdr(Node parent,
Wire d,
Wire r,
Wire q)
Constructs a new fdr. |
|
fdr(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q)
Constructs a new fdr. |
|
fdr(Node parent,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr. |
|
fdr(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr. |
|
fdr(Node parent,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr. |
|
fdr(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr. |
|
fdr(Node parent,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr. |
|
fdr(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr. |
|
fdr(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdr, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdr(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdr(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 fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr(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 INIT)
Constructs a new fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr(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 fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr(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 INIT)
Constructs a new fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr(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 fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr(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 INIT)
Constructs a new fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr(Node parent,
ArgBlockList abl)
Constructs a new fdr, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdr, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
onand2(Node parent)
Used only by child classes to pass up the parent cell. |
|
onand2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
onand2(Node parent,
Wire f,
Wire io,
Wire o)
Constructs a new onand2. |
|
onand2(Node parent,
java.lang.String instanceName,
Wire f,
Wire io,
Wire o)
Constructs a new onand2. |
|
onand2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new onand2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
onand2(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 onand2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
onand2(Node parent,
ArgBlockList abl)
Constructs a new onand2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
onand2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new onand2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgs_ann(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufgs_ann(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufgs_ann(Node parent,
Wire i,
Wire o)
Constructs a new bufgs_ann. |
|
bufgs_ann(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufgs_ann. |
|
bufgs_ann(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgs_ann, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufgs_ann(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgs_ann, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufgs_ann(Node parent,
ArgBlockList abl)
Constructs a new bufgs_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgs_ann(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufgs_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
onor2(Node parent)
Used only by child classes to pass up the parent cell. |
|
onor2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
onor2(Node parent,
Wire f,
Wire io,
Wire o)
Constructs a new onor2. |
|
onor2(Node parent,
java.lang.String instanceName,
Wire f,
Wire io,
Wire o)
Constructs a new onor2. |
|
onor2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new onor2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
onor2(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 onor2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
onor2(Node parent,
ArgBlockList abl)
Constructs a new onor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
onor2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new onor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tdo(Node parent)
Used only by child classes to pass up the parent cell. |
|
tdo(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tdo(Node parent,
Wire o,
Wire i)
Constructs a new tdo. |
|
tdo(Node parent,
java.lang.String instanceName,
Wire o,
Wire i)
Constructs a new tdo. |
|
tdo(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new tdo, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
tdo(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new tdo, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tdo(Node parent,
ArgBlockList abl)
Constructs a new tdo, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tdo(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tdo, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tms(Node parent)
Used only by child classes to pass up the parent cell. |
|
tms(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
tms(Node parent,
Wire i)
Constructs a new tms. |
|
tms(Node parent,
java.lang.String instanceName,
Wire i)
Constructs a new tms. |
|
tms(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new tms, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
tms(Node parent,
ArgBlockList abl)
Constructs a new tms, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tms(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new tms, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ilflxi_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ilflxi_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ilflxi_1(Node parent,
Wire ge,
Wire d,
Wire gf,
Wire q)
Constructs a new ilflxi_1. |
|
ilflxi_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire d,
Wire gf,
Wire q)
Constructs a new ilflxi_1. |
|
ilflxi_1(Node parent,
Wire ge,
Wire d,
Wire gf,
Wire g,
Wire q)
Constructs a new ilflxi_1. |
|
ilflxi_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire d,
Wire gf,
Wire g,
Wire q)
Constructs a new ilflxi_1. |
|
ilflxi_1(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 ilflxi_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ilflxi_1(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 ilflxi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ilflxi_1(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 ilflxi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ilflxi_1(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 ilflxi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ilflxi_1(Node parent,
ArgBlockList abl)
Constructs a new ilflxi_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ilflxi_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ilflxi_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds(Node parent)
Used only by child classes to pass up the parent cell. |
|
fds(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fds(Node parent,
Wire d,
Wire s,
Wire q)
Constructs a new fds. |
|
fds(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q)
Constructs a new fds. |
|
fds(Node parent,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds. |
|
fds(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds. |
|
fds(Node parent,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds. |
|
fds(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds. |
|
fds(Node parent,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds. |
|
fds(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds. |
|
fds(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fds, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fds(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fds, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fds(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 fds, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds(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 INIT)
Constructs a new fds, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds(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 fds, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds(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 INIT)
Constructs a new fds, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds(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 fds, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds(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 INIT)
Constructs a new fds, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds(Node parent,
ArgBlockList abl)
Constructs a new fds, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fds, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
wand(Node parent)
Used only by child classes to pass up the parent cell. |
|
wand(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
wand(Node parent,
Wire i,
Wire o)
Constructs a new wand. |
|
wand(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new wand. |
|
wand(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new wand, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
wand(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new wand, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
wand(Node parent,
ArgBlockList abl)
Constructs a new wand, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
wand(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new wand, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufg_ann(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufg_ann(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufg_ann(Node parent,
Wire i,
Wire o)
Constructs a new bufg_ann. |
|
bufg_ann(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufg_ann. |
|
bufg_ann(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufg_ann, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufg_ann(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufg_ann, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufg_ann(Node parent,
ArgBlockList abl)
Constructs a new bufg_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufg_ann(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufg_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram16x1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram16x1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x1. |
|
ram16x1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram16x1. |
|
ram16x1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram16x1. |
|
ram16x1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram16x1. |
|
ram16x1(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 ram16x1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram16x1(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 INIT)
Constructs a new ram16x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram16x1(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 ram16x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1(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 INIT)
Constructs a new ram16x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram16x1(Node parent,
ArgBlockList abl)
Constructs a new ram16x1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram16x1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram16x1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ram32x1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ram32x1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x1. |
|
ram32x1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o)
Constructs a new ram32x1. |
|
ram32x1(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram32x1. |
|
ram32x1(Node parent,
java.lang.String instanceName,
Wire d,
Wire we,
Wire a,
Wire o,
java.lang.String INIT)
Constructs a new ram32x1. |
|
ram32x1(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 ram32x1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ram32x1(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 INIT)
Constructs a new ram32x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ram32x1(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 ram32x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x1(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 INIT)
Constructs a new ram32x1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ram32x1(Node parent,
ArgBlockList abl)
Constructs a new ram32x1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ram32x1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ram32x1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
tb_andX(Node parent)
|
|
fmap_g(Node parent,
Wire[] in,
Wire out,
int generic_width,
int[] widths,
java.lang.String hints)
This method dynamically creates a level of hierarchy in which to place fmaps and hmaps as needed. |
|
fmap_g(Node parent,
Wire[] in,
Wire out,
int generic_width,
int[] widths,
java.lang.String hints,
java.lang.String name)
|
|
gnd(Node parent,
Wire gnd)
Constructs a new GND cell. |
|
gnd(Node parent,
java.lang.String name,
Wire gnd)
Constructs a new named GND cell. |
|
gnd(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0)
|
|
cy4(Node parent,
Wire p_a0,
Wire p_a1,
Wire p_b0,
Wire p_b1,
Wire p_addsub_,
Wire p_cin,
Wire p_carry_mode,
Wire p_cout0,
Wire p_cout)
Creates a new cy4 block. |
|
cy4(Node parent,
Wire p_a0,
Wire p_a1,
Wire p_b0,
Wire p_b1,
Wire p_addsub_,
Wire p_cin,
Wire p_c0,
Wire p_c1,
Wire p_c2,
Wire p_c3,
Wire p_c4,
Wire p_c5,
Wire p_c6,
Wire p_c7,
Wire p_cout0,
Wire p_cout)
|
|
cy4(Node parent,
java.lang.String s_a0,
Wire p_a0,
java.lang.String s_a1,
Wire p_a1,
java.lang.String s_b0,
Wire p_b0,
java.lang.String s_b1,
Wire p_b1,
java.lang.String s_add,
Wire p_addsub_,
java.lang.String s_cin,
Wire p_cin,
java.lang.String s_c0,
Wire p_c0,
java.lang.String s_c1,
Wire p_c1,
java.lang.String s_c2,
Wire p_c2,
java.lang.String s_c3,
Wire p_c3,
java.lang.String s_c4,
Wire p_c4,
java.lang.String s_c5,
Wire p_c5,
java.lang.String s_c6,
Wire p_c6,
java.lang.String s_c7,
Wire p_c7,
java.lang.String s_cout0,
Wire p_cout0,
java.lang.String s_cout,
Wire p_cout)
|
|
cy4(Node parent,
java.lang.String name,
java.lang.String s_a0,
Wire p_a0,
java.lang.String s_a1,
Wire p_a1,
java.lang.String s_b0,
Wire p_b0,
java.lang.String s_b1,
Wire p_b1,
java.lang.String s_add,
Wire p_addsub_,
java.lang.String s_cin,
Wire p_cin,
java.lang.String s_c0,
Wire p_c0,
java.lang.String s_c1,
Wire p_c1,
java.lang.String s_c2,
Wire p_c2,
java.lang.String s_c3,
Wire p_c3,
java.lang.String s_c4,
Wire p_c4,
java.lang.String s_c5,
Wire p_c5,
java.lang.String s_c6,
Wire p_c6,
java.lang.String s_c7,
Wire p_c7,
java.lang.String s_cout0,
Wire p_cout0,
java.lang.String s_cout,
Wire p_cout)
|
|
cy4(Node parent,
Wire p_a0,
Wire p_a1,
Wire p_b0,
Wire p_b1,
Wire p_addsub_,
Wire p_cin,
Wire p_cout0,
Wire p_cout,
java.lang.String mode)
|
|
cy4(Node parent,
java.lang.String s_a0,
Wire p_a0,
java.lang.String s_a1,
Wire p_a1,
java.lang.String s_b0,
Wire p_b0,
java.lang.String s_b1,
Wire p_b1,
java.lang.String s_addsub,
Wire p_addsub_,
java.lang.String s_cin,
Wire p_cin,
java.lang.String s_cout0,
Wire p_cout0,
java.lang.String s_cout,
Wire p_cout,
java.lang.String mode)
|
|
cy4(Node parent,
java.lang.String name,
java.lang.String s_a0,
Wire p_a0,
java.lang.String s_a1,
Wire p_a1,
java.lang.String s_b0,
Wire p_b0,
java.lang.String s_b1,
Wire p_b1,
java.lang.String s_addsub,
Wire p_addsub_,
java.lang.String s_cin,
Wire p_cin,
java.lang.String s_cout0,
Wire p_cout0,
java.lang.String s_cout,
Wire p_cout,
java.lang.String mode)
|
|
bufg(Node parent,
Wire i,
Wire o)
Constructs a new bufg. |
|
bufg(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufg, with the initial String parameter as the instance name. |
|
bufg(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufg, connecting each Wire to the port whose name is given by the accompanying String parameter. |
|
bufg(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufg, connecting each Wire to the port whose name is given by the accompanying String parameter, with the initial String parameter as the instance name. |
|
bufg(Node parent,
ArgBlockList abl)
Constructs a new bufg, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufg(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufg, connecting its ports as given by the String-Wire pairs in the ArgBlockList , with the initial String parameter as the instance name. |
|
bufgp(Node parent,
Wire i,
Wire o)
Constructs a new bufgp. |
|
bufgp(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufgp, with the initial String parameter as the instance name. |
|
bufgp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgp, connecting each Wire to the port whose name is given by the accompanying String parameter. |
|
bufgp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgp, connecting each Wire to the port whose name is given by the accompanying String parameter, with the initial String parameter as the instance name. |
|
bufgp(Node parent,
ArgBlockList abl)
Constructs a new bufgp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufgp, connecting its ports as given by the String-Wire pairs in the ArgBlockList , with the initial String parameter as the instance name. |
|
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. |
|
cy4_mode(Node parent,
Wire cin,
java.lang.String MODE)
Creates a new cy4_mode block of the mode specified by the String parameter. |
|
cy4_mode(Node parent,
Wire c0,
Wire c1,
Wire c2,
Wire c3,
Wire c4,
Wire c5,
Wire c6,
Wire c7,
java.lang.String MODE)
|
|
cy4_mode(Node parent,
java.lang.String s_c0,
Wire c0,
java.lang.String s_c1,
Wire c1,
java.lang.String s_c2,
Wire c2,
java.lang.String s_c3,
Wire c3,
java.lang.String s_c4,
Wire c4,
java.lang.String s_c5,
Wire c5,
java.lang.String s_c6,
Wire c6,
java.lang.String s_c7,
Wire c7,
java.lang.String MODE)
|
|
cy4_mode(Node parent,
java.lang.String name,
java.lang.String s_c0,
Wire c0,
java.lang.String s_c1,
Wire c1,
java.lang.String s_c2,
Wire c2,
java.lang.String s_c3,
Wire c3,
java.lang.String s_c4,
Wire c4,
java.lang.String s_c5,
Wire c5,
java.lang.String s_c6,
Wire c6,
java.lang.String s_c7,
Wire c7,
java.lang.String MODE)
|
|
vcc(Node parent,
Wire vcc)
Constructs a new VCC cell. |
|
vcc(Node parent,
java.lang.String name,
Wire vcc)
Constructs a new named VCC cell. |
|
vcc(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0)
|
Uses of Node in byucc.jhdl.Xilinx.XC4000.carryLogic |
Constructors in byucc.jhdl.Xilinx.XC4000.carryLogic with parameters of type Node | |
cy4_DEC_G_F1(Node parent,
Wire a1,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_INC_G_CI(Node parent,
Wire a1,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_SUB_F_CI(Node parent,
Wire a0,
Wire b0,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_SUB_FG_CI(Node parent,
Wire a0,
Wire a1,
Wire b0,
Wire b1,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_DEC_G_CI(Node parent,
Wire a1,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_SUB_G_F3_(Node parent,
Wire a1,
Wire b1,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_INCDEC_G_F1(Node parent,
Wire a1,
Wire incdec_,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_ADD_FG_CI(Node parent,
Wire a0,
Wire a1,
Wire b0,
Wire b1,
Wire cin,
Wire cout0,
Wire cout)
Block to perform the carry logic for a two bit add. |
|
cy4_SUB_G_F1(Node parent,
Wire a1,
Wire b1,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_ADD_G_F3_(Node parent,
Wire a1,
Wire b1,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_INC_G_1(Node parent,
Wire a1,
Wire cout0,
Wire cout)
|
|
cy4_INCDEC_G_CI(Node parent,
Wire a1,
Wire incdec_,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_DEC_FG_CI(Node parent,
Wire a0,
Wire a1,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_FORCE_0(Node parent,
Wire cout0,
Wire cout)
|
|
cy4_SUB_G_CI(Node parent,
Wire a1,
Wire b1,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_DEC_G_F3_(Node parent,
Wire a1,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_ADD_F_CI(Node parent,
Wire a0,
Wire b0,
Wire cin,
Wire cout0,
Wire cout)
Block to perform the carry logic for a one bit add in the F LUT. |
|
cy4_ADDSUB_G_F3_(Node parent,
Wire a1,
Wire b1,
Wire addsub_,
Wire cout0,
Wire cout)
|
|
cy4_INC_FG_1(Node parent,
Wire a0,
Wire a1,
Wire cout0,
Wire cout)
|
|
cy4_ADD_G_CI(Node parent,
Wire a1,
Wire b1,
Wire cin,
Wire cout0,
Wire cout)
Block to perform the carry logic for a one bit add in the G LUT. |
|
cy4_INCDEC_G_0(Node parent,
Wire a1,
Wire incdec_,
Wire cout0,
Wire cout)
|
|
cy4_ADDSUB_F_CI(Node parent,
Wire a0,
Wire b0,
Wire addsub_,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_ADDSUB_FG_CI(Node parent,
Wire a0,
Wire a1,
Wire b0,
Wire b1,
Wire addsub_,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_DEC_G_0(Node parent,
Wire a1,
Wire cout0,
Wire cout)
|
|
cy4_FORCE_F3_(Node parent,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_INC_FG_CI(Node parent,
Wire a0,
Wire a1,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_ADD_G_F1(Node parent,
Wire a1,
Wire b1,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_INCDEC_FG_CI(Node parent,
Wire a0,
Wire a1,
Wire incdec_,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_INCDEC_FG_1(Node parent,
Wire a0,
Wire a1,
Wire incdec_,
Wire cout0,
Wire cout)
|
|
cy4_INC_G_F3_(Node parent,
Wire a1,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_ADDSUB_G_F1(Node parent,
Wire a1,
Wire b1,
Wire addsub_,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_EXAMINE_CI(Node parent,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_INC_F_CI(Node parent,
Wire a0,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_FORCE_1(Node parent,
Wire cout0,
Wire cout)
|
|
cy4_DEC_F_CI(Node parent,
Wire a0,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_DEC_FG_0(Node parent,
Wire a0,
Wire a1,
Wire cout0,
Wire cout)
|
|
cy4_ADDSUB_G_CI(Node parent,
Wire a1,
Wire b1,
Wire addsub_,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_FORCE_F1(Node parent,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_SUB_G_1(Node parent,
Wire a1,
Wire b1,
Wire cout0,
Wire cout)
|
|
cy4_INC_G_F1(Node parent,
Wire a1,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_FORCE_CI(Node parent,
Wire cin,
Wire cout0,
Wire cout)
|
|
cy4_INCDEC_F_CI(Node parent,
Wire a0,
Wire incdec_,
Wire cin,
Wire cout0,
Wire cout)
|
Uses of Node in byucc.jhdl.Xilinx.XC4000.Modules |
Constructors in byucc.jhdl.Xilinx.XC4000.Modules with parameters of type Node | |
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)
|
|
delay(Node parent,
int num_of_cyc,
Wire in,
Wire clk_en,
Wire out)
|
|
delay(Node parent,
int num_of_cyc,
Wire clk,
Wire in,
Wire clk_en,
Wire out)
|
|
delay(Node parent,
int num_of_cyc,
Wire in,
Wire clk_en,
Wire out,
java.lang.String name)
|
|
delay(Node parent,
int num_of_cyc,
Wire clk,
Wire in,
Wire clk_en,
Wire out,
java.lang.String name)
|
|
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)
|
|
downcnt(Node parent,
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 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,
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)
|
|
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. |
|
ramrom(Node parent,
Wire a,
Wire o,
int[] contents)
|
|
ramrom(Node parent,
Wire a,
Wire o,
int[] contents,
java.lang.String name)
|
|
ramrom(Node parent,
Wire a,
Wire o,
long[] contents)
|
|
ramrom(Node parent,
Wire a,
Wire o,
long[] contents,
java.lang.String name)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
boolean synch)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
boolean synch,
java.lang.String name)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
boolean synch,
int[] contents)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
boolean synch,
int[] contents,
java.lang.String name)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
boolean synch,
long[] contents)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire o,
boolean synch,
long[] contents,
java.lang.String name)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
java.lang.String name)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
int[] contents)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
int[] contents,
java.lang.String name)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
long[] contents)
|
|
ramrom(Node parent,
Wire d,
Wire we,
Wire a,
Wire dpra,
Wire spo,
Wire dpo,
long[] contents,
java.lang.String name)
|
Uses of Node in byucc.jhdl.Xilinx.XC4000.Modules.MultArrayPack |
Subclasses of Node in byucc.jhdl.Xilinx.XC4000.Modules.MultArrayPack | |
class |
MultAddXC4000
|
class |
MultSubXC4000
|
Constructors in byucc.jhdl.Xilinx.XC4000.Modules.MultArrayPack with parameters of type Node | |
MultSubXC4000(Node parent,
Wire x,
Wire y,
Wire partial_product_in,
Wire partial_product_out)
|
|
MultAdd(Node parent,
Wire x,
Wire y,
Wire partial_product_in,
Wire partial_product_out,
boolean signed)
|
|
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)
|
|
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)
|
Uses of Node in byucc.jhdl.Xilinx.XC4000.techmap |
Methods in byucc.jhdl.Xilinx.XC4000.techmap that return Node | |
static Node |
TechMapHelper.getParentInCurrentLevel(Cell c,
Cell p)
|
Methods in byucc.jhdl.Xilinx.XC4000.techmap with parameters of type Node | |
Cell |
Mapper.CreateNewfmap_g(Node parent,
Wire[] in,
Wire out,
int generic_width,
int[] widths,
java.lang.String hints)
|
Uses of Node in byucc.jhdl.Xilinx.XC4000.techmap.helpers |
Constructors in byucc.jhdl.Xilinx.XC4000.techmap.helpers with parameters of type Node | |
Subtractor(Node parent,
Wire a,
Wire b,
Wire s)
|
|
Subtractor(Node parent,
java.lang.String name,
Wire a,
Wire b,
Wire s)
|
|
Subtractor(Node parent,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
|
|
Subtractor(Node parent,
java.lang.String name,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
|
|
Subtractor(Node parent,
java.lang.String name,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co,
boolean UseCarryInOut)
|
|
adder(Node parent,
Wire a,
Wire b,
Wire s)
|
|
adder(Node parent,
java.lang.String name,
Wire a,
Wire b,
Wire s)
|
|
adder(Node parent,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
|
|
adder(Node parent,
java.lang.String name,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
|
|
adder(Node parent,
java.lang.String name,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co,
boolean UseCarryInOut)
|
|
adderSubtractor(Node parent,
Wire a,
Wire b,
Wire ci,
Wire add,
Wire s)
|
|
adderSubtractor(Node parent,
java.lang.String name,
Wire a,
Wire b,
Wire ci,
Wire add,
Wire s)
|
|
adderSubtractor(Node parent,
Wire a,
Wire b,
Wire ci,
Wire add,
Wire s,
Wire co)
|
|
adderSubtractor(Node parent,
java.lang.String name,
Wire a,
Wire b,
Wire ci,
Wire add,
Wire s,
Wire co)
|
|
adderSubtractor(Node parent,
java.lang.String name,
Wire a,
Wire b,
Wire ci,
Wire add,
Wire s,
Wire co,
boolean UseCarryOut)
|
Uses of Node in byucc.jhdl.Xilinx.XC9000 |
Subclasses of Node in byucc.jhdl.Xilinx.XC9000 | |
class |
add1
See the Xilinx Libraries Guide for details. |
class |
adsu1
See the Xilinx Libraries Guide for details. |
class |
and5_g
This class implements and asynchronous 5-input and gate. |
class |
and6_g
This class implements and asynchronous 6-input and gate. |
class |
and7_g
This class implements and asynchronous 7-input and gate. |
class |
and8_g
This class implements and asynchronous 8-input and gate. |
class |
and9_g
This class implements and asynchronous 9-input and gate. |
class |
bufgsr
See the Xilinx Libraries guide for details. |
class |
fdcp_g
Implements an asynchronously settable/clearable register in the XC4000 library. |
class |
ftcp
Asynchronously presettable/clearable toggle flip-flop. |
class |
nand5_g
This class implements and asynchronous 5-input nand gate. |
class |
nand6_g
This class implements and asynchronous 6-input nand gate. |
class |
nand7_g
This class implements and asynchronous 7-input nand gate. |
class |
nand8_g
This class implements and asynchronous 8-input nand gate. |
class |
nand9_g
This class implements and asynchronous 9-input nand gate. |
class |
nor5_g
This class implements and asynchronous 5-input nor gate. |
class |
nor6_g
This class implements and asynchronous 6-input nor gate. |
class |
nor7_g
This class implements and asynchronous 7-input nor gate. |
class |
nor8_g
This class implements and asynchronous 8-input nor gate. |
class |
nor9_g
This class implements and asynchronous 9-input nor gate. |
class |
or5_g
This class implements and asynchronous 5-input or gate. |
class |
or6_g
This class implements and asynchronous 6-input or gate. |
class |
or7_g
This class implements and asynchronous 7-input or gate. |
class |
or8_g
This class implements and asynchronous 8-input or gate. |
class |
or9_g
This class implements and asynchronous 9-input or gate. |
class |
TESTXC9000Library
This class is the self-test controller for the XC9000 library. |
class |
xnor5_g
This class implements and asynchronous 5-input xnor gate. |
class |
xnor6_g
This class implements and asynchronous 6-input xnor gate. |
class |
xnor7_g
This class implements and asynchronous 7-input xnor gate. |
class |
xnor8_g
This class implements and asynchronous 8-input xnor gate. |
class |
xnor9_g
This class implements and asynchronous 9-input xnor gate. |
class |
xor5_g
This class implements and asynchronous 5-input xor gate. |
class |
xor6_g
This class implements and asynchronous 6-input xor gate. |
class |
xor7_g
This class implements and asynchronous 7-input xor gate. |
class |
xor8_g
This class implements and asynchronous 8-input xor gate. |
class |
xor9_g
This class implements and asynchronous 9-input xor gate. |
Constructors in byucc.jhdl.Xilinx.XC9000 with parameters of type Node | |
fdce(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdce(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdce(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce. |
|
fdce(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce. |
|
fdce(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce. |
|
fdce(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce. |
|
fdce(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce. |
|
fdce(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce. |
|
fdce(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce. |
|
fdce(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce. |
|
fdce(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 fdce, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdce(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 INIT)
Constructs a new fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdce(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 fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce(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 INIT)
Constructs a new fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce(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 fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce(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 INIT)
Constructs a new fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce(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 fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce(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 INIT)
Constructs a new fdce, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce(Node parent,
ArgBlockList abl)
Constructs a new fdce, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdce(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdce, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofd(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofd(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofd(Node parent,
Wire d,
Wire q)
Constructs a new ofd. |
|
ofd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ofd. |
|
ofd(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new ofd. |
|
ofd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new ofd. |
|
ofd(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofd. |
|
ofd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofd. |
|
ofd(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofd. |
|
ofd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofd. |
|
ofd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofd(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 ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofd(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 INIT)
Constructs a new ofd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofd(Node parent,
ArgBlockList abl)
Constructs a new ofd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofd(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ildx_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ildx_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ildx_1(Node parent,
Wire ge,
Wire d,
Wire q)
Constructs a new ildx_1. |
|
ildx_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire d,
Wire q)
Constructs a new ildx_1. |
|
ildx_1(Node parent,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ildx_1. |
|
ildx_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ildx_1. |
|
ildx_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ildx_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ildx_1(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 ildx_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ildx_1(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 ildx_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ildx_1(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 ildx_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ildx_1(Node parent,
ArgBlockList abl)
Constructs a new ildx_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ildx_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ildx_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ipad(Node parent)
Deprecated. Used only by child classes to pass up the parent cell. |
|
ipad(Node parent,
java.lang.String name)
Deprecated. Used only by child classes to pass up the parent cell and instance name. |
|
ipad(Node parent,
Wire ipad)
Deprecated. Constructs a new ipad. |
|
ipad(Node parent,
java.lang.String instanceName,
Wire ipad)
Deprecated. Constructs a new ipad. |
|
ipad(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Deprecated. Constructs a new ipad, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ipad(Node parent,
ArgBlockList abl)
Deprecated. Constructs a new ipad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ipad(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Deprecated. Constructs a new ipad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdce_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdce_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdce_g(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_g. |
|
fdce_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_g. |
|
fdce_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 fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdce_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,
java.lang.String INIT)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdce_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 fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce_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,
java.lang.String INIT)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce_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,
java.lang.String s4,
Wire w4)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_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,
java.lang.String s4,
Wire w4)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdce_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_g(Node parent,
ArgBlockList abl)
Constructs a new fdce_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdce_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdce_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fmap(Node parent)
Used only by child classes to pass up the parent cell. |
|
fmap(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fmap(Node parent,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new fmap. |
|
fmap(Node parent,
java.lang.String instanceName,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new fmap. |
|
fmap(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 fmap, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fmap(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 fmap, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fmap(Node parent,
ArgBlockList abl)
Constructs a new fmap, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fmap(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fmap, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
d3_8e(Node parent)
Used only by child classes to pass up the parent cell. |
|
d3_8e(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
d3_8e(Node parent,
Wire a0,
Wire a1,
Wire a2,
Wire e,
Wire d0,
Wire d1,
Wire d2,
Wire d3,
Wire d4,
Wire d5,
Wire d6,
Wire d7)
Constructs a new d3_8e. |
|
d3_8e(Node parent,
java.lang.String instanceName,
Wire a0,
Wire a1,
Wire a2,
Wire e,
Wire d0,
Wire d1,
Wire d2,
Wire d3,
Wire d4,
Wire d5,
Wire d6,
Wire d7)
Constructs a new d3_8e. |
|
d3_8e(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11)
Constructs a new d3_8e, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
d3_8e(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,
java.lang.String s10,
Wire w10,
java.lang.String s11,
Wire w11)
Constructs a new d3_8e, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
d3_8e(Node parent,
ArgBlockList abl)
Constructs a new d3_8e, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
d3_8e(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new d3_8e, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdxi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdxi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdxi(Node parent,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdxi. |
|
ofdxi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdxi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdxi(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 ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdxi(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 INIT)
Constructs a new ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdxi(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 ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdxi(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 INIT)
Constructs a new ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdxi(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 ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdxi(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 INIT)
Constructs a new ofdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdxi(Node parent,
ArgBlockList abl)
Constructs a new ofdxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdxi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdse_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdse_1_g(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1_g. |
|
fdse_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1_g. |
|
fdse_1_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 fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdse_1_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,
java.lang.String INIT)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdse_1_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 fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_1_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,
java.lang.String INIT)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdse_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdse_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buf_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
buf_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
buf_g(Node parent,
Wire i,
Wire o)
Constructs a new buf_g. |
|
buf_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new buf_g. |
|
buf_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new buf_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
buf_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new buf_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
buf_g(Node parent,
ArgBlockList abl)
Constructs a new buf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buf_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new buf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdr_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdr_1_g(Node parent,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1_g. |
|
fdr_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdr_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdr_1_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 fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_1_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 INIT)
Constructs a new fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_1_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 fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1_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,
java.lang.String INIT)
Constructs a new fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1_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 fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1_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,
java.lang.String INIT)
Constructs a new fdr_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdr_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdr_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrs_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrs_1_g(Node parent,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1_g. |
|
fdrs_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1_g. |
|
fdrs_1_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 fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrs_1_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,
java.lang.String INIT)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrs_1_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 fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_1_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,
java.lang.String INIT)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrs_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdrs_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrs_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf(Node parent,
Wire i,
Wire o)
Constructs a new ibuf. |
|
ibuf(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf. |
|
ibuf(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf(Node parent,
ArgBlockList abl)
Constructs a new ibuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
opad(Node parent)
Deprecated. Used only by child classes to pass up the parent cell. |
|
opad(Node parent,
java.lang.String name)
Deprecated. Used only by child classes to pass up the parent cell and instance name. |
|
opad(Node parent,
Wire opad)
Deprecated. Constructs a new opad. |
|
opad(Node parent,
java.lang.String instanceName,
Wire opad)
Deprecated. Constructs a new opad. |
|
opad(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Deprecated. Constructs a new opad, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
opad(Node parent,
ArgBlockList abl)
Deprecated. Constructs a new opad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
opad(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Deprecated. Constructs a new opad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdxi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifdxi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifdxi(Node parent,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdxi. |
|
ifdxi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifdxi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifdxi(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 ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdxi(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 INIT)
Constructs a new ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdxi(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 ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdxi(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 INIT)
Constructs a new ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdxi(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 ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdxi(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 INIT)
Constructs a new ifdxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdxi(Node parent,
ArgBlockList abl)
Constructs a new ifdxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdxi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifdxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft. |
|
obuft(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft. |
|
obuft(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft(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 obuft, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft(Node parent,
ArgBlockList abl)
Constructs a new obuft, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdp_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdp_1_g(Node parent,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1_g. |
|
fdp_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdp_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdp_1_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 fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_1_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 INIT)
Constructs a new fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_1_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 fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1_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,
java.lang.String INIT)
Constructs a new fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1_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 fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1_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,
java.lang.String INIT)
Constructs a new fdp_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdp_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdp_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofde(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofde(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofde(Node parent,
Wire d,
Wire e,
Wire o)
Constructs a new ofde. |
|
ofde(Node parent,
java.lang.String instanceName,
Wire d,
Wire e,
Wire o)
Constructs a new ofde. |
|
ofde(Node parent,
Wire c,
Wire d,
Wire e,
Wire o)
Constructs a new ofde. |
|
ofde(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire e,
Wire o)
Constructs a new ofde. |
|
ofde(Node parent,
Wire d,
Wire e,
Wire o,
java.lang.String INIT)
Constructs a new ofde. |
|
ofde(Node parent,
java.lang.String instanceName,
Wire d,
Wire e,
Wire o,
java.lang.String INIT)
Constructs a new ofde. |
|
ofde(Node parent,
Wire c,
Wire d,
Wire e,
Wire o,
java.lang.String INIT)
Constructs a new ofde. |
|
ofde(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire e,
Wire o,
java.lang.String INIT)
Constructs a new ofde. |
|
ofde(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofde, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofde(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofde(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 ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofde(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 INIT)
Constructs a new ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofde(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 ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofde(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 INIT)
Constructs a new ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofde(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 ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofde(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 INIT)
Constructs a new ofde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofde(Node parent,
ArgBlockList abl)
Constructs a new ofde, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofde(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofde, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fde(Node parent)
Used only by child classes to pass up the parent cell. |
|
fde(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fde(Node parent,
Wire d,
Wire ce,
Wire q)
Constructs a new fde. |
|
fde(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q)
Constructs a new fde. |
|
fde(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new fde. |
|
fde(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new fde. |
|
fde(Node parent,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new fde. |
|
fde(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new fde. |
|
fde(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new fde. |
|
fde(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new fde. |
|
fde(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fde, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fde(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fde, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fde(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 fde, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fde(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 INIT)
Constructs a new fde, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fde(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 fde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde(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 INIT)
Constructs a new fde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde(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 fde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde(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 INIT)
Constructs a new fde, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde(Node parent,
ArgBlockList abl)
Constructs a new fde, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fde(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fde, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrse_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrse_1_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1_g. |
|
fdrse_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1_g. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrse_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String INIT)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String INIT)
Constructs a new fdrse_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdrse_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrse_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrs_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrs_1(Node parent,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1. |
|
fdrs_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_1. |
|
fdrs_1(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 fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrs_1(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 INIT)
Constructs a new fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrs_1(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 fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_1(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 INIT)
Constructs a new fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_1(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 fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1(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 INIT)
Constructs a new fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1(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 fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1(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 INIT)
Constructs a new fdrs_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_1(Node parent,
ArgBlockList abl)
Constructs a new fdrs_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrs_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pullup_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
pullup_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
pullup_g(Node parent,
Wire o)
Constructs a new pullup_g. |
|
pullup_g(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new pullup_g. |
|
pullup_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new pullup_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
pullup_g(Node parent,
ArgBlockList abl)
Constructs a new pullup_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pullup_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new pullup_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pulldown_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
pulldown_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
pulldown_g(Node parent,
Wire o)
Constructs a new pulldown_g. |
|
pulldown_g(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new pulldown_g. |
|
pulldown_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new pulldown_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
pulldown_g(Node parent,
ArgBlockList abl)
Constructs a new pulldown_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pulldown_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new pulldown_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrse_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrse_1(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1. |
|
fdrse_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_1. |
|
fdrse_1(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 fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrse_1(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 INIT)
Constructs a new fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrse_1(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 fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_1(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 INIT)
Constructs a new fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_1(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 fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1(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 INIT)
Constructs a new fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1(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 fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1(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 INIT)
Constructs a new fdrse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_1(Node parent,
ArgBlockList abl)
Constructs a new fdrse_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrse_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_g(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_g. |
|
ibuf_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_g. |
|
ibuf_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_g(Node parent,
ArgBlockList abl)
Constructs a new ibuf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufe(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufe(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufe(Node parent,
Wire i,
Wire e,
Wire o)
Constructs a new bufe. |
|
bufe(Node parent,
java.lang.String instanceName,
Wire i,
Wire e,
Wire o)
Constructs a new bufe. |
|
bufe(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new bufe, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufe(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 bufe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufe(Node parent,
ArgBlockList abl)
Constructs a new bufe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufe(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdc_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdc_1(Node parent,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1. |
|
fdc_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdc_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdc_1(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 fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_1(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 INIT)
Constructs a new fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_1(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 fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1(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 INIT)
Constructs a new fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1(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 fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1(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 INIT)
Constructs a new fdc_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1(Node parent,
ArgBlockList abl)
Constructs a new fdc_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdc_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf(Node parent,
Wire i,
Wire o)
Constructs a new obuf. |
|
obuf(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf. |
|
obuf(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf(Node parent,
ArgBlockList abl)
Constructs a new obuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdc_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdc_1_g(Node parent,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_1_g. |
|
fdc_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdc_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdc_1_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 fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_1_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 INIT)
Constructs a new fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_1_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 fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1_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,
java.lang.String INIT)
Constructs a new fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1_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 fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1_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,
java.lang.String INIT)
Constructs a new fdc_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdc_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdc_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdse_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdse_1(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1. |
|
fdse_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_1. |
|
fdse_1(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 fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdse_1(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 INIT)
Constructs a new fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdse_1(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 fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_1(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 INIT)
Constructs a new fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_1(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 fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1(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 INIT)
Constructs a new fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1(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 fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1(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 INIT)
Constructs a new fdse_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_1(Node parent,
ArgBlockList abl)
Constructs a new fdse_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdse_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iopad(Node parent)
Deprecated. Used only by child classes to pass up the parent cell. |
|
iopad(Node parent,
java.lang.String name)
Deprecated. Used only by child classes to pass up the parent cell and instance name. |
|
iopad(Node parent,
Wire io)
Deprecated. Constructs a new iopad. |
|
iopad(Node parent,
java.lang.String instanceName,
Wire io)
Deprecated. Constructs a new iopad. |
|
iopad(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Deprecated. Constructs a new iopad, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
iopad(Node parent,
ArgBlockList abl)
Deprecated. Constructs a new iopad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
iopad(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Deprecated. Constructs a new iopad, 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 i,
Wire o)
Constructs a new buf. |
|
buf(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
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 . |
|
fdse(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdse(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdse(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse. |
|
fdse(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse. |
|
fdse(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse. |
|
fdse(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse. |
|
fdse(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse. |
|
fdse(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse. |
|
fdse(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse. |
|
fdse(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse. |
|
fdse(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 fdse, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdse(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 INIT)
Constructs a new fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdse(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 fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse(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 INIT)
Constructs a new fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse(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 fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse(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 INIT)
Constructs a new fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse(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 fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse(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 INIT)
Constructs a new fdse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse(Node parent,
ArgBlockList abl)
Constructs a new fdse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
upad(Node parent)
Used only by child classes to pass up the parent cell. |
|
upad(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
upad(Node parent,
Wire io)
Constructs a new upad. |
|
upad(Node parent,
java.lang.String instanceName,
Wire io)
Constructs a new upad. |
|
upad(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new upad, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
upad(Node parent,
ArgBlockList abl)
Constructs a new upad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
upad(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new upad, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdt(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdt(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdt(Node parent,
Wire d,
Wire t,
Wire o)
Constructs a new ofdt. |
|
ofdt(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire o)
Constructs a new ofdt. |
|
ofdt(Node parent,
Wire c,
Wire d,
Wire t,
Wire o)
Constructs a new ofdt. |
|
ofdt(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire o)
Constructs a new ofdt. |
|
ofdt(Node parent,
Wire d,
Wire t,
Wire o,
java.lang.String INIT)
Constructs a new ofdt. |
|
ofdt(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire o,
java.lang.String INIT)
Constructs a new ofdt. |
|
ofdt(Node parent,
Wire c,
Wire d,
Wire t,
Wire o,
java.lang.String INIT)
Constructs a new ofdt. |
|
ofdt(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire o,
java.lang.String INIT)
Constructs a new ofdt. |
|
ofdt(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdt(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdt(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 ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdt(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 INIT)
Constructs a new ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdt(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 ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdt(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 INIT)
Constructs a new ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdt(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 ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdt(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 INIT)
Constructs a new ofdt, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdt(Node parent,
ArgBlockList abl)
Constructs a new ofdt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdt(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
m2_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
m2_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
m2_1(Node parent,
Wire d0,
Wire d1,
Wire s0,
Wire o)
Constructs a new m2_1. |
|
m2_1(Node parent,
java.lang.String instanceName,
Wire d0,
Wire d1,
Wire s0,
Wire o)
Constructs a new m2_1. |
|
m2_1(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 m2_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
m2_1(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 m2_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
m2_1(Node parent,
ArgBlockList abl)
Constructs a new m2_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
m2_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new m2_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifd_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifd_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifd_1(Node parent,
Wire d,
Wire q)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd_1. |
|
ifd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifd_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifd_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd_1(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 ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd_1(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 INIT)
Constructs a new ifd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd_1(Node parent,
ArgBlockList abl)
Constructs a new ifd_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifd_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifd_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pulldown(Node parent)
Used only by child classes to pass up the parent cell. |
|
pulldown(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
pulldown(Node parent,
Wire o)
Constructs a new pulldown. |
|
pulldown(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new pulldown. |
|
pulldown(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new pulldown, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
pulldown(Node parent,
ArgBlockList abl)
Constructs a new pulldown, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pulldown(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new pulldown, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdpe(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdpe(Node parent,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe. |
|
fdpe(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe. |
|
fdpe(Node parent,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe. |
|
fdpe(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe. |
|
fdpe(Node parent,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe. |
|
fdpe(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe. |
|
fdpe(Node parent,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe. |
|
fdpe(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe. |
|
fdpe(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 fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdpe(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 INIT)
Constructs a new fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdpe(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 fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe(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 INIT)
Constructs a new fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe(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 fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe(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 INIT)
Constructs a new fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe(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 fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe(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 INIT)
Constructs a new fdpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe(Node parent,
ArgBlockList abl)
Constructs a new fdpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fds_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fds_1(Node parent,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1. |
|
fds_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1. |
|
fds_1(Node parent,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1. |
|
fds_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1. |
|
fds_1(Node parent,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1. |
|
fds_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1. |
|
fds_1(Node parent,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1. |
|
fds_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1. |
|
fds_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fds_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fds_1(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 fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_1(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 INIT)
Constructs a new fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_1(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 fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1(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 INIT)
Constructs a new fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1(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 fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1(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 INIT)
Constructs a new fds_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1(Node parent,
ArgBlockList abl)
Constructs a new fds_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fds_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
inv(Node parent)
Used only by child classes to pass up the parent cell. |
|
inv(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
inv(Node parent,
Wire i,
Wire o)
Constructs a new inv. |
|
inv(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new inv. |
|
inv(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new inv, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
inv(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new inv, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
inv(Node parent,
ArgBlockList abl)
Constructs a new inv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
inv(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new inv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buft(Node parent)
Used only by child classes to pass up the parent cell. |
|
buft(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
buft(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new buft. |
|
buft(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new buft. |
|
buft(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new buft, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
buft(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 buft, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
buft(Node parent,
ArgBlockList abl)
Constructs a new buft, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buft(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new buft, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ildxi_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ildxi_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ildxi_1(Node parent,
Wire ge,
Wire d,
Wire q)
Constructs a new ildxi_1. |
|
ildxi_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire d,
Wire q)
Constructs a new ildxi_1. |
|
ildxi_1(Node parent,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ildxi_1. |
|
ildxi_1(Node parent,
java.lang.String instanceName,
Wire ge,
Wire g,
Wire d,
Wire q)
Constructs a new ildxi_1. |
|
ildxi_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ildxi_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ildxi_1(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 ildxi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ildxi_1(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 ildxi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ildxi_1(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 ildxi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ildxi_1(Node parent,
ArgBlockList abl)
Constructs a new ildxi_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ildxi_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ildxi_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ipad_sim(Node parent)
Deprecated. Used only by child classes to pass up the parent cell. |
|
ipad_sim(Node parent,
java.lang.String name)
Deprecated. Used only by child classes to pass up the parent cell and instance name. |
|
ipad_sim(Node parent,
Wire i,
Wire ipad)
Deprecated. Constructs a new ipad_sim. |
|
ipad_sim(Node parent,
java.lang.String instanceName,
Wire i,
Wire ipad)
Deprecated. Constructs a new ipad_sim. |
|
ipad_sim(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Deprecated. Constructs a new ipad_sim, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ipad_sim(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Deprecated. Constructs a new ipad_sim, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ipad_sim(Node parent,
ArgBlockList abl)
Deprecated. Constructs a new ipad_sim, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ipad_sim(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Deprecated. Constructs a new ipad_sim, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuft_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuft_g(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_g. |
|
obuft_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new obuft_g. |
|
obuft_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new obuft_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuft_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 obuft_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuft_g(Node parent,
ArgBlockList abl)
Constructs a new obuft_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuft_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuft_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdp_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdp_1(Node parent,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp_1. |
|
fdp_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdp_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdp_1(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 fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_1(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 INIT)
Constructs a new fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_1(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 fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1(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 INIT)
Constructs a new fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1(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 fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1(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 INIT)
Constructs a new fdp_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_1(Node parent,
ArgBlockList abl)
Constructs a new fdp_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdp_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifd(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifd(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifd(Node parent,
Wire d,
Wire q)
Constructs a new ifd. |
|
ifd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ifd. |
|
ifd(Node parent,
Wire c,
Wire d,
Wire q,
Wire gsr)
Constructs a new ifd. |
|
ifd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
Wire gsr)
Constructs a new ifd. |
|
ifd(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd. |
|
ifd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifd. |
|
ifd(Node parent,
Wire c,
Wire d,
Wire q,
Wire gsr,
java.lang.String INIT)
Constructs a new ifd. |
|
ifd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
Wire gsr,
java.lang.String INIT)
Constructs a new ifd. |
|
ifd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifd(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 ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd(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 INIT)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd(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 ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd(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 INIT)
Constructs a new ifd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifd(Node parent,
ArgBlockList abl)
Constructs a new ifd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifd(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fds_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fds_1_g(Node parent,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_1_g. |
|
fds_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fds_1_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fds_1_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 fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_1_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 INIT)
Constructs a new fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_1_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 fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1_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,
java.lang.String INIT)
Constructs a new fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1_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 fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1_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,
java.lang.String INIT)
Constructs a new fds_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_1_g(Node parent,
ArgBlockList abl)
Constructs a new fds_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fds_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fd_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fd_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fd_1(Node parent,
Wire d,
Wire q)
Constructs a new fd_1. |
|
fd_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new fd_1. |
|
fd_1(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new fd_1. |
|
fd_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new fd_1. |
|
fd_1(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd_1. |
|
fd_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd_1. |
|
fd_1(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd_1. |
|
fd_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd_1. |
|
fd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fd_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fd_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd_1(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 fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd_1(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 INIT)
Constructs a new fd_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd_1(Node parent,
ArgBlockList abl)
Constructs a new fd_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fd_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fd_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrse(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrse(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse. |
|
fdrse(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse. |
|
fdrse(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse. |
|
fdrse(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse. |
|
fdrse(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse. |
|
fdrse(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse. |
|
fdrse(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse. |
|
fdrse(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse. |
|
fdrse(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 fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrse(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 INIT)
Constructs a new fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrse(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 fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse(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 INIT)
Constructs a new fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse(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 fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse(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 INIT)
Constructs a new fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse(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 fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse(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 INIT)
Constructs a new fdrse, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse(Node parent,
ArgBlockList abl)
Constructs a new fdrse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrse, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdpe_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdpe_1(Node parent,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_1. |
|
fdpe_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_1. |
|
fdpe_1(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 fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdpe_1(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 INIT)
Constructs a new fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdpe_1(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 fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe_1(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 INIT)
Constructs a new fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe_1(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 fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_1(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 INIT)
Constructs a new fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_1(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 fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_1(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 INIT)
Constructs a new fdpe_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_1(Node parent,
ArgBlockList abl)
Constructs a new fdpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdpe_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_ann(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_ann(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_ann(Node parent,
Wire i,
Wire o)
Constructs a new obuf_ann. |
|
obuf_ann(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_ann. |
|
obuf_ann(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_ann, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_ann(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_ann, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_ann(Node parent,
ArgBlockList abl)
Constructs a new obuf_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_ann(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdi_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifdi_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifdi_1(Node parent,
Wire d,
Wire q)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi_1. |
|
ifdi_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifdi_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifdi_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdi_1(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdi_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi_1(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 ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi_1(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 INIT)
Constructs a new ifdi_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi_1(Node parent,
ArgBlockList abl)
Constructs a new ifdi_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdi_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifdi_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifdi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifdi(Node parent,
Wire d,
Wire q)
Constructs a new ifdi. |
|
ifdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ifdi. |
|
ifdi(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new ifdi. |
|
ifdi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new ifdi. |
|
ifdi(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi. |
|
ifdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi. |
|
ifdi(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi. |
|
ifdi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ifdi. |
|
ifdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifdi(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdi(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi(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 ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi(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 INIT)
Constructs a new ifdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdi(Node parent,
ArgBlockList abl)
Constructs a new ifdi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifdi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdce_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdce_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdce_1(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_1. |
|
fdce_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdce_1. |
|
fdce_1(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 fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdce_1(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 INIT)
Constructs a new fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdce_1(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 fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce_1(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 INIT)
Constructs a new fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdce_1(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 fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_1(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 INIT)
Constructs a new fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_1(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 fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_1(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 INIT)
Constructs a new fdce_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdce_1(Node parent,
ArgBlockList abl)
Constructs a new fdce_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdce_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdce_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
m2_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
m2_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
m2_1_g(Node parent,
Wire d0,
Wire d1,
Wire s0,
Wire o)
Constructs a new m2_1_g. |
|
m2_1_g(Node parent,
java.lang.String instanceName,
Wire d0,
Wire d1,
Wire s0,
Wire o)
Constructs a new m2_1_g. |
|
m2_1_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 m2_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
m2_1_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 m2_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
m2_1_g(Node parent,
ArgBlockList abl)
Constructs a new m2_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
m2_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new m2_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdtxi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdtxi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdtxi(Node parent,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtxi. |
|
ofdtxi(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtxi. |
|
ofdtxi(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 ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdtxi(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 INIT)
Constructs a new ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdtxi(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 ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdtxi(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 INIT)
Constructs a new ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdtxi(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 ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtxi(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 INIT)
Constructs a new ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtxi(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 ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtxi(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 INIT)
Constructs a new ofdtxi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtxi(Node parent,
ArgBlockList abl)
Constructs a new ofdtxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdtxi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdtxi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdre_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdre_1(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1. |
|
fdre_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1. |
|
fdre_1(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 fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdre_1(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 INIT)
Constructs a new fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdre_1(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 fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_1(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 INIT)
Constructs a new fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_1(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 fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1(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 INIT)
Constructs a new fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1(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 fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1(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 INIT)
Constructs a new fdre_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1(Node parent,
ArgBlockList abl)
Constructs a new fdre_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdre_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre_1_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdre_1_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdre_1_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1_g. |
|
fdre_1_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_1_g. |
|
fdre_1_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 fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdre_1_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,
java.lang.String INIT)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdre_1_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 fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_1_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,
java.lang.String INIT)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1_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,
java.lang.String s4,
Wire w4)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdre_1_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_1_g(Node parent,
ArgBlockList abl)
Constructs a new fdre_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre_1_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdre_1_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdx(Node parent)
Used only by child classes to pass up the parent cell. |
|
ifdx(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ifdx(Node parent,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdx. |
|
ifdx(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdx. |
|
ifdx(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdx. |
|
ifdx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ifdx. |
|
ifdx(Node parent,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdx. |
|
ifdx(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdx. |
|
ifdx(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdx. |
|
ifdx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ifdx. |
|
ifdx(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ifdx(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ifdx(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 ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdx(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 INIT)
Constructs a new ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ifdx(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 ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdx(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 INIT)
Constructs a new ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdx(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 ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdx(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 INIT)
Constructs a new ifdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ifdx(Node parent,
ArgBlockList abl)
Constructs a new ifdx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ifdx(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ifdx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdr_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdr_1(Node parent,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_1. |
|
fdr_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdr_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdr_1(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 fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_1(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 INIT)
Constructs a new fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_1(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 fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1(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 INIT)
Constructs a new fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1(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 fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1(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 INIT)
Constructs a new fdr_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_1(Node parent,
ArgBlockList abl)
Constructs a new fdr_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdr_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
inv_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
inv_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
inv_g(Node parent,
Wire i,
Wire o)
Constructs a new inv_g. |
|
inv_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new inv_g. |
|
inv_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new inv_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
inv_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new inv_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
inv_g(Node parent,
ArgBlockList abl)
Constructs a new inv_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
inv_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new inv_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pullup(Node parent)
Used only by child classes to pass up the parent cell. |
|
pullup(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
pullup(Node parent,
Wire o)
Constructs a new pullup. |
|
pullup(Node parent,
java.lang.String instanceName,
Wire o)
Constructs a new pullup. |
|
pullup(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0)
Constructs a new pullup, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
pullup(Node parent,
ArgBlockList abl)
Constructs a new pullup, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
pullup(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new pullup, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdi(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdi(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdi(Node parent,
Wire d,
Wire q)
Constructs a new ofdi. |
|
ofdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ofdi. |
|
ofdi(Node parent,
Wire d,
Wire c,
Wire q)
Constructs a new ofdi. |
|
ofdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire c,
Wire q)
Constructs a new ofdi. |
|
ofdi(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofdi. |
|
ofdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new ofdi. |
|
ofdi(Node parent,
Wire d,
Wire c,
Wire q,
java.lang.String INIT)
Constructs a new ofdi. |
|
ofdi(Node parent,
java.lang.String instanceName,
Wire d,
Wire c,
Wire q,
java.lang.String INIT)
Constructs a new ofdi. |
|
ofdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdi(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdi(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdi(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdi(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 ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdi(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 INIT)
Constructs a new ofdi, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdi(Node parent,
ArgBlockList abl)
Constructs a new ofdi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdi(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdi, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_ann(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibuf_ann(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibuf_ann(Node parent,
Wire i,
Wire o)
Constructs a new ibuf_ann. |
|
ibuf_ann(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibuf_ann. |
|
ibuf_ann(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_ann, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibuf_ann(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibuf_ann, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibuf_ann(Node parent,
ArgBlockList abl)
Constructs a new ibuf_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibuf_ann(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibuf_ann, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdtx(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdtx(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdtx(Node parent,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
java.lang.String instanceName,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtx. |
|
ofdtx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire t,
Wire ce,
Wire o,
java.lang.String INIT)
Constructs a new ofdtx. |
|
ofdtx(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 ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdtx(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 INIT)
Constructs a new ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdtx(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 ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdtx(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 INIT)
Constructs a new ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdtx(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 ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtx(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 INIT)
Constructs a new ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtx(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 ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtx(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 INIT)
Constructs a new ofdtx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdtx(Node parent,
ArgBlockList abl)
Constructs a new ofdtx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdtx(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdtx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fde_1(Node parent)
Used only by child classes to pass up the parent cell. |
|
fde_1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fde_1(Node parent,
Wire ce,
Wire d,
Wire q)
Constructs a new fde_1. |
|
fde_1(Node parent,
java.lang.String instanceName,
Wire ce,
Wire d,
Wire q)
Constructs a new fde_1. |
|
fde_1(Node parent,
Wire c,
Wire ce,
Wire d,
Wire q)
Constructs a new fde_1. |
|
fde_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire ce,
Wire d,
Wire q)
Constructs a new fde_1. |
|
fde_1(Node parent,
Wire ce,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fde_1. |
|
fde_1(Node parent,
java.lang.String instanceName,
Wire ce,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fde_1. |
|
fde_1(Node parent,
Wire c,
Wire ce,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fde_1. |
|
fde_1(Node parent,
java.lang.String instanceName,
Wire c,
Wire ce,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fde_1. |
|
fde_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fde_1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fde_1(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 fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fde_1(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 INIT)
Constructs a new fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fde_1(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 fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde_1(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 INIT)
Constructs a new fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde_1(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 fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde_1(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 INIT)
Constructs a new fde_1, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fde_1(Node parent,
ArgBlockList abl)
Constructs a new fde_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fde_1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fde_1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buft_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
buft_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
buft_g(Node parent,
Wire i,
Wire t,
Wire o)
Constructs a new buft_g. |
|
buft_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire t,
Wire o)
Constructs a new buft_g. |
|
buft_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new buft_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
buft_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 buft_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
buft_g(Node parent,
ArgBlockList abl)
Constructs a new buft_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
buft_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new buft_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
opad_sim(Node parent)
Deprecated. Used only by child classes to pass up the parent cell. |
|
opad_sim(Node parent,
java.lang.String name)
Deprecated. Used only by child classes to pass up the parent cell and instance name. |
|
opad_sim(Node parent,
Wire opad,
Wire o)
Deprecated. Constructs a new opad_sim. |
|
opad_sim(Node parent,
java.lang.String instanceName,
Wire opad,
Wire o)
Deprecated. Constructs a new opad_sim. |
|
opad_sim(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Deprecated. Constructs a new opad_sim, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
opad_sim(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Deprecated. Constructs a new opad_sim, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
opad_sim(Node parent,
ArgBlockList abl)
Deprecated. Constructs a new opad_sim, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
opad_sim(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Deprecated. Constructs a new opad_sim, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrs(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrs(Node parent,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs. |
|
fdrs(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs. |
|
fdrs(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs. |
|
fdrs(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs. |
|
fdrs(Node parent,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs. |
|
fdrs(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs. |
|
fdrs(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs. |
|
fdrs(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs. |
|
fdrs(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 fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrs(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 INIT)
Constructs a new fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrs(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 fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs(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 INIT)
Constructs a new fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs(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 fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs(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 INIT)
Constructs a new fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs(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 fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs(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 INIT)
Constructs a new fdrs, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs(Node parent,
ArgBlockList abl)
Constructs a new fdrs, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrs, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdre(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdre(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre. |
|
fdre(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre. |
|
fdre(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre. |
|
fdre(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre. |
|
fdre(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre. |
|
fdre(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre. |
|
fdre(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre. |
|
fdre(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre. |
|
fdre(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 fdre, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdre(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 INIT)
Constructs a new fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdre(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 fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre(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 INIT)
Constructs a new fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre(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 fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre(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 INIT)
Constructs a new fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre(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 fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre(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 INIT)
Constructs a new fdre, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre(Node parent,
ArgBlockList abl)
Constructs a new fdre, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdre, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrs_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrs_g(Node parent,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_g. |
|
fdrs_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrs_g. |
|
fdrs_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 fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrs_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,
java.lang.String INIT)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrs_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 fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_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,
java.lang.String INIT)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrs_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrs_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrs_g(Node parent,
ArgBlockList abl)
Constructs a new fdrs_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrs_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrs_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
obuf_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
obuf_g(Node parent,
Wire i,
Wire o)
Constructs a new obuf_g. |
|
obuf_g(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new obuf_g. |
|
obuf_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
obuf_g(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new obuf_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
obuf_g(Node parent,
ArgBlockList abl)
Constructs a new obuf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
obuf_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new obuf_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdx(Node parent)
Used only by child classes to pass up the parent cell. |
|
ofdx(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ofdx(Node parent,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdx. |
|
ofdx(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdx. |
|
ofdx(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdx. |
|
ofdx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q)
Constructs a new ofdx. |
|
ofdx(Node parent,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdx. |
|
ofdx(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdx. |
|
ofdx(Node parent,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdx. |
|
ofdx(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire q,
java.lang.String INIT)
Constructs a new ofdx. |
|
ofdx(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ofdx(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
ofdx(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 ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdx(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 INIT)
Constructs a new ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ofdx(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 ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdx(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 INIT)
Constructs a new ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdx(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 ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdx(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 INIT)
Constructs a new ofdx, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ofdx(Node parent,
ArgBlockList abl)
Constructs a new ofdx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ofdx(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ofdx, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fd(Node parent)
Used only by child classes to pass up the parent cell. |
|
fd(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fd(Node parent,
Wire d,
Wire q)
Constructs a new fd. |
|
fd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new fd. |
|
fd(Node parent,
Wire c,
Wire d,
Wire q)
Constructs a new fd. |
|
fd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q)
Constructs a new fd. |
|
fd(Node parent,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd. |
|
fd(Node parent,
java.lang.String instanceName,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd. |
|
fd(Node parent,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd. |
|
fd(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire q,
java.lang.String INIT)
Constructs a new fd. |
|
fd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fd(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String INIT)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd(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 fd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd(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 INIT)
Constructs a new fd, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fd(Node parent,
ArgBlockList abl)
Constructs a new fd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fd(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fd, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdpe_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdpe_g(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_g. |
|
fdpe_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdpe_g. |
|
fdpe_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 fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdpe_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,
java.lang.String INIT)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdpe_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 fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe_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,
java.lang.String INIT)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdpe_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,
java.lang.String s4,
Wire w4)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_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,
java.lang.String s4,
Wire w4)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdpe_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdpe_g(Node parent,
ArgBlockList abl)
Constructs a new fdpe_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdpe_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdpe_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdrse_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdrse_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_g. |
|
fdrse_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdrse_g. |
|
fdrse_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdrse_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,
java.lang.String s4,
Wire w4)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String INIT)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String INIT)
Constructs a new fdrse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdrse_g(Node parent,
ArgBlockList abl)
Constructs a new fdrse_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdrse_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdrse_g, 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 . |
|
fdre_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdre_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdre_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_g. |
|
fdre_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdre_g. |
|
fdre_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 fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdre_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,
java.lang.String INIT)
Constructs a new fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdre_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 fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_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,
java.lang.String INIT)
Constructs a new fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdre_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,
java.lang.String s4,
Wire w4)
Constructs a new fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_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,
java.lang.String s4,
Wire w4)
Constructs a new fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdre_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdre_g(Node parent,
ArgBlockList abl)
Constructs a new fdre_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdre_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdre_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_agp(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_agp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_agp(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_agp. |
|
ibufg_agp(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_agp. |
|
ibufg_agp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_agp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_agp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_agp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_agp(Node parent,
ArgBlockList abl)
Constructs a new ibufg_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_agp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_agp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_ctt(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_ctt(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_ctt(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_ctt. |
|
ibufg_ctt(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_ctt. |
|
ibufg_ctt(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_ctt(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_ctt, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_ctt(Node parent,
ArgBlockList abl)
Constructs a new ibufg_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_ctt(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_ctt, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl3_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_sstl3_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_sstl3_ii(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_sstl3_ii. |
|
ibufg_sstl3_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_sstl3_ii. |
|
ibufg_sstl3_ii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_sstl3_ii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl3_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_sstl3_ii(Node parent,
ArgBlockList abl)
Constructs a new ibufg_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl3_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_sstl3_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl3_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_sstl3_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_sstl3_i(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_sstl3_i. |
|
ibufg_sstl3_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_sstl3_i. |
|
ibufg_sstl3_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_sstl3_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl3_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_sstl3_i(Node parent,
ArgBlockList abl)
Constructs a new ibufg_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl3_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_sstl3_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl2_ii(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_sstl2_ii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_sstl2_ii(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_sstl2_ii. |
|
ibufg_sstl2_ii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_sstl2_ii. |
|
ibufg_sstl2_ii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_sstl2_ii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl2_ii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_sstl2_ii(Node parent,
ArgBlockList abl)
Constructs a new ibufg_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl2_ii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_sstl2_ii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl2_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_sstl2_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_sstl2_i(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_sstl2_i. |
|
ibufg_sstl2_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_sstl2_i. |
|
ibufg_sstl2_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_sstl2_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_sstl2_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_sstl2_i(Node parent,
ArgBlockList abl)
Constructs a new ibufg_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_sstl2_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_sstl2_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_hstl_iv(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_hstl_iv(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_hstl_iv(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_hstl_iv. |
|
ibufg_hstl_iv(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_hstl_iv. |
|
ibufg_hstl_iv(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_hstl_iv(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_hstl_iv, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_hstl_iv(Node parent,
ArgBlockList abl)
Constructs a new ibufg_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_hstl_iv(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_hstl_iv, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_hstl_iii(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_hstl_iii(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_hstl_iii(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_hstl_iii. |
|
ibufg_hstl_iii(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_hstl_iii. |
|
ibufg_hstl_iii(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_hstl_iii(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_hstl_iii, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_hstl_iii(Node parent,
ArgBlockList abl)
Constructs a new ibufg_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_hstl_iii(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_hstl_iii, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_hstl_i(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_hstl_i(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_hstl_i(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_hstl_i. |
|
ibufg_hstl_i(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_hstl_i. |
|
ibufg_hstl_i(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_hstl_i(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_hstl_i, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_hstl_i(Node parent,
ArgBlockList abl)
Constructs a new ibufg_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_hstl_i(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_hstl_i, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_gtlp(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_gtlp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_gtlp(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_gtlp. |
|
ibufg_gtlp(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_gtlp. |
|
ibufg_gtlp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_gtlp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_gtlp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_gtlp(Node parent,
ArgBlockList abl)
Constructs a new ibufg_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_gtlp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_gtlp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_gtl(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_gtl(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_gtl(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_gtl. |
|
ibufg_gtl(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_gtl. |
|
ibufg_gtl(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_gtl(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_gtl, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_gtl(Node parent,
ArgBlockList abl)
Constructs a new ibufg_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_gtl(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_gtl, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_pci66_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_pci66_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_pci66_3(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_pci66_3. |
|
ibufg_pci66_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_pci66_3. |
|
ibufg_pci66_3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_pci66_3(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_pci66_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_pci66_3(Node parent,
ArgBlockList abl)
Constructs a new ibufg_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_pci66_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_pci66_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_pci33_5(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_pci33_5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_pci33_5(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_pci33_5. |
|
ibufg_pci33_5(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_pci33_5. |
|
ibufg_pci33_5(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_pci33_5(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_pci33_5, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_pci33_5(Node parent,
ArgBlockList abl)
Constructs a new ibufg_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_pci33_5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_pci33_5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_pci33_3(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_pci33_3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_pci33_3(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_pci33_3. |
|
ibufg_pci33_3(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_pci33_3. |
|
ibufg_pci33_3(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_pci33_3(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_pci33_3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_pci33_3(Node parent,
ArgBlockList abl)
Constructs a new ibufg_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_pci33_3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_pci33_3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_lvcmos2(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg_lvcmos2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg_lvcmos2(Node parent,
Wire i,
Wire o)
Constructs a new ibufg_lvcmos2. |
|
ibufg_lvcmos2(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg_lvcmos2. |
|
ibufg_lvcmos2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg_lvcmos2(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg_lvcmos2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg_lvcmos2(Node parent,
ArgBlockList abl)
Constructs a new ibufg_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg_lvcmos2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg_lvcmos2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg(Node parent)
Used only by child classes to pass up the parent cell. |
|
ibufg(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ibufg(Node parent,
Wire i,
Wire o)
Constructs a new ibufg. |
|
ibufg(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new ibufg. |
|
ibufg(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ibufg(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ibufg, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ibufg(Node parent,
ArgBlockList abl)
Constructs a new ibufg, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ibufg(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ibufg, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
add1(Node parent)
Used only by child classes to pass up the parent cell. |
|
add1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
add1(Node parent,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
Constructs a new add1. |
|
add1(Node parent,
java.lang.String instanceName,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
Constructs a new add1. |
|
add1(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 add1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
add1(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 add1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
add1(Node parent,
ArgBlockList abl)
Constructs a new add1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
add1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new add1, 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 . |
|
fdp_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdp_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdp_g(Node parent,
Wire d,
Wire clr,
Wire q)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdp_g. |
|
fdp_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdp_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdp_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 fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_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 INIT)
Constructs a new fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp_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 fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_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,
java.lang.String INIT)
Constructs a new fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_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 fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_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,
java.lang.String INIT)
Constructs a new fdp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp_g(Node parent,
ArgBlockList abl)
Constructs a new fdp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdp_g, 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 . |
|
fdcp(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdcp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdcp(Node parent,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp. |
|
fdcp(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp. |
|
fdcp(Node parent,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp. |
|
fdcp(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp. |
|
fdcp(Node parent,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp. |
|
fdcp(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp. |
|
fdcp(Node parent,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp. |
|
fdcp(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp. |
|
fdcp(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 fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdcp(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 INIT)
Constructs a new fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdcp(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 fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcp(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 INIT)
Constructs a new fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcp(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 fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp(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 INIT)
Constructs a new fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp(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 fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp(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 INIT)
Constructs a new fdcp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp(Node parent,
ArgBlockList abl)
Constructs a new fdcp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdcp, 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 . |
|
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 . |
|
fdc_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdc_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdc_g(Node parent,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc_g. |
|
fdc_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdc_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdc_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 fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_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 INIT)
Constructs a new fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc_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 fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_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,
java.lang.String INIT)
Constructs a new fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_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 fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_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,
java.lang.String INIT)
Constructs a new fdc_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc_g(Node parent,
ArgBlockList abl)
Constructs a new fdc_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdc_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdse_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdse_g(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_g. |
|
fdse_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fdse_g. |
|
fdse_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 fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdse_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,
java.lang.String INIT)
Constructs a new fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdse_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 fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_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,
java.lang.String INIT)
Constructs a new fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdse_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,
java.lang.String s4,
Wire w4)
Constructs a new fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_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,
java.lang.String s4,
Wire w4)
Constructs a new fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdse_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdse_g(Node parent,
ArgBlockList abl)
Constructs a new fdse_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdse_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdse_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ftcp(Node parent)
Used only by child classes to pass up the parent cell. |
|
ftcp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ftcp(Node parent,
Wire t,
Wire clr,
Wire pre,
Wire q)
Constructs a new ftcp. |
|
ftcp(Node parent,
java.lang.String instanceName,
Wire t,
Wire clr,
Wire pre,
Wire q)
Constructs a new ftcp. |
|
ftcp(Node parent,
Wire c,
Wire t,
Wire clr,
Wire pre,
Wire q)
Constructs a new ftcp. |
|
ftcp(Node parent,
java.lang.String instanceName,
Wire c,
Wire t,
Wire clr,
Wire pre,
Wire q)
Constructs a new ftcp. |
|
ftcp(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 ftcp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ftcp(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 ftcp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ftcp(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 ftcp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ftcp(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 ftcp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ftcp(Node parent,
ArgBlockList abl)
Constructs a new ftcp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ftcp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ftcp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdp(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdp(Node parent,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp. |
|
fdp(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp. |
|
fdp(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp. |
|
fdp(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q)
Constructs a new fdp. |
|
fdp(Node parent,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp. |
|
fdp(Node parent,
java.lang.String instanceName,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp. |
|
fdp(Node parent,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp. |
|
fdp(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdp. |
|
fdp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdp(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 fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp(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 INIT)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdp(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 fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp(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 INIT)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp(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 fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp(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 INIT)
Constructs a new fdp, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdp(Node parent,
ArgBlockList abl)
Constructs a new fdp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fds_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fds_g(Node parent,
Wire d,
Wire s,
Wire q)
Constructs a new fds_g. |
|
fds_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q)
Constructs a new fds_g. |
|
fds_g(Node parent,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_g. |
|
fds_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds_g. |
|
fds_g(Node parent,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_g. |
|
fds_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_g. |
|
fds_g(Node parent,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_g. |
|
fds_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds_g. |
|
fds_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fds_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fds_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 fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_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 INIT)
Constructs a new fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds_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 fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_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,
java.lang.String INIT)
Constructs a new fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_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 fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_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,
java.lang.String INIT)
Constructs a new fds_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds_g(Node parent,
ArgBlockList abl)
Constructs a new fds_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fds_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdr_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdr_g(Node parent,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr_g. |
|
fdr_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdr_g(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdr_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 fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_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 INIT)
Constructs a new fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr_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 fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_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,
java.lang.String INIT)
Constructs a new fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_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 fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_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,
java.lang.String INIT)
Constructs a new fdr_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr_g(Node parent,
ArgBlockList abl)
Constructs a new fdr_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdr_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdc(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdc(Node parent,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc. |
|
fdc(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc. |
|
fdc(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc. |
|
fdc(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q)
Constructs a new fdc. |
|
fdc(Node parent,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc. |
|
fdc(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc. |
|
fdc(Node parent,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc. |
|
fdc(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire q,
java.lang.String INIT)
Constructs a new fdc. |
|
fdc(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdc(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdc(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 fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc(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 INIT)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdc(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 fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc(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 INIT)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc(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 fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc(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 INIT)
Constructs a new fdc, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdc(Node parent,
ArgBlockList abl)
Constructs a new fdc, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdc(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdc, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcp_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdcp_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdcp_g(Node parent,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp_g. |
|
fdcp_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp_g. |
|
fdcp_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp_g. |
|
fdcp_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcp_g. |
|
fdcp_g(Node parent,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp_g. |
|
fdcp_g(Node parent,
java.lang.String instanceName,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp_g. |
|
fdcp_g(Node parent,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp_g. |
|
fdcp_g(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcp_g. |
|
fdcp_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 fdcp_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdcp_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,
java.lang.String INIT)
Constructs a new fdcp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdcp_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 fdcp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcp_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,
java.lang.String INIT)
Constructs a new fdcp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcp_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,
java.lang.String s4,
Wire w4)
Constructs a new fdcp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdcp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp_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,
java.lang.String s4,
Wire w4)
Constructs a new fdcp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp_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,
java.lang.String s4,
Wire w4,
java.lang.String INIT)
Constructs a new fdcp_g, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcp_g(Node parent,
ArgBlockList abl)
Constructs a new fdcp_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcp_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdcp_g, 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 . |
|
fdr(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdr(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdr(Node parent,
Wire d,
Wire r,
Wire q)
Constructs a new fdr. |
|
fdr(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q)
Constructs a new fdr. |
|
fdr(Node parent,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr. |
|
fdr(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q)
Constructs a new fdr. |
|
fdr(Node parent,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr. |
|
fdr(Node parent,
java.lang.String instanceName,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr. |
|
fdr(Node parent,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr. |
|
fdr(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire r,
Wire q,
java.lang.String INIT)
Constructs a new fdr. |
|
fdr(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fdr, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdr(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdr(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 fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr(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 INIT)
Constructs a new fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdr(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 fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr(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 INIT)
Constructs a new fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr(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 fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr(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 INIT)
Constructs a new fdr, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdr(Node parent,
ArgBlockList abl)
Constructs a new fdr, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdr(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdr, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ld(Node parent)
Used only by child classes to pass up the parent cell. |
|
ld(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
ld(Node parent,
Wire d,
Wire q)
Constructs a new ld. |
|
ld(Node parent,
java.lang.String instanceName,
Wire d,
Wire q)
Constructs a new ld. |
|
ld(Node parent,
Wire g,
Wire d,
Wire q)
Constructs a new ld. |
|
ld(Node parent,
java.lang.String instanceName,
Wire g,
Wire d,
Wire q)
Constructs a new ld. |
|
ld(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ld, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
ld(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new ld, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
ld(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new ld, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ld(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 ld, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
ld(Node parent,
ArgBlockList abl)
Constructs a new ld, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
ld(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new ld, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
adsu1(Node parent)
Used only by child classes to pass up the parent cell. |
|
adsu1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
adsu1(Node parent,
Wire a,
Wire b,
Wire ci,
Wire add,
Wire s,
Wire co)
Constructs a new adsu1. |
|
adsu1(Node parent,
java.lang.String instanceName,
Wire a,
Wire b,
Wire ci,
Wire add,
Wire s,
Wire co)
Constructs a new adsu1. |
|
adsu1(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 adsu1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
adsu1(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 adsu1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
adsu1(Node parent,
ArgBlockList abl)
Constructs a new adsu1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
adsu1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new adsu1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds(Node parent)
Used only by child classes to pass up the parent cell. |
|
fds(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fds(Node parent,
Wire d,
Wire s,
Wire q)
Constructs a new fds. |
|
fds(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q)
Constructs a new fds. |
|
fds(Node parent,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds. |
|
fds(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q)
Constructs a new fds. |
|
fds(Node parent,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds. |
|
fds(Node parent,
java.lang.String instanceName,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds. |
|
fds(Node parent,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds. |
|
fds(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire s,
Wire q,
java.lang.String INIT)
Constructs a new fds. |
|
fds(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new fds, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fds(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2,
java.lang.String INIT)
Constructs a new fds, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fds(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 fds, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds(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 INIT)
Constructs a new fds, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fds(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 fds, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds(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 INIT)
Constructs a new fds, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds(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 fds, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds(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 INIT)
Constructs a new fds, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fds(Node parent,
ArgBlockList abl)
Constructs a new fds, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fds(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fds, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcpe(Node parent)
Used only by child classes to pass up the parent cell. |
|
fdcpe(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
fdcpe(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
java.lang.String instanceName,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcpe. |
|
fdcpe(Node parent,
java.lang.String instanceName,
Wire c,
Wire d,
Wire ce,
Wire clr,
Wire pre,
Wire q,
java.lang.String INIT)
Constructs a new fdcpe. |
|
fdcpe(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 fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
fdcpe(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 INIT)
Constructs a new fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The final String parameters set the generics , INIT |
|
fdcpe(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 fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcpe(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 INIT)
Constructs a new fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
fdcpe(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 fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcpe(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 INIT)
Constructs a new fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcpe(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 fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcpe(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 INIT)
Constructs a new fdcpe, connecting each Wire to the port whose name is given by the accompanying String parameter
Note: this includes enough wires for the implicit ports. |
|
fdcpe(Node parent,
ArgBlockList abl)
Constructs a new fdcpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
fdcpe(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new fdcpe, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgsr(Node parent)
Used only by child classes to pass up the parent cell. |
|
bufgsr(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
bufgsr(Node parent,
Wire i,
Wire o)
Constructs a new bufgsr. |
|
bufgsr(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufgsr. |
|
bufgsr(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgsr, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
bufgsr(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgsr, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
bufgsr(Node parent,
ArgBlockList abl)
Constructs a new bufgsr, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgsr(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufgsr, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor9_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor9_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor9_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new xnor9_g. |
|
xnor9_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new xnor9_g. |
|
xnor9_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor9_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor9_g(Node parent,
ArgBlockList abl)
Constructs a new xnor9_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor9_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor9_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor8_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor8_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor8_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new xnor8_g. |
|
xnor8_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new xnor8_g. |
|
xnor8_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor8_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor8_g(Node parent,
ArgBlockList abl)
Constructs a new xnor8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor8_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor7_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor7_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor7_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new xnor7_g. |
|
xnor7_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new xnor7_g. |
|
xnor7_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor7_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor7_g(Node parent,
ArgBlockList abl)
Constructs a new xnor7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor7_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor6_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor6_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor6_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new xnor6_g. |
|
xnor6_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new xnor6_g. |
|
xnor6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new xnor6_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new xnor6_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor6_g(Node parent,
ArgBlockList abl)
Constructs a new xnor6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor6_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor5_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor5_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor5_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new xnor5_g. |
|
xnor5_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new xnor5_g. |
|
xnor5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new xnor5_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new xnor5_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor5_g(Node parent,
ArgBlockList abl)
Constructs a new xnor5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor5_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xnor4_g. |
|
xnor4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xnor4_g. |
|
xnor4_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,
java.lang.String s4,
Wire w4)
Constructs a new xnor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor4_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,
java.lang.String s4,
Wire w4)
Constructs a new xnor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor4_g(Node parent,
ArgBlockList abl)
Constructs a new xnor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xnor3_g. |
|
xnor3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xnor3_g. |
|
xnor3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new xnor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new xnor2_g. |
|
xnor2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new xnor2_g. |
|
xnor2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new xnor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor9(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new xnor9. |
|
xnor9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new xnor9. |
|
xnor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor9(Node parent,
ArgBlockList abl)
Constructs a new xnor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor8(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new xnor8. |
|
xnor8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new xnor8. |
|
xnor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor8(Node parent,
ArgBlockList abl)
Constructs a new xnor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor7(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new xnor7. |
|
xnor7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new xnor7. |
|
xnor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor7(Node parent,
ArgBlockList abl)
Constructs a new xnor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor6(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new xnor6. |
|
xnor6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new xnor6. |
|
xnor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor6(Node parent,
ArgBlockList abl)
Constructs a new xnor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor5(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new xnor5. |
|
xnor5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new xnor5. |
|
xnor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor5(Node parent,
ArgBlockList abl)
Constructs a new xnor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor4(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xnor4. |
|
xnor4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xnor4. |
|
xnor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor4(Node parent,
ArgBlockList abl)
Constructs a new xnor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor3(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xnor3. |
|
xnor3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xnor3. |
|
xnor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor3(Node parent,
ArgBlockList abl)
Constructs a new xnor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor2(Node parent)
Used only by child classes to pass up the parent cell. |
|
xnor2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xnor2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new xnor2. |
|
xnor2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new xnor2. |
|
xnor2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new xnor2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xnor2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xnor2(Node parent,
ArgBlockList abl)
Constructs a new xnor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xnor2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xnor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor9_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor9_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor9_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new xor9_g. |
|
xor9_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new xor9_g. |
|
xor9_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor9_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor9_g(Node parent,
ArgBlockList abl)
Constructs a new xor9_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor9_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor9_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor8_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor8_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor8_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new xor8_g. |
|
xor8_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new xor8_g. |
|
xor8_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor8_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor8_g(Node parent,
ArgBlockList abl)
Constructs a new xor8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor8_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor7_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor7_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor7_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new xor7_g. |
|
xor7_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new xor7_g. |
|
xor7_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor7_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor7_g(Node parent,
ArgBlockList abl)
Constructs a new xor7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor7_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor6_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor6_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor6_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new xor6_g. |
|
xor6_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new xor6_g. |
|
xor6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new xor6_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new xor6_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor6_g(Node parent,
ArgBlockList abl)
Constructs a new xor6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor6_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor5_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor5_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor5_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new xor5_g. |
|
xor5_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new xor5_g. |
|
xor5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new xor5_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new xor5_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor5_g(Node parent,
ArgBlockList abl)
Constructs a new xor5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor5_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xor4_g. |
|
xor4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xor4_g. |
|
xor4_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,
java.lang.String s4,
Wire w4)
Constructs a new xor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor4_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,
java.lang.String s4,
Wire w4)
Constructs a new xor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor4_g(Node parent,
ArgBlockList abl)
Constructs a new xor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xor3_g. |
|
xor3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xor3_g. |
|
xor3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new xor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new xor2_g. |
|
xor2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new xor2_g. |
|
xor2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new xor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor9(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new xor9. |
|
xor9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new xor9. |
|
xor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor9(Node parent,
ArgBlockList abl)
Constructs a new xor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor8(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new xor8. |
|
xor8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new xor8. |
|
xor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor8(Node parent,
ArgBlockList abl)
Constructs a new xor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor7(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new xor7. |
|
xor7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new xor7. |
|
xor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor7(Node parent,
ArgBlockList abl)
Constructs a new xor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor6(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new xor6. |
|
xor6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new xor6. |
|
xor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor6(Node parent,
ArgBlockList abl)
Constructs a new xor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor5(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new xor5. |
|
xor5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new xor5. |
|
xor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor5(Node parent,
ArgBlockList abl)
Constructs a new xor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor4(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xor4. |
|
xor4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new xor4. |
|
xor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor4(Node parent,
ArgBlockList abl)
Constructs a new xor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor3(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xor3. |
|
xor3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new xor3. |
|
xor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor3(Node parent,
ArgBlockList abl)
Constructs a new xor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor2(Node parent)
Used only by child classes to pass up the parent cell. |
|
xor2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
xor2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new xor2. |
|
xor2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new xor2. |
|
xor2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new xor2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
xor2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
xor2(Node parent,
ArgBlockList abl)
Constructs a new xor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
xor2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new xor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor9_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor9_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor9_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new nor9_g. |
|
nor9_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new nor9_g. |
|
nor9_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor9_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor9_g(Node parent,
ArgBlockList abl)
Constructs a new nor9_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor9_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor9_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor8_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor8_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor8_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new nor8_g. |
|
nor8_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new nor8_g. |
|
nor8_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor8_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor8_g(Node parent,
ArgBlockList abl)
Constructs a new nor8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor8_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor7_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor7_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor7_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new nor7_g. |
|
nor7_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new nor7_g. |
|
nor7_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor7_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor7_g(Node parent,
ArgBlockList abl)
Constructs a new nor7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor7_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor6_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor6_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor6_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new nor6_g. |
|
nor6_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new nor6_g. |
|
nor6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new nor6_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new nor6_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor6_g(Node parent,
ArgBlockList abl)
Constructs a new nor6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor6_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor5_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor5_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor5_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new nor5_g. |
|
nor5_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new nor5_g. |
|
nor5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new nor5_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new nor5_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor5_g(Node parent,
ArgBlockList abl)
Constructs a new nor5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor5_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4_g. |
|
nor4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4_g. |
|
nor4_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,
java.lang.String s4,
Wire w4)
Constructs a new nor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4_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,
java.lang.String s4,
Wire w4)
Constructs a new nor4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4_g(Node parent,
ArgBlockList abl)
Constructs a new nor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3_g. |
|
nor3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3_g. |
|
nor3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new nor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2_g. |
|
nor2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2_g. |
|
nor2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new nor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor9(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new nor9. |
|
nor9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new nor9. |
|
nor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor9(Node parent,
ArgBlockList abl)
Constructs a new nor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor8(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new nor8. |
|
nor8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new nor8. |
|
nor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor8(Node parent,
ArgBlockList abl)
Constructs a new nor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor7(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new nor7. |
|
nor7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new nor7. |
|
nor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor7(Node parent,
ArgBlockList abl)
Constructs a new nor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor6(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new nor6. |
|
nor6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new nor6. |
|
nor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor6(Node parent,
ArgBlockList abl)
Constructs a new nor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor5(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new nor5. |
|
nor5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new nor5. |
|
nor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor5(Node parent,
ArgBlockList abl)
Constructs a new nor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b4(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4b4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4b4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b4. |
|
nor4b4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b4. |
|
nor4b4(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 nor4b4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4b4(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 nor4b4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4b4(Node parent,
ArgBlockList abl)
Constructs a new nor4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b3. |
|
nor4b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b3. |
|
nor4b3(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 nor4b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4b3(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 nor4b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4b3(Node parent,
ArgBlockList abl)
Constructs a new nor4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b2. |
|
nor4b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b2. |
|
nor4b2(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 nor4b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4b2(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 nor4b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4b2(Node parent,
ArgBlockList abl)
Constructs a new nor4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b1. |
|
nor4b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4b1. |
|
nor4b1(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 nor4b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4b1(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 nor4b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4b1(Node parent,
ArgBlockList abl)
Constructs a new nor4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4. |
|
nor4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nor4. |
|
nor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor4(Node parent,
ArgBlockList abl)
Constructs a new nor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b3. |
|
nor3b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b3. |
|
nor3b3(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 nor3b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3b3(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 nor3b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor3b3(Node parent,
ArgBlockList abl)
Constructs a new nor3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b2. |
|
nor3b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b2. |
|
nor3b2(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 nor3b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3b2(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 nor3b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor3b2(Node parent,
ArgBlockList abl)
Constructs a new nor3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b1. |
|
nor3b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3b1. |
|
nor3b1(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 nor3b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3b1(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 nor3b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor3b1(Node parent,
ArgBlockList abl)
Constructs a new nor3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3. |
|
nor3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nor3. |
|
nor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor3(Node parent,
ArgBlockList abl)
Constructs a new nor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor2b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor2b2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2b2. |
|
nor2b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2b2. |
|
nor2b2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nor2b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor2b2(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 nor2b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor2b2(Node parent,
ArgBlockList abl)
Constructs a new nor2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor2b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor2b1(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2b1. |
|
nor2b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2b1. |
|
nor2b1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nor2b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor2b1(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 nor2b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor2b1(Node parent,
ArgBlockList abl)
Constructs a new nor2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nor2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nor2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2. |
|
nor2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nor2. |
|
nor2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nor2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nor2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nor2(Node parent,
ArgBlockList abl)
Constructs a new nor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nor2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nor2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or9_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
or9_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or9_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new or9_g. |
|
or9_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new or9_g. |
|
or9_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or9_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or9_g(Node parent,
ArgBlockList abl)
Constructs a new or9_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or9_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or9_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or8_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
or8_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or8_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new or8_g. |
|
or8_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new or8_g. |
|
or8_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or8_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or8_g(Node parent,
ArgBlockList abl)
Constructs a new or8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or8_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or7_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
or7_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or7_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new or7_g. |
|
or7_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new or7_g. |
|
or7_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or7_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or7_g(Node parent,
ArgBlockList abl)
Constructs a new or7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or7_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or6_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
or6_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or6_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new or6_g. |
|
or6_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new or6_g. |
|
or6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new or6_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new or6_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or6_g(Node parent,
ArgBlockList abl)
Constructs a new or6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or6_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or5_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
or5_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or5_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new or5_g. |
|
or5_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new or5_g. |
|
or5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new or5_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new or5_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or5_g(Node parent,
ArgBlockList abl)
Constructs a new or5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or5_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4_g. |
|
or4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4_g. |
|
or4_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,
java.lang.String s4,
Wire w4)
Constructs a new or4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4_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,
java.lang.String s4,
Wire w4)
Constructs a new or4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4_g(Node parent,
ArgBlockList abl)
Constructs a new or4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3_g. |
|
or3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3_g. |
|
or3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new or3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
or2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2_g. |
|
or2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2_g. |
|
or2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new or2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or9(Node parent)
Used only by child classes to pass up the parent cell. |
|
or9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new or9. |
|
or9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new or9. |
|
or9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or9(Node parent,
ArgBlockList abl)
Constructs a new or9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or8(Node parent)
Used only by child classes to pass up the parent cell. |
|
or8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new or8. |
|
or8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new or8. |
|
or8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or8(Node parent,
ArgBlockList abl)
Constructs a new or8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or7(Node parent)
Used only by child classes to pass up the parent cell. |
|
or7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new or7. |
|
or7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new or7. |
|
or7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or7(Node parent,
ArgBlockList abl)
Constructs a new or7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or6(Node parent)
Used only by child classes to pass up the parent cell. |
|
or6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new or6. |
|
or6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new or6. |
|
or6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or6(Node parent,
ArgBlockList abl)
Constructs a new or6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or5(Node parent)
Used only by child classes to pass up the parent cell. |
|
or5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new or5. |
|
or5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new or5. |
|
or5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or5(Node parent,
ArgBlockList abl)
Constructs a new or5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b4(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4b4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4b4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b4. |
|
or4b4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b4. |
|
or4b4(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 or4b4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4b4(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 or4b4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4b4(Node parent,
ArgBlockList abl)
Constructs a new or4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b3. |
|
or4b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b3. |
|
or4b3(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 or4b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4b3(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 or4b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4b3(Node parent,
ArgBlockList abl)
Constructs a new or4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b2. |
|
or4b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b2. |
|
or4b2(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 or4b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4b2(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 or4b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4b2(Node parent,
ArgBlockList abl)
Constructs a new or4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b1. |
|
or4b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4b1. |
|
or4b1(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 or4b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4b1(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 or4b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4b1(Node parent,
ArgBlockList abl)
Constructs a new or4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4(Node parent)
Used only by child classes to pass up the parent cell. |
|
or4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4. |
|
or4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new or4. |
|
or4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or4(Node parent,
ArgBlockList abl)
Constructs a new or4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b3. |
|
or3b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b3. |
|
or3b3(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 or3b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3b3(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 or3b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or3b3(Node parent,
ArgBlockList abl)
Constructs a new or3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b2. |
|
or3b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b2. |
|
or3b2(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 or3b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3b2(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 or3b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or3b2(Node parent,
ArgBlockList abl)
Constructs a new or3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b1. |
|
or3b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3b1. |
|
or3b1(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 or3b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3b1(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 or3b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or3b1(Node parent,
ArgBlockList abl)
Constructs a new or3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3(Node parent)
Used only by child classes to pass up the parent cell. |
|
or3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3. |
|
or3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new or3. |
|
or3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or3(Node parent,
ArgBlockList abl)
Constructs a new or3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
or2b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or2b2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2b2. |
|
or2b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2b2. |
|
or2b2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new or2b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or2b2(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 or2b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or2b2(Node parent,
ArgBlockList abl)
Constructs a new or2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
or2b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or2b1(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2b1. |
|
or2b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2b1. |
|
or2b1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new or2b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or2b1(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 or2b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or2b1(Node parent,
ArgBlockList abl)
Constructs a new or2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2(Node parent)
Used only by child classes to pass up the parent cell. |
|
or2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
or2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2. |
|
or2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new or2. |
|
or2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new or2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
or2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
or2(Node parent,
ArgBlockList abl)
Constructs a new or2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
or2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new or2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand9_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand9_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand9_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new nand9_g. |
|
nand9_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new nand9_g. |
|
nand9_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand9_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand9_g(Node parent,
ArgBlockList abl)
Constructs a new nand9_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand9_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand9_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand8_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand8_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand8_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new nand8_g. |
|
nand8_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new nand8_g. |
|
nand8_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand8_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand8_g(Node parent,
ArgBlockList abl)
Constructs a new nand8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand8_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand7_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand7_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand7_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new nand7_g. |
|
nand7_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new nand7_g. |
|
nand7_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand7_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand7_g(Node parent,
ArgBlockList abl)
Constructs a new nand7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand7_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand6_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand6_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand6_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new nand6_g. |
|
nand6_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new nand6_g. |
|
nand6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new nand6_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new nand6_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand6_g(Node parent,
ArgBlockList abl)
Constructs a new nand6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand6_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand5_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand5_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand5_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new nand5_g. |
|
nand5_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new nand5_g. |
|
nand5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new nand5_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new nand5_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand5_g(Node parent,
ArgBlockList abl)
Constructs a new nand5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand5_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4_g. |
|
nand4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4_g. |
|
nand4_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,
java.lang.String s4,
Wire w4)
Constructs a new nand4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4_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,
java.lang.String s4,
Wire w4)
Constructs a new nand4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4_g(Node parent,
ArgBlockList abl)
Constructs a new nand4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3_g. |
|
nand3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3_g. |
|
nand3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new nand3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2_g. |
|
nand2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2_g. |
|
nand2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new nand2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand9(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new nand9. |
|
nand9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new nand9. |
|
nand9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand9(Node parent,
ArgBlockList abl)
Constructs a new nand9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand8(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new nand8. |
|
nand8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new nand8. |
|
nand8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand8(Node parent,
ArgBlockList abl)
Constructs a new nand8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand7(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new nand7. |
|
nand7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new nand7. |
|
nand7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand7(Node parent,
ArgBlockList abl)
Constructs a new nand7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand6(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new nand6. |
|
nand6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new nand6. |
|
nand6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand6(Node parent,
ArgBlockList abl)
Constructs a new nand6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand5(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new nand5. |
|
nand5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new nand5. |
|
nand5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand5(Node parent,
ArgBlockList abl)
Constructs a new nand5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b4(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4b4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4b4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b4. |
|
nand4b4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b4. |
|
nand4b4(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 nand4b4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4b4(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 nand4b4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4b4(Node parent,
ArgBlockList abl)
Constructs a new nand4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b3. |
|
nand4b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b3. |
|
nand4b3(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 nand4b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4b3(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 nand4b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4b3(Node parent,
ArgBlockList abl)
Constructs a new nand4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b2. |
|
nand4b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b2. |
|
nand4b2(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 nand4b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4b2(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 nand4b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4b2(Node parent,
ArgBlockList abl)
Constructs a new nand4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b1. |
|
nand4b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4b1. |
|
nand4b1(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 nand4b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4b1(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 nand4b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4b1(Node parent,
ArgBlockList abl)
Constructs a new nand4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4. |
|
nand4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new nand4. |
|
nand4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand4(Node parent,
ArgBlockList abl)
Constructs a new nand4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b3. |
|
nand3b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b3. |
|
nand3b3(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 nand3b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3b3(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 nand3b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand3b3(Node parent,
ArgBlockList abl)
Constructs a new nand3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b2. |
|
nand3b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b2. |
|
nand3b2(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 nand3b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3b2(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 nand3b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand3b2(Node parent,
ArgBlockList abl)
Constructs a new nand3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b1. |
|
nand3b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3b1. |
|
nand3b1(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 nand3b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3b1(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 nand3b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand3b1(Node parent,
ArgBlockList abl)
Constructs a new nand3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3. |
|
nand3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new nand3. |
|
nand3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand3(Node parent,
ArgBlockList abl)
Constructs a new nand3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand2b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand2b2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2b2. |
|
nand2b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2b2. |
|
nand2b2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nand2b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand2b2(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 nand2b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand2b2(Node parent,
ArgBlockList abl)
Constructs a new nand2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand2b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand2b1(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2b1. |
|
nand2b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2b1. |
|
nand2b1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nand2b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand2b1(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 nand2b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand2b1(Node parent,
ArgBlockList abl)
Constructs a new nand2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2(Node parent)
Used only by child classes to pass up the parent cell. |
|
nand2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
nand2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2. |
|
nand2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new nand2. |
|
nand2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new nand2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
nand2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
nand2(Node parent,
ArgBlockList abl)
Constructs a new nand2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
nand2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new nand2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and9_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
and9_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and9_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new and9_g. |
|
and9_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new and9_g. |
|
and9_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and9_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and9_g(Node parent,
ArgBlockList abl)
Constructs a new and9_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and9_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and9_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and8_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
and8_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and8_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new and8_g. |
|
and8_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new and8_g. |
|
and8_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and8_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and8_g(Node parent,
ArgBlockList abl)
Constructs a new and8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and8_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and8_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and7_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
and7_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and7_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new and7_g. |
|
and7_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new and7_g. |
|
and7_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and7_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,
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_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and7_g(Node parent,
ArgBlockList abl)
Constructs a new and7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and7_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and7_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and6_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
and6_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and6_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new and6_g. |
|
and6_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new and6_g. |
|
and6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new and6_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and6_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5,
java.lang.String s6,
Wire w6)
Constructs a new and6_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and6_g(Node parent,
ArgBlockList abl)
Constructs a new and6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and6_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and6_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and5_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
and5_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and5_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new and5_g. |
|
and5_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new and5_g. |
|
and5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new and5_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and5_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,
java.lang.String s4,
Wire w4,
java.lang.String s5,
Wire w5)
Constructs a new and5_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and5_g(Node parent,
ArgBlockList abl)
Constructs a new and5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and5_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and5_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4_g. |
|
and4_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4_g. |
|
and4_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,
java.lang.String s4,
Wire w4)
Constructs a new and4_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4_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,
java.lang.String s4,
Wire w4)
Constructs a new and4_g, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4_g(Node parent,
ArgBlockList abl)
Constructs a new and4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3_g(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3_g. |
|
and3_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3_g. |
|
and3_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new and3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2_g(Node parent)
Used only by child classes to pass up the parent cell. |
|
and2_g(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and2_g(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2_g. |
|
and2_g(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2_g. |
|
and2_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_g, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and2_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_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_g(Node parent,
ArgBlockList abl)
Constructs a new and2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2_g(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and2_g, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and9(Node parent)
Used only by child classes to pass up the parent cell. |
|
and9(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and9(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new and9. |
|
and9(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire i8,
Wire o)
Constructs a new and9. |
|
and9(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and9(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and9(Node parent,
ArgBlockList abl)
Constructs a new and9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and9(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and9, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and8(Node parent)
Used only by child classes to pass up the parent cell. |
|
and8(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and8(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new and8. |
|
and8(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire i7,
Wire o)
Constructs a new and8. |
|
and8(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and8(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and8(Node parent,
ArgBlockList abl)
Constructs a new and8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and8(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and8, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and7(Node parent)
Used only by child classes to pass up the parent cell. |
|
and7(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and7(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new and7. |
|
and7(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire i6,
Wire o)
Constructs a new and7. |
|
and7(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and7(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and7(Node parent,
ArgBlockList abl)
Constructs a new and7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and7(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and7, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and6(Node parent)
Used only by child classes to pass up the parent cell. |
|
and6(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and6(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new and6. |
|
and6(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire i5,
Wire o)
Constructs a new and6. |
|
and6(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and6(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and6(Node parent,
ArgBlockList abl)
Constructs a new and6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and6(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and6, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and5(Node parent)
Used only by child classes to pass up the parent cell. |
|
and5(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and5(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new and5. |
|
and5(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire i4,
Wire o)
Constructs a new and5. |
|
and5(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and5(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and5(Node parent,
ArgBlockList abl)
Constructs a new and5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and5(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and5, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b4(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4b4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4b4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b4. |
|
and4b4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b4. |
|
and4b4(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 and4b4, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4b4(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 and4b4, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4b4(Node parent,
ArgBlockList abl)
Constructs a new and4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4b4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b3. |
|
and4b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b3. |
|
and4b3(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 and4b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4b3(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 and4b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4b3(Node parent,
ArgBlockList abl)
Constructs a new and4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b2. |
|
and4b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b2. |
|
and4b2(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 and4b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4b2(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 and4b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4b2(Node parent,
ArgBlockList abl)
Constructs a new and4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b1. |
|
and4b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4b1. |
|
and4b1(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 and4b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4b1(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 and4b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4b1(Node parent,
ArgBlockList abl)
Constructs a new and4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4(Node parent)
Used only by child classes to pass up the parent cell. |
|
and4(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and4(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4. |
|
and4(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire i3,
Wire o)
Constructs a new and4. |
|
and4(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and4(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and4(Node parent,
ArgBlockList abl)
Constructs a new and4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and4(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and4, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b3(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3b3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3b3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b3. |
|
and3b3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b3. |
|
and3b3(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 and3b3, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3b3(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 and3b3, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and3b3(Node parent,
ArgBlockList abl)
Constructs a new and3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3b3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3b2(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b2. |
|
and3b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b2. |
|
and3b2(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 and3b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3b2(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 and3b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and3b2(Node parent,
ArgBlockList abl)
Constructs a new and3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3b1(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b1. |
|
and3b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3b1. |
|
and3b1(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 and3b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3b1(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 and3b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and3b1(Node parent,
ArgBlockList abl)
Constructs a new and3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3(Node parent)
Used only by child classes to pass up the parent cell. |
|
and3(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and3(Node parent,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3. |
|
and3(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire i2,
Wire o)
Constructs a new and3. |
|
and3(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, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and3(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and3(Node parent,
ArgBlockList abl)
Constructs a new and3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and3(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and3, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2b2(Node parent)
Used only by child classes to pass up the parent cell. |
|
and2b2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and2b2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2b2. |
|
and2b2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2b2. |
|
and2b2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new and2b2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and2b2(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 and2b2, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and2b2(Node parent,
ArgBlockList abl)
Constructs a new and2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2b2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and2b2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2b1(Node parent)
Used only by child classes to pass up the parent cell. |
|
and2b1(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and2b1(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2b1. |
|
and2b1(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2b1. |
|
and2b1(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new and2b1, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and2b1(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 and2b1, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and2b1(Node parent,
ArgBlockList abl)
Constructs a new and2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2b1(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and2b1, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2(Node parent)
Used only by child classes to pass up the parent cell. |
|
and2(Node parent,
java.lang.String name)
Used only by child classes to pass up the parent cell and instance name. |
|
and2(Node parent,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2. |
|
and2(Node parent,
java.lang.String instanceName,
Wire i0,
Wire i1,
Wire o)
Constructs a new and2. |
|
and2(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1,
java.lang.String s2,
Wire w2)
Constructs a new and2, connecting each Wire to the port whose name is given by the accompanying String parameter |
|
and2(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, connecting each Wire to the port whose name is given by the accompanying String parameter
The initial String parameter specifies the instance name. |
|
and2(Node parent,
ArgBlockList abl)
Constructs a new and2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
and2(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new and2, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufg(Node parent,
Wire i,
Wire o)
Constructs a new bufg. |
|
bufg(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufg, with the initial String parameter as the instance name. |
|
bufg(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufg, connecting each Wire to the port whose name is given by the accompanying String parameter. |
|
bufg(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufg, connecting each Wire to the port whose name is given by the accompanying String parameter, with the initial String parameter as the instance name. |
|
bufg(Node parent,
ArgBlockList abl)
Constructs a new bufg, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufg(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufg, connecting its ports as given by the String-Wire pairs in the ArgBlockList , with the initial String parameter as the instance name. |
|
vcc(Node parent,
Wire vcc)
Constructs a new VCC cell. |
|
vcc(Node parent,
java.lang.String name,
Wire vcc)
Constructs a new named VCC cell. |
|
vcc(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0)
|
|
bufgp(Node parent,
Wire i,
Wire o)
Constructs a new bufgp. |
|
bufgp(Node parent,
java.lang.String instanceName,
Wire i,
Wire o)
Constructs a new bufgp, with the initial String parameter as the instance name. |
|
bufgp(Node parent,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgp, connecting each Wire to the port whose name is given by the accompanying String parameter. |
|
bufgp(Node parent,
java.lang.String instanceName,
java.lang.String s0,
Wire w0,
java.lang.String s1,
Wire w1)
Constructs a new bufgp, connecting each Wire to the port whose name is given by the accompanying String parameter, with the initial String parameter as the instance name. |
|
bufgp(Node parent,
ArgBlockList abl)
Constructs a new bufgp, connecting its ports as given by the String-Wire pairs in the ArgBlockList . |
|
bufgp(Node parent,
java.lang.String instanceName,
ArgBlockList abl)
Constructs a new bufgp, connecting its ports as given by the String-Wire pairs in the ArgBlockList , with the initial String parameter as the instance name. |
|
gnd(Node parent,
Wire gnd)
Constructs a new GND cell. |
|
gnd(Node parent,
java.lang.String name,
Wire gnd)
Constructs a new named GND cell. |
|
gnd(Node parent,
java.lang.String name,
java.lang.String s0,
Wire w0)
|
Uses of Node in byucc.jhdl.Xilinx.XC9000.helpers |
Constructors in byucc.jhdl.Xilinx.XC9000.helpers with parameters of type Node | |
adder(Node parent,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
|
|
adder(Node parent,
java.lang.String name,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
|
|
tb_adder(Node parent)
|
|
adderSubtractor(Node parent,
Wire a,
Wire b,
Wire ci,
Wire add,
Wire s,
Wire co)
|
|
adderSubtractor(Node parent,
java.lang.String name,
Wire a,
Wire b,
Wire ci,
Wire add,
Wire s,
Wire co)
|
|
Subtractor(Node parent,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
|
|
Subtractor(Node parent,
java.lang.String name,
Wire a,
Wire b,
Wire ci,
Wire s,
Wire co)
|
Uses of Node in byucc.jhdl.Xilinx.XC9000.Modules |
Constructors in byucc.jhdl.Xilinx.XC9000.Modules with parameters of type Node | |
mux81(Node parent,
Wire a,
Wire b,
Wire c,
Wire d,
Wire e,
Wire f,
Wire g,
Wire h,
Wire sel,
Wire o)
|
|
mux81(Node parent,
Wire a,
Wire b,
Wire c,
Wire d,
Wire e,
Wire f,
Wire g,
Wire h,
Wire sel,
Wire o,
java.lang.String name)
|
|
mux41(Node parent,
Wire a,
Wire b,
Wire c,
Wire d,
Wire sel,
Wire o)
|
|
mux41(Node parent,
Wire a,
Wire b,
Wire c,
Wire d,
Wire sel,
Wire o,
java.lang.String name)
|
|
Shifter(Node parent,
Wire in,
Wire out,
int shift,
boolean direction,
boolean arithmetic)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |