mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +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
 |