1
0

Merge branch 'master' into hwacha-port

Mostly Stable version that is passing tests
This commit is contained in:
Stephen Twigg
2014-02-04 17:20:28 -08:00
10 changed files with 104 additions and 89 deletions

View File

@ -2,7 +2,7 @@
MODEL := Top
CXX := g++
CXXFLAGS := -O2
CXXFLAGS := -O1
SBT := java -Xmx2048M -Xss8M -XX:MaxPermSize=128M -jar sbt-launch.jar
@ -111,6 +111,8 @@ asm_p_tests = \
rv64uf-p-fmin \
rv64uf-p-fmadd \
rv64uf-p-structural \
rv64si-p-coreid \
rv64si-p-csr \
rv64si-pm-ipi \
rv64ui-pm-lrsc \