|
OpenASIP 2.2
|
#include <wx/wx.h>#include <wx/listctrl.h>#include <wx/statline.h>#include <wx/notebook.h>#include <wx/docview.h>#include "ProcessorImplementationWindow.hh"#include "IDFSerializer.hh"#include "MachineImplementation.hh"#include "Conversion.hh"#include "WxConversion.hh"#include "IDFValidator.hh"#include "ErrorDialog.hh"#include "WarningDialog.hh"#include "Machine.hh"#include "BlockImplementationDialog.hh"#include "RegisterFile.hh"#include "FunctionUnit.hh"#include "ICDecoderGeneratorPlugin.hh"#include "Environment.hh"#include "BinaryEncoding.hh"#include "BEMGenerator.hh"#include "FileSystem.hh"#include "GenerateProcessorDialog.hh"#include "ProDe.hh"#include "ObjectState.hh"#include "AutoSelectImplementationsDialog.hh"
Go to the source code of this file.
Implementation of ProcessorImplementationWindow class.
Definition in file ProcessorImplementationWindow.cc.