OpenASIP  2.0
Classes | Namespaces | Enumerations
MemoryGenerator.hh File Reference
#include <iostream>
#include <vector>
#include <map>
#include "Netlist.hh"
#include "Parameter.hh"
#include "TCEString.hh"
Include dependency graph for MemoryGenerator.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MemInfo
 
class  MemoryGenerator
 

Namespaces

 HDB
 
 TTAMachine
 
 ProGe
 

Enumerations

enum  MemType {
  UNKNOWN, NONE, VHDL_ARRAY, ONCHIP,
  SRAM, DRAM
}
 

Detailed Description

Declaration of MemoryGenerator class.

Author
Otto Esko 2010 (otto.esko-no.spam-tut.fi)
Note
rating: red

Definition in file MemoryGenerator.hh.

Enumeration Type Documentation

◆ MemType

enum MemType
Enumerator
UNKNOWN 
NONE 
VHDL_ARRAY 
ONCHIP 
SRAM 
DRAM 

Definition at line 57 of file MemoryGenerator.hh.

57  {
58  UNKNOWN,
59  NONE,
60  VHDL_ARRAY,
61  ONCHIP,
62  SRAM,
63  DRAM
64 };
SRAM
@ SRAM
Definition: MemoryGenerator.hh:62
DRAM
@ DRAM
Definition: MemoryGenerator.hh:63
NONE
@ NONE
Definition: MemoryGenerator.hh:59
ONCHIP
@ ONCHIP
Definition: MemoryGenerator.hh:61
UNKNOWN
@ UNKNOWN
Definition: MemoryGenerator.hh:58
VHDL_ARRAY
@ VHDL_ARRAY
Definition: MemoryGenerator.hh:60