|
OpenASIP 2.2
|
#include <string>#include <iostream>#include "GenerateProcessor.hh"#include "ProGeCmdLineOptions.hh"#include "FileSystem.hh"#include "Environment.hh"#include "PluginTools.hh"#include "ICDecoderGeneratorPlugin.hh"#include "Machine.hh"#include "BinaryEncoding.hh"#include "Stratix2DSPBoardIntegrator.hh"#include "Stratix3DevKitIntegrator.hh"#include "KoskiIntegrator.hh"#include "AvalonIntegrator.hh"#include "AlmaIFIntegrator.hh"#include "MemoryGenerator.hh"#include "StringTools.hh"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| int const | DEFAULT_IMEMWIDTH_IN_MAUS = 1 |
Implementation of GenerateProcessor class and the main program of "generateprocessor".
Definition in file GenerateProcessor.cc.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
The main program of generateprocessor application.
Definition at line 68 of file GenerateProcessor.cc.
References GenerateProcessor::generateProcessor().

| int const DEFAULT_IMEMWIDTH_IN_MAUS = 1 |
Definition at line 63 of file GenerateProcessor.cc.