release
Release JTAG or Ethernet cable resource
Syntax
Description
release(
releases the JTAG cable or
Ethernet cable resource, depending on the interface that you use.mem
)
When you use a JTAG interface, the function releases the JTAG cable resource, freeing the cable for use to reprogram the FPGA. After initialization, the AXI manager object,
mem
, holds the JTAG cable resource, and other programs cannot access the JTAG cable. While you have an active AXI manager object, FPGA programming over JTAG fails. Call therelease
function before reprogramming the FPGA.When you use an Ethernet interface, the function closes the Ethernet communications channel and clears the associated resources. During the creation of AXI manager object
mem
, the object initializes a communication stream to enable the exchange of data between the host computer and the target processor. Call therelease
function when you no longer need to access the board.
Examples
Input Arguments
Version History
Introduced in R2017a