Loading set-learning-journey.sh +13 −13 Original line number Original line Diff line number Diff line Loading @@ -61,19 +61,19 @@ echo "Home of Learning Journey set in \$LJHOME" # install verilator: # install verilator: git clone http://git.veripool.org/git/verilator # git clone http://git.veripool.org/git/verilator cd verilator # cd verilator # unset VERILATOR_ROOT # unset VERILATOR_ROOT git pull # git pull git checkout verilator_3_904 # git checkout verilator_3_904 # Version 3.904 is dated May 30th, 2017, however Chisel3 has issues with # # Version 3.904 is dated May 30th, 2017, however Chisel3 has issues with # more up-to-date versions. This is where the bug was reported and may be tracked: # # more up-to-date versions. This is where the bug was reported and may be tracked: # https://github.com/ucb-bar/chisel-tutorial/issues/111 # # https://github.com/ucb-bar/chisel-tutorial/issues/111 autoconf # Create ./configure script # autoconf # Create ./configure script ./configure # ./configure make # make make install # make install cd $LJHOME cd $LJHOME Loading Loading
set-learning-journey.sh +13 −13 Original line number Original line Diff line number Diff line Loading @@ -61,19 +61,19 @@ echo "Home of Learning Journey set in \$LJHOME" # install verilator: # install verilator: git clone http://git.veripool.org/git/verilator # git clone http://git.veripool.org/git/verilator cd verilator # cd verilator # unset VERILATOR_ROOT # unset VERILATOR_ROOT git pull # git pull git checkout verilator_3_904 # git checkout verilator_3_904 # Version 3.904 is dated May 30th, 2017, however Chisel3 has issues with # # Version 3.904 is dated May 30th, 2017, however Chisel3 has issues with # more up-to-date versions. This is where the bug was reported and may be tracked: # # more up-to-date versions. This is where the bug was reported and may be tracked: # https://github.com/ucb-bar/chisel-tutorial/issues/111 # # https://github.com/ucb-bar/chisel-tutorial/issues/111 autoconf # Create ./configure script # autoconf # Create ./configure script ./configure # ./configure make # make make install # make install cd $LJHOME cd $LJHOME Loading