Skip to content

leonardt/magma_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages