Skip to content

gbellocchi/richie-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Richie Documentation

The documentation is available here.

Integration within the Richie Framework

To succesfully build the documentation, this repository should be integrated at the root of the Richie framework. Indeed, many text documents are included from sub-repositories belonging to this ecosystem.

Dependencies

Create a Python Virtual Environment

Initialize and install the environment:

make py-env-init
source richie-docs-py-venv/bin/activate
make py-env-install

Git Submodules

git submodule update --init --recursive

Build the documentation

make html

Preview the documentation

The built HTML files (under build/html/) can be previewed in the following ways:

  1. Open the files with a web browser, e.g., with Firefox run make open or firefox build/html/index.html;
  2. If using Visual Studio Code, then install a local workspace extension, e.g., Live Preview.

Publications

If you use Richie in your work, you can cite us:

Richie: A Framework for Agile Design and Exploration of RISC-V-based Accelerator-Rich Heterogeneous SoCs

TBD

A RISC-V-based FPGA overlay to simplify embedded accelerator deployment

@inproceedings{bellocchi2021risc,
  title={A risc-v-based fpga overlay to simplify embedded accelerator deployment},
  author={Bellocchi, Gianluca and Capotondi, Alessandro and Conti, Francesco and Marongiu, Andrea},
  booktitle={2021 24th Euromicro Conference on Digital System Design (DSD)},
  pages={9--17},
  year={2021},
  organization={IEEE}
}

Kudos

The repository structure is inspirated and based on pulp-platform/hwpe-doc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published