Specifications
are_same_resource
Usage
are_same_resource <slave_desc1> <slave_desc2>
Options
• <slave_desc1>: String with the first slave descriptor to compare.
• <slave_desc2>: String with the second slave descriptor to compare.
Description
Returns a boolean value that indicates whether the two slave descriptors are connected to the same
resource. To connect to the same resource, the two slave descriptors must be associated with the same
module. The module specifies whether two slaves access the same resource or different resources within
that module. For example, a dual-port memory has two slaves that access the same resource (the
memory). However, you could create a module that has two slaves that access two different resources such
as a memory and a control port.
delete_memory_region
Usage
delete_memory_region <region_name>
Options
• <region_name>: String with the name of the memory region to delete.
Description
Deletes the specified memory region. The region must exist to avoid an error condition.
delete_section_mapping
Usage
delete_section_mapping <section_name>
Options
• <section_name>: String with the name of the section.
Description
Deletes the specified section mapping.
Example
delete_section_mapping .text
15-66
are_same_resource
NII5V2
2015.05.14
Altera Corporation
Nios II Software Build Tools Reference
Send Feedback