Changeset 47 for sources/src/global_functions.cc
- Timestamp:
- Oct 26, 2009, 7:07:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/global_functions.cc
r42 r47 49 49 #endif 50 50 51 #ifdef CONFIG_CHECK_FSM_RULES52 #include "fsm_rules.h"53 #endif54 55 51 using namespace std; 56 52 … … 264 260 265 261 // Init variables to be able to run combinational functions 266 #ifdef CONFIG_CHECK_FSM_RULES267 casc_fsm_step = STIMULI;268 #endif269 270 262 pending_write_vector_capacity = get_signal_table_size (); 271 #if 0 272 cerr << "pending_write_vector_capacity = " << pending_write_vector_capacity 273 << "\n"; 274 #endif 263 275 264 if (pending_write_vector_capacity == 0) 276 265 pending_write_vector = NULL;
Note: See TracChangeset
for help on using the changeset viewer.