Skip to content

Commit

Permalink
Docs: Fix missing groups
Browse files Browse the repository at this point in the history
$lut and $sop were missed in the rebase, and $buf is new to main since the last rebase.
  • Loading branch information
KrystalDelusion committed Oct 14, 2024
1 parent 1513366 commit 27b8b4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions techlibs/common/simlib.v
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ endmodule
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
//-
//- $buf (A, Y)
//* group unary
//-
//- A simple coarse-grain buffer cell type for the experimental buffered-normalized
//- mode. Note this cell does't get removed by 'opt_clean' and is not recommended
Expand Down Expand Up @@ -1635,6 +1636,7 @@ endmodule

// --------------------------------------------------------
`ifndef SIMLIB_NOLUT
//* group logic

module \$lut (A, Y);

Expand All @@ -1650,6 +1652,7 @@ endmodule

`endif
// --------------------------------------------------------
//* group logic

module \$sop (A, Y);

Expand Down

0 comments on commit 27b8b4e

Please sign in to comment.