Skip to content

Commit

Permalink
📝 Fixed typo [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwa committed Sep 26, 2022
1 parent a3dd4e6 commit 336a6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ library to use. The following ones are currently supported:

- ``-l QCAONE`` represents `QCA-ONE <https://ieeexplore.ieee.org/document/7538997/>`_ which is the default setting
- ``-l ToPoliNano`` refers to `ToPoliNano <https://topolinano.polito.it/>`_'s gate library for iNML circuits. Note that only ``exact`` can be used in the moment to create layouts mappable to iNML. Suggested parameters are ``exact -xnbds columnar --topolinano``.
- ``-l Bestagon`` chooses the `Bestagon <https://dl.acm.org/doi/10.1145/3489517.3530525/>`_ gate library for SiDB circuits. Note that only ``exact`` can be used in the moment to create layouts that are properly mappable. Suggested parameters are ``exact -xdbs row --hex even_row``.
- ``-l Bestagon`` chooses the `Bestagon <https://dl.acm.org/doi/10.1145/3489517.3530525>`_ gate library for SiDB circuits. Note that only ``exact`` can be used in the moment to create layouts that are properly mappable. Suggested parameters are ``exact -xdbs row --hex even_row``.

Cell-based layouts are also saved in stores which can be accessed by typing ``store -c``. Due to significantly larger size of
cell layouts compared to gate layouts, the ``print -c`` command to write layouts to the terminal should be used
Expand Down

0 comments on commit 336a6e8

Please sign in to comment.