byucc.jhdl.Xilinx.Virtex2
Class RAMB16Single

java.lang.Object
  extended bybyucc.jhdl.Xilinx.Virtex2.RAMB16Single

Deprecated. Use RAMB16_S instead.

public class RAMB16Single
extends java.lang.Object

This class provides the functionality of the RAMB16_Sn Virtex2 library elements. Note that for explicit clock ports, the clock port is listed first. This class has been deprecated. NOTE: This is the parent wrapper class. To instantiate a block ram use this class or the RAMB16Dual class.


Constructor Summary
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, 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 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, 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, int[] contents, 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, 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, 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 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)
          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 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, 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.
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAMB16Single

public RAMB16Single(Node parent,
                    Wire ssr,
                    Wire en,
                    Wire din,
                    Wire we,
                    Wire addr,
                    Wire dout)
Deprecated. 
Constructs a new single-ported Block RAM.

Parameters:
parent - The parent Cell to the RAMB16Single
ssr - The Wire to be connected to input port ssr
en - The Wire to be connected to input port en
din - The Wire to be connected to input port din
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16Single
ssr - The Wire to be connected to input port ssr
en - The Wire to be connected to input port en
din - The Wire to be connected to input port din
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
contents - An int[] representing the contents of the entire BlockRam.

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16Single
ssr - The Wire to be connected to input port ssr
en - The Wire to be connected to input port en
din - The Wire to be connected to input port din
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
name - Instance name of the RAMB16Single

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16Single
ssr - The Wire to be connected to input port ssr
en - The Wire to be connected to input port en
din - The Wire to be connected to input port din
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
contents - An int[] representing the contents of the entire BlockRam.
name - Instance name of the RAMB16Single

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16Single
ssr - The Wire to be connected to input port ssr
en - The Wire to be connected to input port en
din - The Wire to be connected to input port din
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
contents - An String[] representing the contents of the entire BlockRam, each string containing the init string that corresponds to the INIT_00 ... INIT_3F properties.

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16Single
ssr - The Wire to be connected to input port ssr
en - The Wire to be connected to input port en
din - The Wire to be connected to input port din
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
contents - An String[] representing the contents of the entire BlockRam, each string containing the init string that corresponds to the INIT_00 ... INIT_3F properties.
name - Instance name of the RAMB16Single

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16Single
clk - The Wire to be connected to input port clk
ssr - The Wire to be connected to input port ssr
en - The Wire to be connected to input port en
din - The Wire to be connected to input port din
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16Single
clk - The Wire to be connected to input port clk
ssr - The Wire to be connected to input port ssr
en - The Wire to be connected to input port en
din - The Wire to be connected to input port din
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
name - Instance name of the RAMB16Single

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16Single
clk - The Wire to be connected to input port clk
ssr - The Wire to be connected to input port ssr
en - The Wire to be connected to input port en
din - The Wire to be connected to input port din
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
contents - An int[] representing the contents of the entire BlockRam.

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16Single
clk - The Wire to be connected to input port clk
ssr - The Wire to be connected to input port ssr
en - The Wire to be connected to input port en
din - The Wire to be connected to input port din
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
contents - An String[] representing the contents of the entire BlockRam, each string containing the init string that corresponds to the INIT_00 ... INIT_3F properties.

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16Single
clk - The Wire to be connected to input port clk
ssr - The Wire to be connected to input port ssr
en - The Wire to be connected to input port en
din - The Wire to be connected to input port din
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
contents - An String[] representing the contents of the entire BlockRam, each string containing the init string that corresponds to the INIT_00 ... INIT_3F properties.
name - Instance name of the RAMB16Single

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16Single
clk - The Wire to be connected to input port clk
ssr - The Wire to be connected to input port ssr
en - The Wire to be connected to input port en
din - The Wire to be connected to input port din
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
contents - An int[] representing the contents of the entire BlockRam.
name - Instance name of the RAMB16Single

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16SingleParity
ssr - The Wire to be connected to input port ssrA
en - The Wire to be connected to input port enA
di - The Wire to be connected to input port di
dip - The Wire to be connected to input port dip
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
dop - The Wire to be connected to output port dop

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16SingleParity
ssr - The Wire to be connected to input port ssrA
en - The Wire to be connected to input port en
di - The Wire to be connected to input port di
dip - The Wire to be connected to input port dip
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
dop - The Wire to be connected to output port dop
contents - An int[] representing the contents of the entire BlockRam.

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16SingleParity
ssr - The Wire to be connected to input port ssrA
en - The Wire to be connected to input port en
di - The Wire to be connected to input port di
dip - The Wire to be connected to input port dip
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dop - The Wire to be connected to output port dop
contents - An int[] representing the contents of the entire BlockRam.
name - Instance name of the RAMB16SingleParity

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16SingleParity
ssr - The Wire to be connected to input port ssrA
en - The Wire to be connected to input port en
di - The Wire to be connected to input port di
dip - The Wire to be connected to input port dip
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
dop - The Wire to be connected to output port dop
name - Instance name of the RAMB16SingleParity

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16SingleParity
ssr - The Wire to be connected to input port ssrA
en - The Wire to be connected to input port en
di - The Wire to be connected to input port di
dip - The Wire to be connected to input port dip
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
dop - The Wire to be connected to output port dop
contents - An String[] representing the contents of the entire BlockRam, each string containing the init string that corresponds to the INIT_00 ... INIT_3F properties.
name - Instance name of the RAMB16SingleParity

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16SingleParity
ssr - The Wire to be connected to input port ssrA
en - The Wire to be connected to input port en
di - The Wire to be connected to input port di
dip - The Wire to be connected to input port dip
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
dop - The Wire to be connected to output port dop
contents - An String[] representing the contents of the entire BlockRam, each string containing the init string that corresponds to the INIT_00 ... INIT_3F properties.

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16Single
clk - The Wire to be connected to clock port clk
ssr - The Wire to be connected to input port ssr
en - The Wire to be connected to input port en
di - The Wire to be connected to input port di
dip - The Wire to be connected to input port dip
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
dop - The Wire to be connected to output port dop

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16Single
clk - The Wire to be connected to clock port clk
ssr - The Wire to be connected to input port ssr
en - The Wire to be connected to input port en
di - The Wire to be connected to input port di
dip - The Wire to be connected to input port dip
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
dop - The Wire to be connected to output port dop
name - Instance name of the RAMB16Single

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16Single
clk - The Wire to be connected to clock port clk
ssr - The Wire to be connected to input port ssr
en - The Wire to be connected to input port en
di - The Wire to be connected to input port di
dip - The Wire to be connected to input port dip
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
dop - The Wire to be connected to output port dop
contents - An String[] representing the contents of the entire BlockRam, each string containing the init string that corresponds to the INIT_00 ... INIT_3F properties.

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16Single
clk - The Wire to be connected to clock port clk
ssr - The Wire to be connected to input port ssr
en - The Wire to be connected to input port en
di - The Wire to be connected to input port di
dip - The Wire to be connected to input port dip
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
dop - The Wire to be connected to output port dop
contents - An String[] representing the contents of the entire BlockRam, each string containing the init string that corresponds to the INIT_00 ... INIT_3F properties.
name - Instance name of the RAMB16Single

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16Single
clk - The Wire to be connected to clock port clk
ssr - The Wire to be connected to input port ssr
en - The Wire to be connected to input port en
di - The Wire to be connected to input port di
dip - The Wire to be connected to input port dip
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
dop - The Wire to be connected to output port dop
contents - An int[] representing the contents of the entire BlockRam.

RAMB16Single

public 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.

Parameters:
parent - The parent Cell to the RAMB16Single
clk - The Wire to be connected to clock port clk
ssr - The Wire to be connected to input port ssr
en - The Wire to be connected to input port en
di - The Wire to be connected to input port di
dip - The Wire to be connected to input port dip
we - The Wire to be connected to input port we
addr - The Wire to be connected to input port addr
dout - The Wire to be connected to output port dout
dop - The Wire to be connected to output port dop
contents - An int[] representing the contents of the entire BlockRam.
name - Instance name of the RAMB16Single


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.