|
| void | set_cresp (uint8_t) |
| | set the coherent response status
|
| uint8_t | get_cresp () const |
| | get the coherent response status
|
| bool | is_pass_dirty () const |
| | check the response status bit PassDirty (CRESP[2])
|
| void | set_pass_dirty (bool=true) |
| | set the response status bit PassDirty
|
| bool | is_shared () const |
| | check the response status bit IsShared (CRESP[3])
|
| void | set_shared (bool=true) |
| | set the response status bit IsShared
|
| bool | is_snoop_data_transfer () const |
| | check the response status bit DataTransfer
|
| void | set_snoop_data_transfer (bool=true) |
| | set the response status bit DataTransfer
|
| bool | is_snoop_error () const |
| | check the response status bit Error
|
| void | set_snoop_error (bool=true) |
| | set the response status bit Error
|
| bool | is_snoop_was_unique () const |
| | check the response status bit WasUnique
|
| void | set_snoop_was_unique (bool=true) |
| | set the response status bit WasUnique
|
| response & | operator= (const response &o) |
| | assignment operator
|
| void | reset () |
| | reset all data member to their default
|
| void | set_resp (resp_e) |
| | set the response status as POD
|
| resp_e | get_resp () const |
| | get the response status as POD
|
| bool | is_okay () const |
| | check if the response status is OKAY
|
| void | set_okay () |
| | set the response status to OKAY
|
| bool | is_exokay () const |
| | check if the response status is EXOKAY
|
| void | set_exokay () |
| | set the response status to EXOKAY
|
| bool | is_slverr () const |
| | check if the response status is SLVERR
|
| void | set_slverr () |
| | set the response status to SLVERR
|
| bool | is_decerr () const |
| | check if the response status is DECERR
|
| void | set_decerr () |
| | set the response status to DECERR
|
the response status of an ACE and SNOOP transaction extending the AXI one
Definition at line 713 of file axi_tlm.h.