-
Notifications
You must be signed in to change notification settings - Fork 888
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add properties page, move cell_gate and cell_word under a singular cell_index along with properties. Fix links accordingly. Also drop x-aware and x-output todos since they are resolved.
- Loading branch information
1 parent
831e108
commit 4803af0
Showing
9 changed files
with
34 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Cell properties | ||
--------------- | ||
|
||
.. TODO:: Fill :cell:ref:`is_evaluable` | ||
|
||
.. cell:defprop:: is_evaluable | ||
.. cell:defprop:: x-aware | ||
Some passes will treat these cells as the non 'x' aware cell. For example, | ||
during synthesis `$eqx` will typically be treated as `$eq`. | ||
|
||
.. cell:defprop:: x-output | ||
These cells can produce 'x' output even if all inputs are defined. For | ||
example, a `$div` cell with ``B=0`` has undefined output. | ||
|
||
Refer to the :ref:`propindex` for the list of cells with a given property. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Internal cell library | ||
===================== | ||
|
||
.. todo:: brief overview of internal cell library | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
/cell/index_word | ||
/cell/index_gate | ||
/cell/properties |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,6 +50,5 @@ available, go to :ref:`commandindex`. | |
|
||
bib | ||
|
||
cell_word | ||
cell_gate | ||
cell_index | ||
cmd_ref |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters