aboutsummaryrefslogtreecommitdiff
path: root/isa/rv64si/coreid.S
blob: 0bfee16b2b2eae4b7a8ff4018a2c920a966d0763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# See LICENSE for license details.

#*****************************************************************************
# coreid.S
#-----------------------------------------------------------------------------
#
# Test coreid.
#

#include "riscv_test.h"
#include "test_macros.h"

RVTEST_RV64S
RVTEST_CODE_BEGIN

  #-------------------------------------------------------------
  # Basic tests
  #-------------------------------------------------------------

  TEST_CASE( 2, x1, 0x0, li x1, 1; csrr x1, hartid );

  TEST_PASSFAIL

RVTEST_CODE_END

  .data
RVTEST_DATA_BEGIN

  TEST_DATA

RVTEST_DATA_END