1
0
Fork 0

bump rocket

This commit is contained in:
Andrew Waterman 2016-07-14 22:11:19 -07:00
parent 768403f8fa
commit ba08255450
2 changed files with 2 additions and 2 deletions

2
rocket

@ -1 +1 @@
Subproject commit 31639c6a33d7ac5805aa11512b8d300c9f03e998
Subproject commit d91be2b545ea0eb704bf3c2b02b5d200f27426fa

View File

@ -95,7 +95,7 @@ run-$kind-tests-fast: $$(addprefix $$(output_dir)/, $$(addsuffix .run, $targets)
object DefaultTestSuites {
val rv32uiNames = LinkedHashSet(
"simple", "add", "addi", "and", "andi", "auipc", "beq", "bge", "bgeu", "blt", "bltu", "bne", "fence_i",
"j", "jal", "jalr", "lb", "lbu", "lh", "lhu", "lui", "lw", "or", "ori", "sb", "sh", "sw", "sll", "slli",
"jal", "jalr", "lb", "lbu", "lh", "lhu", "lui", "lw", "or", "ori", "sb", "sh", "sw", "sll", "slli",
"slt", "slti", "sra", "srai", "srl", "srli", "sub", "xor", "xori")
val rv32ui = new AssemblyTestSuite("rv32ui", rv32uiNames)(_)