CGRA-ME
ModuleProcedures.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * The software programs comprising "CGRA-ME" and the documentation provided
3  * with them are copyright by its authors and the University of Toronto. Only
4  * non-commercial, not-for-profit use of this software is permitted without ex-
5  * plicit permission. This software is provided "as is" with no warranties or
6  * guarantees of support. See the LICENCE for more details. You should have re-
7  * ceived a copy of the full licence along with this software. If not, see
8  * <http://cgra-me.ece.utoronto.ca/license/>.
9  ******************************************************************************/
10 
11 #ifndef CGRAME_MODULE_PROCUDURES_HPP
12 #define CGRAME_MODULE_PROCUDURES_HPP
13 
14 #include <CGRA/Module.h>
15 
19 bool moduleRequiresClockPorts(const Module& m);
20 
24 bool moduleRequiresConfigPorts(const Module& m);
25 
26 #endif /* CGRAME_MODULE_PROCUDURES_HPP */
Module.h
moduleRequiresConfigPorts
bool moduleRequiresConfigPorts(const Module &m)
Definition: ModuleProcedures.cpp:17
Module
Definition: Module.h:163
moduleRequiresClockPorts
bool moduleRequiresClockPorts(const Module &m)
Definition: ModuleProcedures.cpp:3