Skip to content

Commit

Permalink
forced memory bank change in opae
Browse files Browse the repository at this point in the history
  • Loading branch information
sij814 committed Aug 16, 2024
1 parent 7a61b67 commit e34e4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sim/opaesim/opae_sim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e34e4b7

Please sign in to comment.