Previous Next  

Element: MemorySize

Document type

Ace

Document XPath

/Ace/MemorySize

Schema XPath

/ConfigRecord/Module/Ace/MemorySize

Description

The MemorySize element defines a black box for the ACE. The example below shows the required values for ACE support:

<Ace name="my-ace">
 <MemorySize
  MemorySizeBss="0x10000"
  MemorySizeText="0x30000"
  MemorySizeData="0x1000"
  MemorySizeRoData="0x1000"/>
</Ace>		
Use

Required

Children

None

Attributes

MemorySizeBss

MemorySizeData

MemorySizeRoData

MemorySizeText

Restrictions

None

Attribute: MemorySizeBss

Document XPath
/Ace/MemorySize/@MemorySizeBss
Schema XPath
/ConfigRecord/Module/Ace/MemorySize/@MemorySizeBss
Description

The size of the BSS section of the ACE’s black box.

Use

Optional

Target location

None

XML data type

DecOrHexValueType

Destination data type

Unsigned 32 bit integer

Behavior if not specified

N/A

Values with special meanings

0x10000: The correct value for this attribute is 0x10000.

Restrictions

Attribute: MemorySizeData

Document XPath
/Ace/MemorySize/@MemorySizeData
Schema XPath
/ConfigRecord/Module/Ace/MemorySize/@MemorySizeData
Description

The maximum size (in bytes) of the ACE’s data section of the ELF file.

Use

Optional

Target location

None

XML data type

DecOrHexValueType

Destination data type

Unsigned 32 bit integer

Behavior if not specified

N/A

Values with special meanings

0x1000: The correct value for this attribute is 0x1000.

Restrictions

Attribute: MemorySizeRoData

Document XPath
/Ace/MemorySize/@MemorySizeRoData
Schema XPath
/ConfigRecord/Module/Ace/MemorySize/@MemorySizeRoData
Description

The maximum size (in bytes) of the ACE’s read-only data section of the ELF file.

Use

Optional

Target location

None

XML data type

DecOrHexValueType

Destination data type

Unsigned 32 bit integer

Behavior if not specified

N/A

Values with special meanings

0x1000: The correct value for this attribute is 0x1000.

Restrictions

Attribute: MemorySizeText

Document XPath
/Ace/MemorySize/@MemorySizeText
Schema XPath
/ConfigRecord/Module/Ace/MemorySize/@MemorySizeText
Description

The maximum size (in bytes) of the ACE’s text section of the ELF file.

Use

Optional

Target location

None

XML data type

DecOrHexValueType

Destination data type

Unsigned 32 bit integer

Behavior if not specified

N/A

Values with special meanings

0x30000: The correct value for this attribute is 0x30000.

Restrictions



Generated on 2007-10-15 17:17:22.