URL
https://opencores.org/ocsvn/fwrisc/fwrisc/trunk
Subversion Repositories fwrisc
[/] [fwrisc/] [trunk/] [ve/] [fwrisc/] [tests/] [riscv-compliance/] [riscv-target/] [Codasip-simulator/] [compliance_io.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_IO_H #define _COMPLIANCE_IO_H //----------------------------------------------------------------------- // RV IO Macros //----------------------------------------------------------------------- #define RVTEST_IO_INIT #define RVTEST_IO_PUTC(_R) #define RVTEST_IO_WRITE_STR(_STR) #define RVTEST_IO_ASSERT_GPR_EQ(_R, _I) #endif // _COMPLIANCE_IO_H