3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

simlib: Add $buf disclaimer

This commit is contained in:
Martin Povišer 2024-09-17 10:46:07 +02:00
parent e13ace675e
commit eeffca9470

View file

@ -91,7 +91,9 @@ endmodule
//- //-
//- $buf (A, Y) //- $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); module \$buf (A, Y);