Skip to content

Commit

Permalink
Merge pull request #2212 from verilog-to-routing/no_traceback
Browse files Browse the repository at this point in the history
Remove t_traceback and update route_tree_timing
  • Loading branch information
vaughnbetz committed Jun 12, 2023
2 parents 8711937 + ef245bc commit 2f9b456
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:

0 comments on commit 2f9b456

Please sign in to comment.