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

Last change on this file since 71 was 71, checked in by rosiere, 16 years ago

Modification of Statisctics
Add a new systemC component : Load_Store_Queue (tested with one benchmark and one configuration). Store don't supported the Data Buss Error (Load is supported)

File size: 686 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
8
9#if (defined(VHDL_TESTBENCH) and not defined(VHDL))
10#  error "To have the vhdl's test bench, you must set flags VHDL"
11#endif
12
13#if (defined(VHDL_TESTBENCH_ASSERT) and not defined(VHDL_TESTBENCH))
14#  error "To have an assert in vhdl's test bench, you must set flags VHDL_TESTBENCH"
15#endif
16
17#if (defined(VHDL_TESTBENCH) and defined(SYSTEMC))
18#  define SYSTEMC_VHDL_COMPATIBILITY
19#endif
20
21#if (defined(DEBUG))
22#  define DEBUG_TEST
23#endif
Note: See TracBrowser for help on using the repository browser.