ipbus / ipbb

IPbus Builder Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPbus Builder

The IPbus Builder (IPBB) is a tool for streamlining the synthesis, implementation and simulation of modular firmware projects over multiple platforms1.

Getting started

ipbb can be installed via pip (system-wide or per user) wide or in virtualenv.

Pip installation:

sudo pip install https://github.com/ipbus/ipbb/archive/<tag/branch>.tar.gz

VirtualEnv installation:

curl -L https://github.com/ipbus/ipbb/archive/<tag/branch>.tar.gz | tar xvz
source ipbb-<tag or branch>/env.sh

1 Xilinx Vivado and Mentor Graphic's Modelsim

About

IPbus Builder Tool

License:GNU General Public License v3.0


Languages

Language:Python 96.5%Language:Shell 2.9%Language:Tcl 0.6%