Changeset 458 for branches/RWT/modules/vci_mem_cache/caba
- Timestamp:
- Jul 19, 2013, 2:21:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RWT/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp
r457 r458 353 353 : soclib::caba::BaseModule(name), 354 354 355 m_monitor_ok(false), 355 356 p_clk( "p_clk" ), 356 357 p_resetn( "p_resetn" ), … … 360 361 p_dspin_out( "p_dspin_out" ), 361 362 362 m_monitor_ok(false),363 363 m_seglist( mtp.getSegmentList(tgtid_d) ), 364 364 m_nseg( 0 ), … … 1326 1326 error = 0; 1327 1327 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; 1329 1329 } 1330 1330 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.