OpenASIP
2.0
|
#include <iostream>
#include <vector>
#include <map>
#include "Netlist.hh"
#include "Parameter.hh"
#include "TCEString.hh"
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 } |
enum MemType |
Enumerator | |
---|---|
UNKNOWN | |
NONE | |
VHDL_ARRAY | |
ONCHIP | |
SRAM | |
DRAM |
Definition at line 57 of file MemoryGenerator.hh.