Changes from sources/src/gen_code.h at r27 to latest/src/gen_code.h at r1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
latest/src/gen_code.h
r27 r1 14 14 #define __GEN_CODE_H__ 15 15 16 #include 17 #include 18 #include 19 #include 20 #include 21 #include 16 #include"internal.h" 17 #include"global_functions.h" 18 #include"graph.h" 19 #include"sc_port.h" 20 #include"sc_trace.h" 21 #include"process_dependency.h" 22 22 23 23 //------------------------------------------------------------------- … … 105 105 internal_sc_cycle0( double duration ) // in default time units 106 106 { 107 #ifdef CONFIG_DEBUG107 #ifdef DEBUG 108 108 // Check dynamic linkage 109 109 if ((func_combinationals == NULL) || (func_simulate_1_cycle == NULL)) { … … 121 121 #endif 122 122 update (); 123 #ifdef C ONFIG_CHECK_FSM_RULES123 #ifdef CHECK_FSM_RULES 124 124 casc_fsm_step = GEN_MEALY; 125 125 #endif … … 132 132 if (is_posted_write ()) { 133 133 update (); 134 #ifdef C ONFIG_CHECK_FSM_RULES134 #ifdef CHECK_FSM_RULES 135 135 casc_fsm_step = GEN_MEALY; 136 136 #endif
Note: See TracChangeset
for help on using the changeset viewer.