diff options
author | Andrew Waterman <waterman@cs.berkeley.edu> | 2016-07-22 11:25:52 -0700 |
---|---|---|
committer | Andrew Waterman <waterman@cs.berkeley.edu> | 2016-07-22 11:26:57 -0700 |
commit | d5fb1309c80bf57cb33e53b7fa6010fe6a374062 (patch) | |
tree | 8700c3e74e5fb9193f956db82cfc97ab0db7ffe2 /isa/rv64ui/example.S | |
parent | d7bd2474c4474f0ca69c6d0adc4dd3501c91c5bc (diff) | |
download | riscv-tests-d5fb1309c80bf57cb33e53b7fa6010fe6a374062.zip riscv-tests-d5fb1309c80bf57cb33e53b7fa6010fe6a374062.tar.gz riscv-tests-d5fb1309c80bf57cb33e53b7fa6010fe6a374062.tar.bz2 |
Move dirty bit test to rv64si directory
Not sure this is quite right, since the test technically runs in M-mode.
Also, remove unused rdnpc/example tests.
Diffstat (limited to 'isa/rv64ui/example.S')
-rw-r--r-- | isa/rv64ui/example.S | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/isa/rv64ui/example.S b/isa/rv64ui/example.S deleted file mode 100644 index 6c45fbd..0000000 --- a/isa/rv64ui/example.S +++ /dev/null @@ -1,27 +0,0 @@ -# See LICENSE for license details. - -#***************************************************************************** -# simple.S -#----------------------------------------------------------------------------- -# -# This is the most basic self checking test. If your simulator does not -# pass thiss then there is little chance that it will pass any of the -# more complicated self checking tests. -# - -#include "riscv_test.h" -#include "test_macros.h" - -RVTEST_RV64U -RVTEST_CODE_BEGIN - -RVTEST_PASS - -RVTEST_CODE_END - - .data -RVTEST_DATA_BEGIN - - TEST_DATA - -RVTEST_DATA_END |