Skip to content

Commit

Permalink
Update riscv-torture test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
zarubaf committed Jan 23, 2018
1 parent 188e178 commit 491ea33
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ src/moore.sv
*.dtb
*.dasm
obj_dir/*
tmp/*
/tmp*
*.dasm
1 change: 1 addition & 0 deletions failedtests/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
*.dump
*.sig
*.stats
*.dasm
2 changes: 1 addition & 1 deletion failedtests/Makefile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $(asm_tests_bin): %: %.S $(extra_files)
$(RISCV_GCC) $(RISCV_GCC_OPTS) -I../riscv-torture/env/p -T../riscv-torture/env/p/link.ld $< -o $@

$(asm_tests_hex): %.hex: % $(extra_files)
elf2hex 8 16384 $< 1073741824 > $@
elf2hex 8 16384 $< 2147483648 > $@

$(asm_tests_sig): %.sig: %
$(RISCV_SIM) +signature=$@ $<
Expand Down
2 changes: 1 addition & 1 deletion riscv-torture

0 comments on commit 491ea33

Please sign in to comment.