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

Subversion Repositories fwrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 mballance
// RISC-V Compliance IO Test Header File
2
 
3
/*
4
 * Copyright (c) 2005-2018 Imperas Software Ltd., www.imperas.com
5
 *
6
 * Licensed under the Apache License, Version 2.0 (the "License");
7
 * you may not use this file except in compliance with the License.
8
 * You may obtain a copy of the License at
9
 *
10
 *   http://www.apache.org/licenses/LICENSE-2.0
11
 *
12
 * Unless required by applicable law or agreed to in writing, software
13
 * distributed under the License is distributed on an "AS IS" BASIS,
14
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
15
 * either express or implied.
16
 *
17
 * See the License for the specific language governing permissions and
18
 * limitations under the License.
19
 *
20
 */
21
 
22
#ifndef _COMPLIANCE_IO_H
23
#define _COMPLIANCE_IO_H
24
 
25
//-----------------------------------------------------------------------
26
// RV IO Macros (Non functional)
27
//-----------------------------------------------------------------------
28
 
29
#define RVTEST_IO_INIT
30
#define RVTEST_IO_WRITE_STR(_STR)
31
#define RVTEST_IO_CHECK()
32
#define RVTEST_IO_ASSERT_GPR_EQ(_R, _I)
33
#define RVTEST_IO_ASSERT_SFPR_EQ(_F, _R, _I)
34
#define RVTEST_IO_ASSERT_DFPR_EQ(_D, _R, _I)
35
 
36
#endif // _COMPLIANCE_IO_H

powered by: WebSVN 2.1.0

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