Skip to content

Commit 1c58b38

Browse files
committed
clean project for version 3.0.0
Former-commit-id: 4dcad77
1 parent fb2a72d commit 1c58b38

File tree

345 files changed

+4
-46002
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

345 files changed

+4
-46002
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ docs/site
2727
*.rar
2828

2929
# avoid ignoring project dependencies
30+
!java-cup-11b-runtime.jar
3031
!java-cup-11b.jar
31-
!jflex-1.7.0.jar
32+
!jflex-full-1.7.0.jar
3233

3334
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
3435
hs_err_pid*

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: java
2-
install: true
32

43
jdk:
5-
- oraclejdk8
4+
- openjdk11
65

76
script:
87
- ./gradlew build

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
<a href="https://github.com/andrescv/V-Sim/blob/master/LICENSE">
44
<img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg" alt="License: GPL v3">
55
</a>
6-
<a href="https://app.codacy.com/app/andrescv/V-Sim?utm_source=github.com&utm_medium=referral&utm_content=andrescv/V-Sim&utm_campaign=Badge_Grade_Dashboard">
7-
<img src="https://api.codacy.com/project/badge/Grade/8410d706fe1b498b9ebf66a5eccfcc19" alt="Codacy Badge">
8-
</a>
96
<a href="https://gitter.im/RISC-V-Sim/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
107
<img src="https://badges.gitter.im/RISC-V-Sim/community.svg" alt="Join the chat at https://gitter.im/RISC-V-Sim/community">
118
</a>
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

install

-205
This file was deleted.

lib/java-cup-11b-runtime.jar

30.9 KB
Binary file not shown.
File renamed without changes.

riscv-tests/LICENSE

-24
This file was deleted.

riscv-tests/README.md

-3
This file was deleted.

0 commit comments

Comments
 (0)