Skip to content

Commit

Permalink
remove traceback, replace rt_node with RouteTree
Browse files Browse the repository at this point in the history
  • Loading branch information
duck2 committed Jun 8, 2023
1 parent 8711937 commit 87261d2
Show file tree
Hide file tree
Showing 77 changed files with 4,877 additions and 4,475 deletions.
3 changes: 2 additions & 1 deletion doc/src/api/vpr/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ VPR API
:maxdepth: 1

contexts
netlist
mapping
netlist
route_tree
rr_graph
22 changes: 22 additions & 0 deletions doc/src/api/vpr/route_tree.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
========
Route Tree
========

RouteTree
-------

.. doxygenfile:: route_tree.h
:project: vpr
:sections: detaileddescription


.. doxygenclass:: RouteTree
:project: vpr
:members:

RouteTreeNode
-------------

.. doxygenclass:: RouteTreeNode
:project: vpr
:members:
Loading

0 comments on commit 87261d2

Please sign in to comment.