CLI tool for RTL Design Space Exploration on top of Vivado
Project description
DoVado
Advanced Computer Architectures (ACA) Research project 2020.
A CLI tool for RTL Design Space Exploration on top of Vivado.
“Do’ vado?” is an italian slang expression for “Dove vado?” which means “Where do I go?”
State of the Project
Complete prototype.
How to inspect the project
This project uses Poetry for managing dependences and python versions in order to avoid conflicting versions on different machines. Following instructions are tested on a Linux machine but should work on OSX with minor (or none) modifications.
Install Poetry
(if you already have poetry installed skip to the next section)
Execute the following command in a shell to install poetry
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
You will find poetry in $HOME/poetry/.bin where $HOME is usually something like home/your-user-name (on Linux). To check that everything went well run:
poetry --version
If this does not work add the poetry installation directory to the PATH (instructions for Linux)
Run an example
Clone this repository to your local machine:
git clone --recurse-submodules -j8 https://github.com/DPaletti/dovado.git
Now position at the project root (from now on all commands assume you are at project root):
cd dovado
Install all the required dependences:
poetry install
Run an example:
poetry run dovado < examples/input_files/input_rtl_vadd.txt
Doing so all the program prompts are automatically answered with each line in input (one line = one answer), open it to see the answers. After all the vivado output you should see examples’ WNS (worst negative slack) and LUT (lookup table) percentage utilization
Testing
In order to run tests:
poetry run pytest
All tests will be ran and their respective outcome shown.
Tests are managed through pytest which is used as a testing library and as a test runner. Functions which call Vivado are mocked through monkeypatch (from pytest).
A recap of test coverage can be read by:
cd html_cov/
firefox index.html
if you do not have firefox installed any other browser will do.
Report
A full report of the activity conducted in developing Dovado and studying the RTL design space exploration problem can be read (here).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for dovado_rtl-0.2.16-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31ffffc86431d89de32b7d04f5a073a667fbf0645678d6dcfe30df52f0d784b0 |
|
MD5 | e8127be7c8c4efa7a480d06c033b0708 |
|
BLAKE2b-256 | 432752773aa43a806ac6d2cdd4e3e27f2a0b53d8c7ac9e75b3d15d393df14a22 |