mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 10:15:19 +00:00
12 lines
209 B
C
12 lines
209 B
C
// See LICENSE for license details.
|
|
|
|
#ifndef _ENV_PHYSICAL_MULTI_CORE_H
|
|
#define _ENV_PHYSICAL_MULTI_CORE_H
|
|
|
|
#include "../p/riscv_test.h"
|
|
|
|
#undef RISCV_MULTICORE_DISABLE
|
|
#define RISCV_MULTICORE_DISABLE
|
|
|
|
#endif
|