Skip to content

Commit 27b8b4e

Browse files
Docs: Fix missing groups
$lut and $sop were missed in the rebase, and $buf is new to main since the last rebase.
1 parent 1513366 commit 27b8b4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

techlibs/common/simlib.v

+3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ endmodule
8989
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
9090
//-
9191
//- $buf (A, Y)
92+
//* group unary
9293
//-
9394
//- A simple coarse-grain buffer cell type for the experimental buffered-normalized
9495
//- mode. Note this cell does't get removed by 'opt_clean' and is not recommended
@@ -1635,6 +1636,7 @@ endmodule
16351636

16361637
// --------------------------------------------------------
16371638
`ifndef SIMLIB_NOLUT
1639+
//* group logic
16381640

16391641
module \$lut (A, Y);
16401642

@@ -1650,6 +1652,7 @@ endmodule
16501652

16511653
`endif
16521654
// --------------------------------------------------------
1655+
//* group logic
16531656

16541657
module \$sop (A, Y);
16551658

0 commit comments

Comments
 (0)