diff options
| author | Tim Newsome <tim@sifive.com> | 2016-12-27 11:34:50 -0800 |
|---|---|---|
| committer | Tim Newsome <tim@sifive.com> | 2016-12-27 11:34:50 -0800 |
| commit | 4ec77dde62f8c14df9403abf7b10a2455ea72125 (patch) | |
| tree | ce54ad127f65f392c149d66d1caf84c677d8daec /debug/programs/trigger.S | |
| parent | b986817eebe9bd810be371dc84ee94e8f654de42 (diff) | |
| download | riscv-tests-4ec77dde62f8c14df9403abf7b10a2455ea72125.zip riscv-tests-4ec77dde62f8c14df9403abf7b10a2455ea72125.tar.gz riscv-tests-4ec77dde62f8c14df9403abf7b10a2455ea72125.tar.bz2 | |
Use compressed code if the target supports it.
The main change was to read misa before running any other test. If misa
indicates C is supported, then use compressed code. This required
changing some tests, mostly to ensure correct alignment. The single
step test also needs to know the correct addresses to step through in
compressed code.
Only print at most 1000 lines from each log file.
Diffstat (limited to 'debug/programs/trigger.S')
| -rw-r--r-- | debug/programs/trigger.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/programs/trigger.S b/debug/programs/trigger.S index d87b71e..ac5a2f8 100644 --- a/debug/programs/trigger.S +++ b/debug/programs/trigger.S @@ -101,6 +101,7 @@ read_triggers: ret .data + .align 3 data: .word 0x40 .word 0x41 .word 0x42 |
