Ignore:
Timestamp:
May 2, 2011, 9:19:14 AM (13 years ago)
Author:
alain
Message:

bug fixing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_vdspin_target_wrapper/caba/source/include/vci_vdspin_target_wrapper.h

    r148 r149  
    6969    CMD_BROADCAST,
    7070    CMD_RW,
     71    CMD_READ,
    7172    CMD_WDATA,
    7273    };
     
    100101    sc_core::sc_signal<sc_uint<dspin_cmd_width> >               r_cmd_buf1;
    101102    sc_core::sc_signal<int>                                     r_rsp_fsm;
     103    sc_core::sc_signal<size_t>                                  r_flit_count;
    102104
    103105    // fifos cmd and rsp
     
    108110    void transition();
    109111    void genMoore();
     112
     113public:
     114    void print_trace();
    110115
    111116};
Note: See TracChangeset for help on using the changeset viewer.