Check to see that always_comb/ff/latch do not have delays/events

This commit is contained in:
Cary R
2017-12-05 22:10:43 -08:00
parent 39c14edb76
commit cb0ffd734e
3 changed files with 38 additions and 0 deletions
+5
View File
@@ -442,3 +442,8 @@ NetProc* NetEvWait::statement()
{
return statement_;
}
const NetProc* NetEvWait::statement() const
{
return statement_;
}