OpenASIP
2.0
|
#include <string>
#include <vector>
#include "PlatformIntegrator.hh"
#include "NetlistBlock.hh"
#include "NetlistPort.hh"
#include "IPXactFileGenerator.hh"
#include "IPXactSerializer.hh"
#include "IPXactModel.hh"
#include "HDLPort.hh"
#include "IPXactInterface.hh"
#include "IPXactHibiInterface.hh"
#include "IPXactClkInterface.hh"
#include "IPXactResetInterface.hh"
#include "IPXactAddressSpace.hh"
#include "AddressSpace.hh"
#include "Machine.hh"
Go to the source code of this file.
Variables | |
const TCEString | DEF_VENDOR = "TCE" |
const TCEString | DEF_LIBRARY = "ip.hwp.tta" |
const TCEString | DEF_VERSION = "1.0" |
const TCEString DEF_LIBRARY = "ip.hwp.tta" |
Definition at line 53 of file IPXactFileGenerator.cc.
Referenced by IPXactFileGenerator::writeProjectFiles().
const TCEString DEF_VENDOR = "TCE" |
Definition at line 52 of file IPXactFileGenerator.cc.
Referenced by IPXactFileGenerator::writeProjectFiles().
const TCEString DEF_VERSION = "1.0" |
Definition at line 54 of file IPXactFileGenerator.cc.
Referenced by IPXactFileGenerator::writeProjectFiles().