Changeset 47 for sources/src/gen_code.h


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/gen_code.h

    r27 r47  
    121121#endif
    122122        update ();
    123 #ifdef CONFIG_CHECK_FSM_RULES
    124                 casc_fsm_step = GEN_MEALY;
    125 #endif
    126123    func_combinationals ();
    127124  }
     
    132129  if (is_posted_write ()) {
    133130    update ();
    134 #ifdef CONFIG_CHECK_FSM_RULES
    135                 casc_fsm_step = GEN_MEALY;
    136 #endif
    137131    func_combinationals ();
    138132  }
Note: See TracChangeset for help on using the changeset viewer.