Skip to content

Commit

Permalink
add optimiztaion algorithm to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
simon1hofmann committed Aug 2, 2023
1 parent 7ec41ef commit f007ae2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/algorithms/algorithms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Physical Design
color_routing.rst
apply_gate_library.rst
hexagonalization.rst
post_layout_optimization.rst


Verification
Expand Down
10 changes: 10 additions & 0 deletions docs/algorithms/post_layout_optimization.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _post_layout_optimization:

Optimizing 2DDWave-clocked Cartesian Layouts
--------------------------------------------

**Header:** ``fiction/algorithms/physical_design/optimization.hpp``

This algorithm optimizes Cartesian 2DDWave-clocked layouts.

.. doxygenfunction:: fiction::post_layout_optimization

0 comments on commit f007ae2

Please sign in to comment.