From 4981d7cacdf80681c0fda348efe0703503282af6 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Sat, 21 Mar 2015 02:56:17 -0700 Subject: [PATCH] Update MyHDL repo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4dcbbcf7b..8527dee99 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/alexforencich/myhdl + - git clone https://github.com/jandecaluwe/myhdl.git - 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