Altera SoCAL  16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
 All Data Structures Variables Typedefs Groups
Component Instance : rom

Description

Instance rom of component ALT_ROM.

Macros

#define ALT_ROM_OFST   0xfffd0000
 
#define ALT_ROM_ADDR   ALT_CAST(void *, (ALT_CAST(char *, ALT_HPS_ADDR) + ALT_ROM_OFST))
 
#define ALT_ROM_LB_ADDR   ALT_ROM_ADDR
 
#define ALT_ROM_UB_ADDR   ALT_CAST(void *, ((ALT_CAST(char *, ALT_ROM_ADDR) + 0x10000) - 1))
 

Macro Definitions

#define ALT_ROM_OFST   0xfffd0000

The base address byte offset for the start of the ALT_ROM component.

#define ALT_ROM_ADDR   ALT_CAST(void *, (ALT_CAST(char *, ALT_HPS_ADDR) + ALT_ROM_OFST))

The start address of the ALT_ROM component.

#define ALT_ROM_LB_ADDR   ALT_ROM_ADDR

The lower bound address range of the ALT_ROM component.

#define ALT_ROM_UB_ADDR   ALT_CAST(void *, ((ALT_CAST(char *, ALT_ROM_ADDR) + 0x10000) - 1))

The upper bound address range of the ALT_ROM component.