From 385e358c08dbca00b91794127480c60fc47c960e Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 3 Dec 2014 18:02:53 -0800 Subject: [PATCH] Use non-broken myhdl --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b6a9c62c8..4dcbbcf7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: - export d=`pwd` - sudo apt-get update -qq - 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/cosimulation/icarus && make && sudo install -m 0755 -D ./myhdl.vpi /usr/lib/ivl/myhdl.vpi - cd $d