vprocss example: MIG instance name changed in example design
Updated the system.c to use canonical name for MIG to avoid dependency on instance name Signed-off-by: Rohit Consul <rohit.consul@xilinx.com> Acked-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
parent
ed96473f13
commit
f60694c29d
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
#include "system.h"
|
||||
|
||||
/************************** Constant Definitions *****************************/
|
||||
#define USR_FRAME_BUF_BASEADDR (XPAR_MEMORY_SS_MIG_7SERIES_0_BASEADDR+(0x20000000))
|
||||
#define USR_FRAME_BUF_BASEADDR (XPAR_MIG7SERIES_0_BASEADDR + (0x20000000))
|
||||
|
||||
/**************************** Type Definitions *******************************/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue