Ignore:
Timestamp:
Apr 9, 2011, 5:48:37 PM (13 years ago)
Author:
choichil
Message:

Modifications to make the code easier to read

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_synthetic_initator/caba/sources/include/vci_synthetic_initiator.h

    r145 r146  
    152152
    153153      // Broadcast FSM
    154       sc_signal<uint32_t>       r_bc_nrsp;      // Expected number of responses for a broadcast command
     154      sc_signal<uint32_t>       r_bc_nrsp;         // Expected number of responses for a broadcast command
     155      sc_signal<uint32_t>       r_time_to_next_bc; // Time to wait between 2 BC
    155156       
    156157      // Pending transaction FSMs
Note: See TracChangeset for help on using the changeset viewer.