aboutsummaryrefslogtreecommitdiff
path: root/isa/rv64si/coreid.S
blob: 47336db5d9fa23bfe2ed240657bf2a995d196f98 (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
#*****************************************************************************
# coreid.S
#-----------------------------------------------------------------------------
#
# Test coreid.
#

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

RVTEST_RV64S
RVTEST_CODE_BEGIN

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

  TEST_CASE( 2, x1, 0x0, mfpcr x1, hartid );

  TEST_PASSFAIL

RVTEST_CODE_END

  .data
RVTEST_DATA_BEGIN

  TEST_DATA

RVTEST_DATA_END