We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb40898 commit b972678Copy full SHA for b972678
1 file changed
source/SpinalHDL/Simulation/install/Verilator.rst
@@ -40,7 +40,7 @@ You will also need a recent version of Verilator installed :
40
.. code-block:: sh
41
42
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
+ git clone https://github.com/verilator/verilator.git # Only first time
44
unsetenv VERILATOR_ROOT # For csh; ignore error if on bash
45
unset VERILATOR_ROOT # For bash
46
cd verilator
@@ -94,7 +94,7 @@ From source
94
git flex\
95
mingw-w64-x86_64-cmake
96
97
- git clone http://git.veripool.org/git/verilator
+ git clone https://github.com/verilator/verilator.git
98
unset VERILATOR_ROOT
99
100
git pull
0 commit comments