Specifications

is_ethernet_mac_device
Usage
is_ethernet_mac_device <slave_desc>
Options
<slave_desc>: String with the slave descriptor to query.
Description
Returns a boolean value that indicates whether the slave descriptor is an Ethernet MAC device.
is_flash
Usage
is_flash <slave_desc>
Options
<slave_desc>: String with the slave descriptor to query.
Description
Returns a boolean value that indicates whether the slave descriptor is a flash memory device.
is_memory_device
Usage
is_memory_device <slave_desc>
Options
<slave_desc>: String with the slave descriptor to query.
Description
Returns a boolean value that indicates whether the slave descriptor is a memory device.
Examples
Example 1:
puts [is_memory_device jtag_uart]
Returns:
0
Example 2:
puts [is_memory_device onchip_ram_64_kbytes]
Returns:
1
15-80
is_ethernet_mac_device
NII5V2
2015.05.14
Altera Corporation
Nios II Software Build Tools Reference
Send Feedback