Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/accellera-official/systemc
/ what
Method
what
src/sysc/kernel/sc_except.cpp:58–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
const char*
59
sc_unwind_exception::what() const noexcept
60
{
61
return ( m_is_reset ) ?
"RESET"
:
"KILL"
;
62
}
63
64
sc_unwind_exception::~sc_unwind_exception() noexcept
65
{
Callers
15
sc_handle_exception
Function · 0.80
sc_main
Function · 0.80
sc_main
Function · 0.80
do_bind
Function · 0.80
create
Function · 0.80
create_things
Function · 0.80
T
Function · 0.80
test
Function · 0.80
sc_main
Function · 0.80
driver
Function · 0.80
T
Function · 0.80
test_sc_length_param
Function · 0.80
Calls
no outgoing calls
Tested by
11
sc_main
Function · 0.64
sc_main
Function · 0.64
do_bind
Function · 0.64
sc_main
Function · 0.64
driver
Function · 0.64
T
Function · 0.64
test_sc_length_param
Function · 0.64
test_bitwise_left_shift
Function · 0.64
test_bitwise_right_shift
Function · 0.64
test_bitwise_left_rotate
Function · 0.64
test_bitwise_right_rotate
Function · 0.64