orca-sim
|
#include <iostream>
#include <iomanip>
#include <chrono>
#include <cmath>
#include <signal.h>
#include <Event.h>
#include <Simulator.h>
#include <UMemory.h>
#include <THFRiscV.h>
#include <TRouter.h>
#include <TDmaNetif.h>
#include <TNetBridge.h>
#include <Tile.h>
#include <ProcessingTile.h>
#include <NetworkTile.h>
Go to the source code of this file.
Functions | |
static void | sig_handler (int _) |
void | connect_routers (HermesRouter *r1, uint32_t p1, HermesRouter *r2, uint32_t p2) |
int | main (int __attribute__((unused)) argc, char **argv) |
Variables | |
Tile * | tiles [ORCA_NOC_WIDTH][ORCA_NOC_HEIGHT] |
Implementation file for ORCA-SIM program. More... | |
static volatile sig_atomic_t | interruption = 0 |
int | _status = 0 |
void connect_routers | ( | HermesRouter * | r1, |
uint32_t | p1, | ||
HermesRouter * | r2, | ||
uint32_t | p2 | ||
) |
int main | ( | int __attribute__((unused)) | argc, |
char ** | argv | ||
) |
Definition at line 87 of file Orca.cpp.
|
static |
Tile* tiles[ORCA_NOC_WIDTH][ORCA_NOC_HEIGHT] |
Implementation file for ORCA-SIM program.
This file is part of project URSA. http://https://github.com/andersondomingues/ursa
Copyright (C) 2018 Anderson Domingues, ti.an ders ondom ingu es@gm ail. com
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.