source: trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Environnement.h @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

File size: 252 bytes
Line 
1#if (defined(STATISTICS) and not defined(SYSTEMC))
2#  error "To have the statistics, you must set flags SYSTEMC"
3#endif
4
5#if (defined(VHDL_TESTBENCH) and not defined(SYSTEMC))
6#  error "To have the vhdl's test bench, you must set flags SYSTEMC"
7#endif
Note: See TracBrowser for help on using the repository browser.