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] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 peteralieb
/*
2
@LICENSE@
3
*/
4
 
5
package edu.byu.cc.plieber.fpgaenet.debug.llparse;
6
 
7
/**
8
 * This class is used by several other classes for encoding the type
9
 * of a RAM as an integer.
10
 *
11
 * @author Paul Graham
12
 */
13
public enum RAMTypes {
14
 
15
  /* Here are the various forms of RAMs */
16
  /** Represents a LUT RAM in the A LUT */
17
  A,
18
  /** Represents a LUT RAM in the B LUT */
19
  B,
20
  /** Represents a LUT RAM in the C LUT */
21
  C,
22
  /** Represents a LUT RAM in the D LUT */
23
  D,
24
  /** Represents a Block RAM (Virtex5) */
25
  BRAM
26
}

powered by: WebSVN 2.1.0

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