Ignore:
Timestamp:
Oct 26, 2009, 7:07:37 PM (15 years ago)
Author:
buchmann
Message:

This patch simplifies SystemCASS.

Remove:

  • ckeckings about multiwriting on registers and ports
  • checkings related to FSM modeling
  • regression tests related to the checkings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/global_functions.cc

    r42 r47  
    4949#endif
    5050
    51 #ifdef CONFIG_CHECK_FSM_RULES
    52 #include "fsm_rules.h"
    53 #endif
    54 
    5551using namespace std;
    5652
     
    264260
    265261  // Init variables to be able to run combinational functions
    266 #ifdef CONFIG_CHECK_FSM_RULES
    267   casc_fsm_step = STIMULI;
    268 #endif
    269 
    270262  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
    275264  if (pending_write_vector_capacity == 0)
    276265    pending_write_vector = NULL;
Note: See TracChangeset for help on using the changeset viewer.