Skip to content

Commit

Permalink
Optimised code.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxlonelyeagle committed Aug 10, 2024
1 parent 1e15a8e commit d5cc067
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/Dialect/Calyx/CalyxOps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -760,9 +760,8 @@ LogicalResult ComponentOp::verify() {
return emitOpError(
"The component currently does nothing. It needs to either have "
"continuous assignments in the Wires region or control "
"constructs in "
"the Control region. The Control region should contain at least "
"one of ")
"constructs in the Control region. The Control region "
"should contain at least one of ")
<< "'" << EnableOp::getOperationName() << "' , "
<< "'" << InvokeOp::getOperationName() << "' or "
<< "'" << fsm::MachineOp::getOperationName() << "'.";
Expand Down

0 comments on commit d5cc067

Please sign in to comment.