3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00
yosys/docs
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
..
source Docs: Drop fifo.out and fifo.stat 2024-10-15 07:35:41 +13:00
tests docs: Fix macro_commands 2024-05-10 09:51:37 +12:00
util docs/util: Cells now have properties 2024-10-15 07:35:41 +13:00
.gitignore Docs: Preliminary autocellgroup usage 2024-10-15 07:26:04 +13:00
Makefile Docs: Don't delete source/cell on make clean 2024-10-15 07:34:53 +13:00