orca-sim
|
#include <signal.h>
#include <iostream>
#include <iomanip>
#include <chrono>
#include <cmath>
#include "Memory.hpp"
#include "HFRiscV.hpp"
#include "NetBridge.hpp"
#include "DmaNetif.hpp"
#include "MemoryMap.h"
#include "SingleCoreExt.hpp"
#include "Event.hpp"
#include "Simulator.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
This is the main routine for your application. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
This is the main routine for your application.
This basically instantiates a new simulator and starts the simulation by calling its <Simulate> method.
Definition at line 248 of file SingleCoreExt.cpp.