Commit 27b8b4e 1 parent 1513366 commit 27b8b4e Copy full SHA for 27b8b4e
File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ endmodule
89
89
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
90
90
// -
91
91
// - $buf (A, Y)
92
+ // * group unary
92
93
// -
93
94
// - A simple coarse-grain buffer cell type for the experimental buffered-normalized
94
95
// - mode. Note this cell does't get removed by 'opt_clean' and is not recommended
@@ -1635,6 +1636,7 @@ endmodule
1635
1636
1636
1637
// --------------------------------------------------------
1637
1638
`ifndef SIMLIB_NOLUT
1639
+ // * group logic
1638
1640
1639
1641
module \$lut (A, Y);
1640
1642
@@ -1650,6 +1652,7 @@ endmodule
1650
1652
1651
1653
`endif
1652
1654
// --------------------------------------------------------
1655
+ // * group logic
1653
1656
1654
1657
module \$sop (A, Y);
1655
1658
You can’t perform that action at this time.
0 commit comments