Skip to content

Commit b972678

Browse files
committed
1 parent fb40898 commit b972678

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/SpinalHDL/Simulation/install/Verilator.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You will also need a recent version of Verilator installed :
4040
.. code-block:: sh
4141
4242
sudo apt-get install git make autoconf g++ flex bison # First time prerequisites
43-
git clone http://git.veripool.org/git/verilator # Only first time
43+
git clone https://github.com/verilator/verilator.git # Only first time
4444
unsetenv VERILATOR_ROOT # For csh; ignore error if on bash
4545
unset VERILATOR_ROOT # For bash
4646
cd verilator
@@ -94,7 +94,7 @@ From source
9494
git flex\
9595
mingw-w64-x86_64-cmake
9696
97-
git clone http://git.veripool.org/git/verilator
97+
git clone https://github.com/verilator/verilator.git
9898
unset VERILATOR_ROOT
9999
cd verilator
100100
git pull

0 commit comments

Comments
 (0)