Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
printemps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MINOTAuR
printemps
Commits
07aeb563
Commit
07aeb563
authored
6 years ago
by
Michael Schaffner
Committed by
Florian Zaruba
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update to Verilator 4.014
parent
957ba3ad
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
ci/install-verilator.sh
+1
-1
1 addition, 1 deletion
ci/install-verilator.sh
ci/path-setup.sh
+1
-1
1 addition, 1 deletion
ci/path-setup.sh
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
1
−
1
View file @
07aeb563
...
@@ -6,7 +6,7 @@ before_script:
...
@@ -6,7 +6,7 @@ before_script:
-
export QUESTASIM_FLAGS=-noautoldlibpath
-
export QUESTASIM_FLAGS=-noautoldlibpath
-
export CXX=g++-7.2.0 CC=gcc-7.2.0
-
export CXX=g++-7.2.0 CC=gcc-7.2.0
-
export RISCV=/scratch2/gitlabci/riscv_install
-
export RISCV=/scratch2/gitlabci/riscv_install
-
export VERILATOR_ROOT=/scratch2/gitlabci/verilator-
3.92
4
-
export VERILATOR_ROOT=/scratch2/gitlabci/verilator-
4.01
4
# setup dependent paths
# setup dependent paths
-
export PATH=${RISCV}/bin:$VERILATOR_ROOT/bin:${PATH}
-
export PATH=${RISCV}/bin:$VERILATOR_ROOT/bin:${PATH}
-
export LIBRARY_PATH=$RISCV/lib
-
export LIBRARY_PATH=$RISCV/lib
...
...
This diff is collapsed.
Click to expand it.
.travis.yml
+
1
−
1
View file @
07aeb563
...
@@ -36,7 +36,7 @@ addons:
...
@@ -36,7 +36,7 @@ addons:
env
:
env
:
global
:
global
:
-
RISCV="/home/travis/riscv_install"
-
RISCV="/home/travis/riscv_install"
-
VERILATOR_ROOT="/home/travis/verilator-
3.92
4/"
-
VERILATOR_ROOT="/home/travis/verilator-
4.01
4/"
branches
:
branches
:
only
:
only
:
...
...
This diff is collapsed.
Click to expand it.
ci/install-verilator.sh
+
1
−
1
View file @
07aeb563
...
@@ -10,7 +10,7 @@ fi
...
@@ -10,7 +10,7 @@ fi
if
[
!
-e
"
$VERILATOR_ROOT
/bin/verilator"
]
;
then
if
[
!
-e
"
$VERILATOR_ROOT
/bin/verilator"
]
;
then
echo
"Installing Verilator"
echo
"Installing Verilator"
rm
-f
verilator
*
.tgz
rm
-f
verilator
*
.tgz
wget https://www.veripool.org/ftp/verilator-4.0
08
.tgz
wget https://www.veripool.org/ftp/verilator-4.0
14
.tgz
tar
xzf verilator
*
.tgz
tar
xzf verilator
*
.tgz
rm
-f
verilator
*
.tgz
rm
-f
verilator
*
.tgz
cd
verilator
*
cd
verilator
*
...
...
This diff is collapsed.
Click to expand it.
ci/path-setup.sh
+
1
−
1
View file @
07aeb563
...
@@ -10,7 +10,7 @@ export CXX=g++-7 CC=gcc-7
...
@@ -10,7 +10,7 @@ export CXX=g++-7 CC=gcc-7
# where to install the tools
# where to install the tools
export
RISCV
=
$TOP
/riscv_install
export
RISCV
=
$TOP
/riscv_install
export
VERILATOR_ROOT
=
$TOP
/verilator-4.0
08
/
export
VERILATOR_ROOT
=
$TOP
/verilator-4.0
14
/
export
PATH
=
$RISCV
/bin:
$VERILATOR_ROOT
/bin:
$PATH
export
PATH
=
$RISCV
/bin:
$VERILATOR_ROOT
/bin:
$PATH
export
LIBRARY_PATH
=
$RISCV
/lib
export
LIBRARY_PATH
=
$RISCV
/lib
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment