Uses of Class
byucc.jhdl.Xilinx.XilinxMemorySynch

Packages that use XilinxMemorySynch
byucc.jhdl.Xilinx   
byucc.jhdl.Xilinx.Virtex   
byucc.jhdl.Xilinx.Virtex2   
 

Uses of XilinxMemorySynch in byucc.jhdl.Xilinx
 

Constructors in byucc.jhdl.Xilinx with parameters of type XilinxMemorySynch
ram_synch(XilinxMemorySynch parent, int width, Wire d, Wire we, Wire a)
          Deprecated.  
ram_synch(XilinxMemorySynch parent, int width, Wire d, Wire we, Wire a, Wire clk)
          Deprecated.  
ramd_prop(XilinxMemorySynch parent, int width, Wire a, Wire dpra, Wire spo, Wire dpo)
          Deprecated.  
 

Uses of XilinxMemorySynch in byucc.jhdl.Xilinx.Virtex
 

Subclasses of XilinxMemorySynch in byucc.jhdl.Xilinx.Virtex
 class ram16x1d
          RAM16X1D is a 16-word by 1-bit static dual-ported RAM.
 class ram16x1s
          RAM16X1S is a synchronous 16-word by 1-bit static RAM.
 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_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.
 

Uses of XilinxMemorySynch in byucc.jhdl.Xilinx.Virtex2
 

Subclasses of XilinxMemorySynch in byucc.jhdl.Xilinx.Virtex2
 class ram128x1s
          RAM128X1S is a 128-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 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 ram64x1s
          RAM64X1S is a 64-word by 1-bit static random access memory with synchronous write capability.
 class ram64x2s
          RAM64X2S is a 64-word by 2-bit static random access memory with synchronous write capability.
 



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