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

Subversion Repositories fwrisc

[/] [fwrisc/] [trunk/] [ve/] [fwrisc/] [tests/] [riscv-compliance/] [riscv-target/] [spike/] [compliance_test.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 mballance
// RISC-V Compliance Test Header File
2
// Copyright (c) 2017, Codasip Ltd. All Rights Reserved.
3
// See LICENSE for license details.
4
//
5
// Description: Common header file for RV32I tests
6
 
7
#ifndef _COMPLIANCE_TEST_H
8
#define _COMPLIANCE_TEST_H
9
 
10
#include "riscv_test.h"
11
 
12
//-----------------------------------------------------------------------
13
// RV Compliance Macros
14
//-----------------------------------------------------------------------
15
 
16
#define RV_COMPLIANCE_HALT                                                    \
17
        RVTEST_PASS                                                           \
18
 
19
#define RV_COMPLIANCE_RV32M                                                   \
20
        RVTEST_RV32M                                                          \
21
 
22
#define RV_COMPLIANCE_CODE_BEGIN                                              \
23
        RVTEST_CODE_BEGIN                                                     \
24
 
25
#define RV_COMPLIANCE_CODE_END                                                \
26
        RVTEST_CODE_END                                                       \
27
 
28
#define RV_COMPLIANCE_DATA_BEGIN                                              \
29
        RVTEST_DATA_BEGIN                                                     \
30
 
31
#define RV_COMPLIANCE_DATA_END                                                \
32
        RVTEST_DATA_END                                                       \
33
 
34
#endif

powered by: WebSVN 2.1.0

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