|
Chisel
|
#include <string>#include <spdlog/spdlog.h>#include <spdlog/sinks/stdout_sinks.h>#include "DeadcodeElimination.h"#include "FileManager.h"#include "Frontend.h"#include "GlobalReduction.h"#include "LocalReduction.h"#include "OptionManager.h"#include "Profiler.h"#include "Reduction.h"#include "Reformat.h"#include "Report.h"#include "StatsManager.h"Functions | |
| void | initialize () |
| void | finalize () |
| int | main (int argc, char *argv[]) |
| This is the main entry for Chisel. More... | |
| void finalize | ( | ) |
| void initialize | ( | ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
This is the main entry for Chisel.
1.8.11