Skip to content

Commit

Permalink
Fix spelling in always_comb
Browse files Browse the repository at this point in the history
  • Loading branch information
caryr committed Dec 4, 2017
1 parent 84d0df8 commit 575aa9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elaborate.cc
Expand Up @@ -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_);
Expand Down

0 comments on commit 575aa9b

Please sign in to comment.