Skip to content

Commit 7bd2a11

Browse files
Update include/circt/Dialect/LLHD/IR/LLHDValueOps.td
Co-authored-by: Martin Erhart <[email protected]>
1 parent 39c6c92 commit 7bd2a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/circt/Dialect/LLHD/IR/LLHDValueOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def ConstantTimeOp : LLHDOp<"constant_time",
4848
def CurrentTimeOp : LLHDOp<"current_time", [Pure]> {
4949
let summary = "Get the current simulation time";
5050
let description = [{
51-
Materialized the current simulation time as an SSA value. This is equivalent
51+
Materializes the current simulation time as an SSA value. This is equivalent
5252
to the `$time`, `$stime`, and `$realtime` system tasks in SystemVerilog, and
5353
the `now` keyword in VHDL.
5454
}];

0 commit comments

Comments
 (0)