/fx3-gpif-config-utils

FX3 GPIF config utilities

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

FX3 GPIF config utilities

Some utilities in Python to show and modify FX3 GPIF config files generated by Cypress GPIF II designer

  • show_gpif_config.py - show waveform info from a FX3 GPIF config file
  • modify_gpif_config_alphas_and_betas.py - modify waveforms (alphas and betas) in a FX3 GPIF config file (creates a modified copy)

Examples

Show the waveforms (alphas, betas, and other settings) from a FX3 GPIF config file:

show_gpif_config.py cyfxgpif2config.h

Show just the alphas and from a FX3 GPIF config file:

show_gpif_config.py -a cyfxgpif2config.h

Modify the alphas and betas in a FX3 config file:

show_gpif_config.py -a cyfxgpif2config.h > alphas_and_betas.txt
# edit the text file alphas_and_betas.txt changing values as needed
modify_gpif_config_alphas_and_betas.py cyfxgpif2config.h < alphas_and_betas.txt

License

Licensed under the GNU GPL V3 (see LICENSE)