Skip to content

Commit

Permalink
simlib.v: Autolink referenced cells in alu
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed May 16, 2024
1 parent 79bfeec commit de6cbb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions techlibs/common/simlib.v
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,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);

Expand Down

0 comments on commit de6cbb6

Please sign in to comment.