Ignore:
Timestamp:
Jun 25, 2008, 1:08:04 PM (16 years ago)
Author:
nipo
Message:

Checkin autotools magic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/with_autoconf/src/sc_port_ext.h

    r4 r8  
    1515
    1616// Define registers writing method
    17 #include<iostream>
    18 #include"sc_fwd.h"
    19 #include"sc_nbdefs.h"
    20 //#include"sc_event_finder.h"
    21 #include"sc_event.h"
    22 #include"sc_object.h"
    23 #include"sc_interface.h"
    24 #include"internal_ext.h"
    25 #include"port_dependency_ext.h"
    26 #include"fsm_rules.h"
     17#include <iostream>
     18#include "sc_fwd.h"
     19#include "sc_nbdefs.h"
     20//#include "sc_event_finder.h"
     21#include "sc_event.h"
     22#include "sc_object.h"
     23#include "sc_interface.h"
     24#include "internal_ext.h"
     25#include "port_dependency_ext.h"
     26#include "fsm_rules.h"
    2727
    2828
     
    5353        ///////////////////// DEPRECATED
    5454// C ANSI-only since it is needed to link with extern "C"
    55 // this declaration is not in casc.h since the CHECK_FSM_RULES macro
     55// this declaration is not in casc.h since the CONFIG_CHECK_FSM_RULES macro
    5656// is not defined.
    5757
     
    183183                << " on signal " << name () << "\n";
    184184#endif
    185 #ifdef CHECK_FSM_RULES
     185#ifdef CONFIG_CHECK_FSM_RULES
    186186        if (casc_fsm_step == GEN_MOORE) {
    187187                std::cerr << "FSM rules error : trying to read on input port '"
     
    293293                << " on signal " << name () << "\n";
    294294#endif
    295 #ifdef CHECK_FSM_RULES
     295#ifdef CONFIG_CHECK_FSM_RULES
    296296        if (casc_fsm_step == GEN_MOORE) {
    297297                std::cerr << "FSM rules error : trying to read on input/output port "
     
    315315            << " on in/out port (writing into a signal) '" << name () << "'\n";
    316316#endif
    317 #ifdef CHECK_FSM_RULES
     317#ifdef CONFIG_CHECK_FSM_RULES
    318318        if ((casc_fsm_step != GEN_MOORE) && ( casc_fsm_step != GEN_MEALY)) {
    319319                std::cerr << "FSM rules error : trying to write on output port "
     
    324324#endif
    325325//      T& ref = *(T*)(get_pointer());
    326 #if defined(CHECK_MULTIWRITING2PORT)
     326#if defined(CONFIG_CHECK_MULTIWRITING2PORT)
    327327  check_multiwriting2port ();
    328328#endif
Note: See TracChangeset for help on using the changeset viewer.