minor update

This commit is contained in:
Blaise Tine 2024-09-04 03:34:25 -07:00
parent 335b53475a
commit fd5903fef1
6 changed files with 5 additions and 66 deletions

View file

@ -41,14 +41,6 @@ typedef VVortex Device;
#include <dram_sim.h>
#include <util.h>
#ifndef MEMORY_BANKS
#ifdef PLATFORM_PARAM_LOCAL_MEMORY_BANKS
#define MEMORY_BANKS PLATFORM_PARAM_LOCAL_MEMORY_BANKS
#else
#define MEMORY_BANKS 2
#endif
#endif
#ifndef MEM_CLOCK_RATIO
#define MEM_CLOCK_RATIO 1
#endif