OpenASIP 2.2
Loading...
Searching...
No Matches
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

namespace  HDB
 
namespace  TTAMachine
 
namespace  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,
61 ONCHIP,
62 SRAM,
63 DRAM
64};
@ VHDL_ARRAY
@ ONCHIP
@ UNKNOWN
@ SRAM
@ NONE
@ DRAM