1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

Use non-broken myhdl

This commit is contained in:
Alex Forencich 2014-12-03 18:02:53 -08:00
parent b83dd34185
commit 385e358c08

View File

@ -7,7 +7,7 @@ before_install:
- export d=`pwd` - export d=`pwd`
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -y iverilog - sudo apt-get install -y iverilog
- hg clone https://bitbucket.org/jandecaluwe/myhdl - hg clone https://bitbucket.org/alexforencich/myhdl
- cd $d/myhdl && sudo python setup.py install - cd $d/myhdl && sudo python setup.py install
- cd $d/myhdl/cosimulation/icarus && make && sudo install -m 0755 -D ./myhdl.vpi /usr/lib/ivl/myhdl.vpi - cd $d/myhdl/cosimulation/icarus && make && sudo install -m 0755 -D ./myhdl.vpi /usr/lib/ivl/myhdl.vpi
- cd $d - cd $d