On 04/12/2013 12:06 PM, Khobatha Setetemela wrote:
-I have confirmed that migensim.vpi installation path is visible in
python3 sys.path

Python's sys.path has nothing to do with the VPI module installation path. sys.path just where Python looks for Python modules. VPI modules are something completely different. You want to put migensim.vpi where Icarus Verilog looks for modules, e.g. /usr/lib/ivl or /usr/local/lib/ivl depending on your Icarus installation.

Sebastien

_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist@Freenode

Reply via email to