Commit b26f1093 authored by Lucas Russo's avatar Lucas Russo Committed by Henrique Silva

hal/include/board/afcv3/ddr3_defs.h: can't access DDR3 past 0x00FFFFFF

Currently, there is a bug in the FPGA firmware in that we can't
access DDR3 addresses past 0x00FFFFFF.

This is a known issue, github #39.
parent f69225e3
#ifndef _DDR3_DEFS_H_
#define _DDR3_DEFS_H_
#define MEM_TOTAL_SIZE (1UL << 31) /* 2 GB reserved for position storage */
#define MEM_TOTAL_SIZE (1UL << 28) /* 2 GB reserved for position storage */
#define MEM_REGION_SIZE (MEM_TOTAL_SIZE / 16)
/* FPGA Specific */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment