1
0
mirror of https://github.com/olofk/serv.git synced 2026-04-29 21:36:46 +00:00
Files
olofk.serv/picorv32_firmware/tests/simple.S
Olof Kindgren c33d97d80f Update firmware
2018-11-09 21:28:40 +01:00

28 lines
560 B
ArmAsm

# 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_RV32U
RVTEST_CODE_BEGIN
RVTEST_PASS
RVTEST_CODE_END
.data
RVTEST_DATA_BEGIN
TEST_DATA
RVTEST_DATA_END