Go to the documentation of this file.
34 #ifndef TTA_GENERATE_PROCESSOR_DIALOG_HH
35 #define TTA_GENERATE_PROCESSOR_DIALOG_HH
44 class MachineImplementation;
48 class ICDecoderGeneratorPlugin;
65 void onOK(wxCommandEvent& event);
71 const std::string& pluginFile,
72 const std::string& pluginName);
74 wxSizer*
createContents(wxWindow *parent,
bool call_fit,
bool set_sizer);
BinaryEncoding * bem_
Binary Encosing Map.
const IDF::MachineImplementation & impl_
Processor implementation definition.
TTAMachine::Machine * machine
the architecture definition of the estimated processor
void onBrowseBEMLoad(wxCommandEvent &event)
ProGe::ICDecoderGeneratorPlugin * loadICDecoderGeneratorPlugin(const std::string &pluginFile, const std::string &pluginName)
GenerateProcessorDialog(wxWindow *parent, TTAMachine::Machine &machine, const IDF::MachineImplementation &impl)
virtual ~GenerateProcessorDialog()
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
void onBrowseBEMSave(wxCommandEvent &event)
TTAMachine::Machine & machine_
Processor architecture.
void onOK(wxCommandEvent &event)
void onBrowseTargetDir(wxCommandEvent &event)