OpenCores
URL https://opencores.org/ocsvn/fpga-cf/fpga-cf/trunk

Subversion Repositories fpga-cf

[/] [fpga-cf/] [trunk/] [java/] [src/] [edu/] [byu/] [cc/] [plieber/] [fpgaenet/] [debug/] [llparse/] [RAMTypes.java] - Rev 2

Compare with Previous | Blame | View Log

/*
@LICENSE@
*/
 
package edu.byu.cc.plieber.fpgaenet.debug.llparse;
 
/**
 * This class is used by several other classes for encoding the type
 * of a RAM as an integer.
 *
 * @author Paul Graham
 */
public enum RAMTypes {
 
  /* Here are the various forms of RAMs */
  /** Represents a LUT RAM in the A LUT */
  A,
  /** Represents a LUT RAM in the B LUT */
  B,
  /** Represents a LUT RAM in the C LUT */
  C,
  /** Represents a LUT RAM in the D LUT */
  D,
  /** Represents a Block RAM (Virtex5) */
  BRAM
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.