riscv_test.h revision 12771:75508af5d8dc
1// See LICENSE for license details.
2
3#ifndef _ENV_PHYSICAL_MULTI_CORE_H
4#define _ENV_PHYSICAL_MULTI_CORE_H
5
6#include "../p/riscv_test.h"
7
8#undef RISCV_MULTICORE_DISABLE
9#define RISCV_MULTICORE_DISABLE
10
11#endif
12