diff --git a/techlibs/common/simlib.v b/techlibs/common/simlib.v index 96f143c2a..6bcace498 100644 --- a/techlibs/common/simlib.v +++ b/techlibs/common/simlib.v @@ -626,8 +626,8 @@ endmodule //- A building block supporting both binary addition/subtraction operations, and //- indirectly, comparison operations. //- Typically created by the `alumacc` pass, which transforms: -//- $add, $sub, $lt, $le, $ge, $gt, $eq, $eqx, $ne, $nex -//- cells into this $alu cell. +//- `$add`, `$sub`, `$lt`, `$le`, `$ge`, `$gt`, `$eq`, `$eqx`, `$ne`, `$nex` +//- cells into this `$alu` cell. //- module \$alu (A, B, CI, BI, X, Y, CO);