-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
261 changed files
with
117,655 additions
and
5,011 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -9,3 +9,4 @@ VPR INTERNALS | |
draw_structs | ||
vpr_ui | ||
draw_files | ||
vpr_noc |
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,8 @@ | ||
============== | ||
NoC Data Types | ||
============== | ||
|
||
Data Types | ||
---------- | ||
.. doxygenfile:: noc_data_types.h | ||
: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,8 @@ | ||
======== | ||
NoC Link | ||
======== | ||
|
||
NocLink | ||
------- | ||
.. doxygenfile:: noc_link.h | ||
: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,8 @@ | ||
========== | ||
NoC Router | ||
========== | ||
|
||
NocRouter | ||
--------- | ||
.. doxygenfile:: noc_router.h | ||
: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,23 @@ | ||
=========== | ||
NoC Routing | ||
=========== | ||
|
||
NocRouting | ||
--------------- | ||
.. doxygenfile:: noc_routing.h | ||
:project: vpr | ||
|
||
NocRoutingAlgorithmCreator | ||
-------------------------- | ||
.. doxygenfile:: noc_routing_algorithm_creator.h | ||
:project: vpr | ||
|
||
XYRouting | ||
--------- | ||
.. doxygenfile:: xy_routing.h | ||
:project: vpr | ||
|
||
BFSRouting | ||
---------- | ||
.. doxygenfile:: bfs_routing.h | ||
: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,8 @@ | ||
=========== | ||
NoC Storage | ||
=========== | ||
|
||
NocStorage | ||
---------- | ||
.. doxygenfile:: noc_storage.h | ||
: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,8 @@ | ||
================= | ||
NoC Traffic Flows | ||
================= | ||
|
||
NocTrafficFlows | ||
--------------- | ||
.. doxygenfile:: noc_traffic_flows.h | ||
: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,15 @@ | ||
.. _noc: | ||
|
||
======= | ||
VPR NoC | ||
======= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
noc_router | ||
noc_link | ||
noc_storage | ||
noc_traffic_flows | ||
noc_routing | ||
noc_data_types |
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.