|
OpenASIP 2.2
|
#include <string>#include <vector>#include <sstream>#include <wx/wx.h>#include <wx/dirdlg.h>#include <wx/statline.h>#include <wx/filedlg.h>#include "GenerateProcessorDialog.hh"#include "WxConversion.hh"#include "BinaryEncoding.hh"#include "BEMSerializer.hh"#include "BEMGenerator.hh"#include "ErrorDialog.hh"#include "WarningDialog.hh"#include "BEMValidator.hh"#include "FileSystem.hh"#include "MachineImplementation.hh"#include "ICDecoderGeneratorPlugin.hh"#include "ProGeUI.hh"#include "PluginTools.hh"#include "InformationDialog.hh"#include "ProGeScriptGenerator.hh"#include "ProGeTestBenchGenerator.hh"
Go to the source code of this file.
Implementation of GenerateProcessorDialog class.
Definition in file GenerateProcessorDialog.cc.