yosys/docs/util
Krystine Sherwin ce6a7fe4fc
docs/util: Cells now have properties
Properties are both an option:
```
.. cell:def:: $add
   :properties: is_evaluable
```
and a field:
```
.. cell:def:: $eqx

   :property x-aware:
   :property is_evaluable:
```

Properties as an option appear in the property index: linking a given property to all cells with that property; while properties as a field display with the cell.
2024-10-15 07:35:41 +13:00
..
RtlilLexer.py Rst docs conversion (#3496) 2022-11-15 12:55:22 +01:00
__init__.py Adding custom domain for cmdref 2023-08-08 11:51:57 +12:00
cellref.py docs/util: Cells now have properties 2024-10-15 07:35:41 +13:00
cmdref.py docs/util: Cells now have properties 2024-10-15 07:35:41 +13:00