Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 743 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 743 Bytes

Build Status

Setup

Python 3.7+

If you don't have a Python version 3.7 or greater installed, you can install it with https://conda.io/miniconda.html.

CoreIR

See https://github.com/rdaly525/coreir/blob/master/INSTALL.md for instructions

hwtypes

You'll need the dependencies for the hwtypes packages, see these instructions

Verilator

Used for Verilog simulation

$ brew install verilator
$ apt-get install verilator

Install Python libraries

$ pip install magma-lang mantle fault

Tests

$ pip install pytest
$ pytest tests