Visible to Intel only — GUID: reference_TCL_tcl_pkg_insystem_memory_edit_ver_1_0_cmd_begin_memory_edit
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_insystem_memory_edit_ver_1_0_cmd_begin_memory_edit
Ixiasoft
3.1.13.1. begin_memory_edit (::quartus::insystem_memory_edit)
The following table displays information for the begin_memory_edit Tcl command:
Tcl Package and Version | Belongs to ::quartus::insystem_memory_edit |
||
Syntax | begin_memory_edit [-h | -help] [-long_help] -device_name <device name> -hardware_name <hardware name> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-device_name <device name> | Name of the device that holds the editable memory instances | ||
-hardware_name <hardware name> | Name of the hardware that connects to the JTAG chain | ||
Description | Start the memory editing sequence. The editing sequence should be terminated with end_memory_edit. The sequence does not have to be terminated unless the device configuration is changed or a different device is edited. The hardware and device name can be obtained with the get_hardware_names and get_device_names commands from the jtag package. |
||
Example Usage | |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR |