mirror of https://github.com/YosysHQ/yosys.git
simlib: Add `$buf` disclaimer
This commit is contained in:
parent
e13ace675e
commit
eeffca9470
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue