Ignore:
Timestamp:
Jul 19, 2013, 2:21:49 PM (11 years ago)
Author:
lgarcia
Message:

Cosmetic (suppression of warning in memcache and vcache)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/RWT/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp

    r457 r458  
    353353  : soclib::caba::BaseModule(name),
    354354
     355    m_monitor_ok(false),
    355356    p_clk( "p_clk" ),
    356357    p_resetn( "p_resetn" ),
     
    360361    p_dspin_out( "p_dspin_out" ),
    361362
    362     m_monitor_ok(false),
    363363    m_seglist( mtp.getSegmentList(tgtid_d) ),
    364364    m_nseg( 0 ),
     
    13261326            error            = 0;
    13271327            r_config_address = (r_config_address.read() & 0x00000000FFFFFFFFLL) |
    1328                                ((addr_t)p_vci_tgt.wdata.read())<<32;
     1328                               ((uint64_t)p_vci_tgt.wdata.read())<<32;
    13291329        }
    13301330        else if ( (p_vci_tgt.cmd.read() == vci_param_int::CMD_WRITE)   // set buf_lines
Note: See TracChangeset for help on using the changeset viewer.