Makefile now uses iverilog-vpi
authorTim 'mithro' Ansell <mithro@mithis.com>
Tue, 14 Apr 2015 08:28:56 +0000 (18:28 +1000)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Tue, 14 Apr 2015 15:17:13 +0000 (23:17 +0800)
commitc3c5ffb3035a6ff0ba3abcd1b5757c40a0702e16
tree1615a377ef4335da83c10135177378a4eda26067
parent34207982bc9b220c7834568146339cc1c53293cb
Makefile now uses iverilog-vpi

From `man iverilog-vpi`;
> iverilog-vpi is a tool to simplify the compilation of VPI modules for use
> with Icarus Verilog. It takes on the command line a list of C or C++ source
> files, and generates as output a linked VPI module.

Fixes https://github.com/m-labs/migen/issues/11
vpi/Makefile