Go to the source code of this file.
Classes | |
class | risc::tools::SystemCDefinitions |
This class stores all SystemC definition pointers This class does not need any initialization. More... | |
Namespaces | |
risc | |
risc::tools | |
Functions | |
bool | risc::tools::is_type_sc_module (SgType *type) |
bool | risc::tools::is_type_sc_port (SgType *type) |
Check if the type is a sc_port. More... | |
bool | risc::tools::is_type_sc_port_base (SgType *type) |
Check if the type is a sc_port_base. More... | |
bool | risc::tools::is_type_sc_in (SgType *type) |
Check if the type is a sc_in. More... | |
bool | risc::tools::is_type_sc_out (SgType *type) |
Check if the type is a sc_out. More... | |
bool | risc::tools::is_type_sc_inout (SgType *type) |
Check if the type is a sc_inout. More... | |
bool | risc::tools::is_type_sc_event (SgType *type) |
Check if the type is a sc_event. More... | |
bool | risc::tools::is_type_sc_event_and_list (SgType *type) |
Check if the type is a sc_event_and_list. More... | |
bool | risc::tools::is_type_sc_event_or_list (SgType *type) |
Check if the type is a sc_event_or_list. More... | |
bool | risc::tools::is_type_sc_prim_channel (SgType *type) |
Check if the type is a sc_prim_channel. More... | |
bool | risc::tools::is_type_sc_interface (SgType *type) |
Check if the type is a sc_interface. More... | |
bool | risc::tools::is_type_sc_fifo (SgType *type) |
Check if the type is a sc_fifo. More... | |
bool | risc::tools::is_type_sc_fifo_in (SgType *type) |
Check if the type is a sc_fifo_in. More... | |
bool | risc::tools::is_type_sc_fifo_out (SgType *type) |
Check if the type is a sc_fifo_out. More... | |
bool | risc::tools::is_type_sc_simcontext (SgType *type) |
Check if the type is a sc_simcontext. More... | |
bool | risc::tools::is_type_sc_segid (SgType *type) |
Check if the type is a sc_segid. More... | |
bool | risc::tools::is_type_sc_time (SgType *type) |
Check if the type is a sc_time. More... | |
bool | risc::tools::is_type_sc_process_b (SgType *type) |
Check if the type is a sc_process_b. More... | |
bool | risc::tools::is_type_sc_channel (SgType *type) |
Check if the type is a sc_port. More... | |
bool | risc::tools::is_type_sc_in_clk (SgType *type) |
Check if the type is a sc_in_clk. More... | |
bool | risc::tools::is_type_sc_out_clk (SgType *type) |
Check if the type is a sc_out_clk. More... | |
bool | risc::tools::is_type_sc_inout_clk (SgType *type) |
Check if the type is a sc_inout_clk. More... | |