forced memory bank change in opae

This commit is contained in:
sij814 2024-08-16 16:53:18 -07:00
parent 7a61b67170
commit e34e4b790a

View file

@ -35,13 +35,13 @@
#include <unordered_map>
#include <util.h>
#ifndef MEMORY_BANKS
//#ifndef MEMORY_BANKS
#ifdef PLATFORM_PARAM_LOCAL_MEMORY_BANKS
#define MEMORY_BANKS PLATFORM_PARAM_LOCAL_MEMORY_BANKS
#else
#define MEMORY_BANKS 2
#endif
#endif
//#endif
#ifndef MEM_CLOCK_RATIO
#define MEM_CLOCK_RATIO 1