mirror of
https://github.com/YosysHQ/picorv32.git
synced 2025-01-03 03:43:38 -05:00
13 lines
227 B
C
13 lines
227 B
C
#ifndef RISCV_TEST_H
|
|
#define RISCV_TEST_H
|
|
|
|
#define RVTEST_RV32U
|
|
#define RVTEST_CODE_BEGIN
|
|
#define RVTEST_CODE_END
|
|
#define RVTEST_DATA_BEGIN
|
|
#define RVTEST_DATA_END
|
|
|
|
#define RVTEST_FAIL sbreak
|
|
#define RVTEST_PASS sbreak
|
|
|
|
#endif
|