Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
simon1hofmann committed Oct 6, 2023
1 parent 5484320 commit 34166e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions docs/io/input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Truth Tables
Gate-level Layouts
##################

**Header:** ``fiction/io/read_gate_level_layout.hpp``
**Header:** ``fiction/io/read_fgl_layout.hpp``

.. doxygenfunction:: fiction::read_gate_level_layout(std::istream& is, const std::string_view& name = "")
.. doxygenfunction:: fiction::read_gate_level_layout(Lyt& lyt, std::istream& is)
.. doxygenfunction:: fiction::read_gate_level_layout(const std::string_view& filename, const std::string_view& name = "")
.. doxygenfunction:: fiction::read_gate_level_layout(Lyt& lyt, const std::string_view& filename)
.. doxygenfunction:: fiction::read_fgl_layout(std::istream& is, const std::string_view& name = "")
.. doxygenfunction:: fiction::read_fgl_layout(Lyt& lyt, std::istream& is)
.. doxygenfunction:: fiction::read_fgl_layout(const std::string_view& filename, const std::string_view& name = "")
.. doxygenfunction:: fiction::read_fgl_layout(Lyt& lyt, const std::string_view& filename)

.. doxygenclass:: fiction::gate_level_parsing_error
.. doxygenclass:: fiction::fgl_parsing_error

Cell-level Layouts
##################
Expand Down
6 changes: 3 additions & 3 deletions docs/io/physical_simulation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ SiDB Operational Domain
Technology-independent Gate-level Layouts
#########################################

**Header:** ``fiction/io/write_gate_level_layout.hpp``
**Header:** ``fiction/io/write_fgl_layout.hpp``

.. doxygenfunction:: fiction::write_gate_level_layout(const Lyt& lyt, std::ostream& os)
.. doxygenfunction:: fiction::write_gate_level_layout(const Lyt& lyt, const std::string_view& filename)
.. doxygenfunction:: fiction::write_fgl_layout(const Lyt& lyt, std::ostream& os)
.. doxygenfunction:: fiction::write_fgl_layout(const Lyt& lyt, const std::string_view& filename)

0 comments on commit 34166e8

Please sign in to comment.