The signals issued by the scGridPoint.
Public Attributes | |
sc_signal< bool > | Allocated |
< Whether this scGridPoint is allocated by another one | |
sc_signal< bool > | Available |
sc_signal< bool > | Denied |
sc_signal< bool > | Meta |
< Executing a metainstruction (surely Allocated) | |
sc_signal< bool > | PreAllocated |
< The scGridPoint is active: More... | |
sc_signal< bool > | Sleeping |
< Denied | Wait | !(Allocated| PreAllocated) | |
sc_signal< bool > | Wait |
sc_signal<bool> GridPointSignal_t::Available |
< Just combined from the above signals ! (Denied | Allocated | PreAllocated) If an scGridPoint has not duty, it sleeps in low power consumption mode
sc_signal<bool> GridPointSignal_t::Denied |
< Whether this scGridPoint is denied, from any reason If the scGridPoint is denied, the next two other flags below are reset
sc_signal<bool> GridPointSignal_t::PreAllocated |
< The scGridPoint is active:
< Whether this scGridPoint is preallocated by another one
sc_signal<bool> GridPointSignal_t::Wait |
< The scGridPoint is blocked (surely Allocated, maybe Meta) Just combined from the above signals