Skip to content

Commit

Permalink
Merge pull request #2 from sifive/update-python3
Browse files Browse the repository at this point in the history
Updates for verilator 4.2
  • Loading branch information
ahuntington authored Apr 9, 2021
2 parents 891ae6b + 4e687f4 commit 5003200
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ RUN yum update -y && yum install -y \
perl-Digest-MD5 \
rsync \
rpm-build \
make
make \
python3
WORKDIR /usr/src/app
3 changes: 2 additions & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ RUN apt-get update && apt-get install -y \
bison \
flex \
g++ \
make
make \
python3
WORKDIR /usr/src/app
4 changes: 4 additions & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@ ci/
obj_dir.*
TAGS
.*~
Dockerfile.*
README.adoc
build-deb.sh
build-rpm.sh
5 changes: 5 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ git remote add verilator git@github.com:verilator/verilator.git
git fetch verilator
git checkout v4.028
git cherry-pick origin/master -X theirs
# git will likely want you to resolve the fact that the README.adoc and
# .travis.yaml files are not in the repo here.
git add README.adoc
git add .travis.yaml
git cherry-pick --continue
git tag 4.028-0sifive1
git push origin 4.028-0sifive1
----
Expand Down

0 comments on commit 5003200

Please sign in to comment.