3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-11 03:33:36 +00:00

Update checklist for adding internal cell types

Add line about v2 cell help
Update docs path to point to the right place
This commit is contained in:
Krystine Sherwin 2025-01-25 13:18:40 +13:00
parent 76379d94de
commit af3f9d8318
No known key found for this signature in database

View file

@ -2158,7 +2158,8 @@ namespace {
*
* Things to do after finalizing the cell interface:
* - Add support to kernel/satgen.h for the new cell type
* - Add to docs/source/CHAPTER_CellLib.rst (or just add a fixme to the bottom)
* - Maybe add v2 cell help fields (title, tags)
* - Add extra details to relevant docs/source/cell/word_*.rst (or just add a todo to the top)
* - Maybe add support to the Verilog backend for dumping such cells as expression
*
*/