pylab_ml.common.file_io
This script contains functions to handle the environment, such as inserting paths to sys.path and getting environment variables. It also includes a function to replace environment variables in a dictionary with their values.
Functions
|
Open a file dialog to select a file. |
|
Get the file with the latest date. |
|
Lists all functions available in file_io module. |
|
Load an Intel Hex file into a byte array. |
|
Open a file with the given name. |
|
Read a memory file in the specified format (verilog, txt, or QEMem). |
|
Read a file with memory data in the DUMP_QE Software format. |
|
Parses an EEPROM file with format '@Address Data' in hex and returns a dictionary with decimal keys and values. |
|
Read a file with memory data in verilog hex format. |
|
Read a file with memory data in simple hex or integer format. |
|
Replace environment variables in the given file name with their values. |
|
Write memory data to a file in verilog hex format. |