Changeset 381
- Timestamp:
- Apr 28, 2013, 1:39:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_block_device_tsar/caba/source/src/vci_block_device_tsar.cpp
r374 r381 558 558 { 559 559 SC_METHOD(transition); 560 sensitive_pos << p_clk; 560 dont_initialize(); 561 sensitive << p_clk.pos(); 561 562 562 563 SC_METHOD(genMoore); 563 sensitive_neg << p_clk; 564 dont_initialize(); 565 sensitive << p_clk.neg(); 564 566 565 567 if( (block_size != 64 ) &&
Note: See TracChangeset
for help on using the changeset viewer.