source: soft/giet_vm/applications/rosenfeld/nrc2/include/nrio.h

Last change on this file was 822, checked in by meunier, 8 years ago

In rosenfeld:

  • Updated nrio0, nrio1, nrio2, nrio1f, nrio2f, nrio1x, nrbool1, nrbool2 and nralloc1 in the nrc2 lib in order to use macro-typed functions
  • Updated the simulation script to include performance evaluation with random images, and a script to generate graphs
  • Updated the clock.h to use 64-bit integers, which potentially breaks the printing on the giet
File size: 302 bytes
Line 
1/* -------------- */
2/* --- nrio.h --- */
3/* -------------- */
4
5/*
6 * Copyright (c) 2000-2014, Lionel Lacassagne, All rights reserved
7 * Univ Paris Sud XI, CNRS
8*/
9
10#ifndef __NRIO_H__
11#define __NRIO_H__
12
13#include "nrio0.h"
14#include "nrio1.h"
15#include "nrio2.h"
16#include "nrio3.h"
17
18#endif // __NRIO_H__
Note: See TracBrowser for help on using the repository browser.