mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 05:47:31 +02:00
Fix space issues
This commit is contained in:
+2
-2
@@ -2965,9 +2965,9 @@ static bool do_expr_event_match(const NetExpr*expr, const NetEvWait*evwt)
|
|||||||
ns_evwt->add(const_cast<Nexus*> (prb->pin(idx).nexus()),
|
ns_evwt->add(const_cast<Nexus*> (prb->pin(idx).nexus()),
|
||||||
0, prb->pin(idx).nexus()->vector_width());
|
0, prb->pin(idx).nexus()->vector_width());
|
||||||
}
|
}
|
||||||
// Get the NexusSet for the expression
|
// Get the NexusSet for the expression.
|
||||||
NexusSet *ns_expr = expr->nex_input();
|
NexusSet *ns_expr = expr->nex_input();
|
||||||
// Make sure the event and expression NexusSets match exactly
|
// Make sure the event and expression NexusSets match exactly.
|
||||||
if (ns_evwt->size() != ns_expr->size()) {
|
if (ns_evwt->size() != ns_expr->size()) {
|
||||||
delete ns_evwt;
|
delete ns_evwt;
|
||||||
delete ns_expr;
|
delete ns_expr;
|
||||||
|
|||||||
Reference in New Issue
Block a user