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

Subversion Repositories fwrisc

[/] [fwrisc/] [trunk/] [ve/] [fwrisc/] [tests/] [riscv-compliance/] [riscv-target/] [riscvOVPsim/] [compliance_test.h] - Rev 2

Compare with Previous | Blame | View Log

// RISC-V Compliance Test Header File
// Copyright (c) 2017, Codasip Ltd. All Rights Reserved.
// See LICENSE for license details.
//
// Description: Common header file for RV32I tests
 
#ifndef _COMPLIANCE_TEST_H
#define _COMPLIANCE_TEST_H
 
#include "riscv_test.h"
 
//-----------------------------------------------------------------------
// RV Compliance Macros
//-----------------------------------------------------------------------
 
#define RV_COMPLIANCE_HALT                                                    \
        RVTEST_PASS                                                           \
 
#define RV_COMPLIANCE_RV32M                                                   \
        RVTEST_RV32M                                                          \
 
#define RV_COMPLIANCE_CODE_BEGIN                                              \
        RVTEST_CODE_BEGIN                                                     \
 
#define RV_COMPLIANCE_CODE_END                                                \
        RVTEST_CODE_END                                                       \
 
#define RV_COMPLIANCE_DATA_BEGIN                                              \
        RVTEST_DATA_BEGIN                                                     \
 
#define RV_COMPLIANCE_DATA_END                                                \
        RVTEST_DATA_END                                                       \
 
#endif
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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