1
0
mirror of synced 2026-02-26 00:44:49 +00:00
Files
YosysHQ.yosys/docs/util/cmdref.py
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

22 KiB