@@ -41,6 +41,17 @@ The core of the SoC is NanoSoC. This is an example, configurable system that is
...
@@ -41,6 +41,17 @@ The core of the SoC is NanoSoC. This is an example, configurable system that is
The expansion region is able to instantiate an accelerator_subsystem by default. This means that anyone using NanoSoC as a platform for accelerator experimentation will need to build an `accelerator_subsystem` rtl module.
The expansion region is able to instantiate an accelerator_subsystem by default. This means that anyone using NanoSoC as a platform for accelerator experimentation will need to build an `accelerator_subsystem` rtl module.
### htmlgen design visualisation
---
A tool is provided to generate an html documentation tree to traverse and explore the design hierarchy:
populates the html/top/build/ directiory. Open `nanosoc_tb.html` to explore from the testbench down in to the design.
### Accelerator Subsystem
### Accelerator Subsystem
---
---
`accelerator_subsystem` can either directly contain an accelerator (or multiple) or can instantiate accelerator wrappers which in turn instantiate accelerators.
`accelerator_subsystem` can either directly contain an accelerator (or multiple) or can instantiate accelerator wrappers which in turn instantiate accelerators.