Fix spelling in always_comb

This commit is contained in:
Cary R 2017-11-24 12:37:43 -08:00
parent 84d0df8a8a
commit 575aa9b0fb
1 changed files with 1 additions and 1 deletions

View File

@ -4208,7 +4208,7 @@ NetProc* PEventStatement::elaborate_st(Design*des, NetScope*scope,
if (synthesis || search_funcs_) {
rem_out = true;
}
// If this is an always_comp/latch then we need an implicit T0
// If this is an always_comb/latch then we need an implicit T0
// trigger of the event expression.
if (search_funcs_) wa->set_t0_trigger();
NexusSet*nset = enet->nex_input(rem_out, search_funcs_);