Changeset 514 for trunk/modules
- Timestamp:
- Sep 4, 2013, 11:58:38 AM (11 years ago)
- Location:
- trunk/modules/vci_block_device_tsar/caba/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_block_device_tsar/caba/source/include/vci_block_device_tsar.h
r409 r514 231 231 const uint32_t burst_size = 64, 232 232 const uint32_t latency = 0); 233 234 ~VciBlockDeviceTsar(); 235 233 236 }; 234 237 -
trunk/modules/vci_block_device_tsar/caba/source/src/vci_block_device_tsar.cpp
r500 r514 501 501 p_vci_target.cmdack = true; 502 502 p_vci_target.rspval = false; 503 p_vci_target.rdata = 0; 503 504 break; 504 505 case T_READ_STATUS: … … 753 754 } // end constructor 754 755 756 tmpl(/**/)::~VciBlockDeviceTsar() 757 { 758 delete [] r_local_buffer; 759 } 760 761 755 762 ////////////////////////// 756 763 tmpl(void)::print_trace()
Note: See TracChangeset
for help on using the changeset viewer.