diff --git a/techlibs/common/simlib.v b/techlibs/common/simlib.v index 5593cfe0e9a..60f98af2838 100644 --- a/techlibs/common/simlib.v +++ b/techlibs/common/simlib.v @@ -91,7 +91,9 @@ endmodule //- //- $buf (A, Y) //- -//- A simple coarse-grain buffer cell type. +//- 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 +//- for general use. //- module \$buf (A, Y);