If compiling the BPU test with -DC_MODEL, the file testbpu.c attempts to include:
#include "bpu/test/src/mem.h"
however this file is missing, as is the implementation file mem.c in that same directory. The DPU module *does* contain its memory manager code, but I can't easily reconstruct the BPU equivalent by comparing files at this early stage.