mirror of
https://github.com/verilator/verilator.git
synced 2025-04-04 19:52:39 +00:00
Internals: Dump CFunc entry points.
This commit is contained in:
parent
99dbd23f1b
commit
9d7f5bdc26
@ -2405,6 +2405,7 @@ void AstCFunc::dump(std::ostream& str) const {
|
||||
if (isVirtual()) str << " [VIRT]";
|
||||
if (isCoroutine()) str << " [CORO]";
|
||||
if (needProcess()) str << " [NPRC]";
|
||||
if (entryPoint()) str << " [ENTRY]";
|
||||
}
|
||||
const char* AstCAwait::broken() const {
|
||||
BROKEN_RTN(m_sensesp && !m_sensesp->brokeExists());
|
||||
|
@ -58,8 +58,7 @@ module t (/*AUTOARG*/);
|
||||
|
||||
p.test1();
|
||||
|
||||
// TODO test can't redefine constraint_mode
|
||||
// TODO test can't call constraint_mode on non-constraint
|
||||
// TODO for example way to test this, see t_randomize_rand_mode.v
|
||||
|
||||
$write("*-* All Finished *-*\n");
|
||||
$finish;
|
||||
|
Loading…
Reference in New Issue
Block a user