#include <systemc>#include "tlm_array.h"


ネームスペース | |
| namespace | tlm |
構成 | |
| class | tlm::tlm_mm_interface |
| class | tlm::tlm_extension_base |
| class | tlm::tlm_extension< T > |
| class | tlm::tlm_generic_payload |
マクロ定義 | |
| #define | TLM_BYTE_DISABLED 0x0 |
| #define | TLM_BYTE_ENABLED 0xff |
列挙型 | |
| enum | tlm::tlm_command { tlm::TLM_READ_COMMAND, tlm::TLM_WRITE_COMMAND, tlm::TLM_IGNORE_COMMAND } |
| enum | tlm::tlm_response_status { tlm::TLM_OK_RESPONSE = 1, tlm::TLM_INCOMPLETE_RESPONSE = 0, tlm::TLM_GENERIC_ERROR_RESPONSE = -1, tlm::TLM_ADDRESS_ERROR_RESPONSE = -2, tlm::TLM_COMMAND_ERROR_RESPONSE = -3, tlm::TLM_BURST_ERROR_RESPONSE = -4, tlm::TLM_BYTE_ENABLE_ERROR_RESPONSE = -5 } |
関数 | |
| unsigned int | tlm::max_num_extensions (bool increment=false) |
| #define TLM_BYTE_DISABLED 0x0 |
| #define TLM_BYTE_ENABLED 0xff |
1.5.6