Ignore:
Timestamp:
Jun 7, 2013, 6:02:13 PM (11 years ago)
Author:
fraga
Message:

VCI_IO_BRIDGE: Adding some casts to handle the different VCI fields sizes on
each network.

File:
1 edited

Legend:

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

    r240 r405  
    9696    // Data field may change for external network
    9797    typedef typename vci_param_x::data_t      vci_data_t_x;
     98    typedef typename vci_param_x::be_t        vci_be_t_x;
    9899    // Srcid field may change for external network
    99100    typedef typename vci_param_x::srcid_t     vci_srcid_t_x;
     
    374375    sc_signal<vci_trdid_t>          r_miss_trdid ;
    375376    sc_signal<vci_pktid_t>          r_miss_pktid ;
    376     vci_data_t                      *r_miss_data ; 
     377    vci_data_t_x                    *r_miss_data ; 
    377378    vci_be_t                        *r_miss_be;
    378379   
Note: See TracChangeset for help on using the changeset viewer.