Coriolis Core (CRL) Documentation


AcmSigda.h
1
2// -*- C++ -*-
3//
4// This file is part of the Coriolis Software.
5// Copyright (c) UPMC/LIP6 2010-2012, All Rights Reserved
6//
7// +-----------------------------------------------------------------+
8// | C O R I O L I S |
9// | ACM/SIGDA ISCAS 89 Benchmarks |
10// | |
11// | Author : Jean-Paul CHAPUT |
12// | E-mail : Jean-Paul.Chaput@asim.lip6.fr |
13// | =============================================================== |
14// | C++ Header : "./crlcore/AcmSigda.h" |
15// +-----------------------------------------------------------------+
16
17
18#ifndef __CRL_ACM_SIGDA__
19#define __CRL_ACM_SIGDA__
20
21#include <string>
22
23namespace Hurricane {
24 class Cell;
25}
26
27
28namespace CRL {
29
30 using Hurricane::Cell;
31
32
33 class AcmSigda {
34 public:
35 static Cell* load ( std::string benchmark );
36 };
37
38
39} // End of CRL namespace.
40
41
42#endif // __CRL_ACM_SIGDA__
43
A Parser of ACM/Sigda 89' benchmarks.
Definition AcmSigda.h:33
static Cell * load(std::string benchmark)
The namespace of Coriolis Core.
Definition AcmSigda.h:28


Generated by doxygen 1.13.2 on Fri Sep 27 2024 Return to top of page
Coriolis Core (CRL) Copyright © 2008-2020 Sorbonne Universite, All rights reserved