Please, help us to better know about our user community by answering the following short survey: https://forms.gle/wpyrxWi18ox9Z5ae9
GridPointSignal_t Struct Reference

Detailed Description

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
 

Member Data Documentation

◆ Available

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

◆ Denied

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

◆ PreAllocated

sc_signal<bool> GridPointSignal_t::PreAllocated

< The scGridPoint is active:

< Whether this scGridPoint is preallocated by another one

◆ Wait

sc_signal<bool> GridPointSignal_t::Wait

< The scGridPoint is blocked (surely Allocated, maybe Meta) Just combined from the above signals


The documentation for this struct was generated from the following file: