OpenCores
URL https://opencores.org/ocsvn/fwrisc/fwrisc/trunk

Subversion Repositories fwrisc

[/] [fwrisc/] [trunk/] [ve/] [fwrisc/] [tests/] [riscv-compliance/] [riscv-test-suite/] [rv32ui/] [rv64ui/] [simple.S] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 mballance
# See LICENSE for license details.
2
 
3
#*****************************************************************************
4
# simple.S
5
#-----------------------------------------------------------------------------
6
#
7
# This is the most basic self checking test. If your simulator does not
8
# pass thiss then there is little chance that it will pass any of the
9
# more complicated self checking tests.
10
#
11
 
12
#include "riscv_test.h"
13
#include "compliance_test.h"
14
#include "compliance_io.h"
15
#include "aw_test_macros.h"
16
 
17
RVTEST_RV64U
18
RV_COMPLIANCE_CODE_BEGIN
19
 
20
RVTEST_PASS
21
 
22
RV_COMPLIANCE_CODE_END
23
 
24
 
25
  .data
26
 
27
RV_COMPLIANCE_DATA_BEGIN
28
 
29
test_res:
30
    .fill 8, 4, -1
31
 
32
RV_COMPLIANCE_DATA_END
33
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.