-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:verilog-to-routing/vtr-verilog-to…
…-routing into openfpga
- Loading branch information
Showing
64 changed files
with
3,960 additions
and
3,333 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -153,4 +153,4 @@ tags | |
.idea | ||
cmake-build-debug | ||
cmake-build-release | ||
/.metadata/ | ||
/.metadata/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ VPR INTERNALS | |
vpr_ui | ||
draw_files | ||
vpr_noc | ||
vpr_router |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
============== | ||
Router Heap | ||
============== | ||
|
||
t_heap | ||
---------- | ||
.. doxygenstruct:: t_heap | ||
:project: vpr | ||
:members: | ||
|
||
HeapInterface | ||
---------- | ||
.. doxygenclass:: HeapInterface | ||
:project: vpr | ||
:members: | ||
|
||
HeapStorage | ||
---------- | ||
.. doxygenclass:: HeapStorage | ||
:project: vpr | ||
:members: | ||
|
||
KAryHeap | ||
---------- | ||
.. doxygenclass:: KAryHeap | ||
:project: vpr | ||
|
||
FourAryHeap | ||
---------- | ||
.. doxygenclass:: FourAryHeap | ||
:project: vpr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. _router: | ||
|
||
======= | ||
VPR Router | ||
======= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
router_heap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.