The IPbus Builder (IPBB) is a tool for streamlining the synthesis, implementation and simulation of modular firmware projects over multiple platforms1.
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