Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
learning-journey
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alan Marchiori
learning-journey
Commits
5679a22f
Commit
5679a22f
authored
Oct 09, 2018
by
Alan Marchiori
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
skip verilator install
parent
ed3c8a71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
set-learning-journey.sh
set-learning-journey.sh
+13
-13
No files found.
set-learning-journey.sh
View file @
5679a22f
...
@@ -61,19 +61,19 @@ echo "Home of Learning Journey set in \$LJHOME"
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment