afterburner/utils/jtag
ole00 afae1b2166 jtag: fuseconv.py: added support for ATF150XASV (3.3V)
The converted code ID check will match either AS or ASL or ASV
flavours of the ATF150X ICs.
2024-04-20 15:46:44 +01:00
..
device.py added JTAG utils for .jed to .xsvf conversion 2024-04-13 00:02:39 +01:00
example_jed2xsvf.sh added JTAG utils for .jed to .xsvf conversion 2024-04-13 00:02:39 +01:00
fuseconv.py jtag: fuseconv.py: added support for ATF150XASV (3.3V) 2024-04-20 15:46:44 +01:00
jesd3.py added JTAG utils for .jed to .xsvf conversion 2024-04-13 00:02:39 +01:00
readme.txt added JTAG utils for .jed to .xsvf conversion 2024-04-13 00:02:39 +01:00
svf.py added JTAG utils for .jed to .xsvf conversion 2024-04-13 00:02:39 +01:00
svf2xsvf.py added JTAG utils for .jed to .xsvf conversion 2024-04-13 00:02:39 +01:00

readme.txt

JTAG conversion tools
---------------------------------------

fuseconv.py : converts ATF150X .jed file into .svf file

   The origin of the conversion tool is this git repo:
   https://github.com/whitequark/prjbureau


svf2xsvf.py : converts .svf file into .xsvf file 

  The origin of the tool is this git repo:
  https://github.com/arduino/OpenOCD/tree/master/contrib/xsvf_tools


Typically you produce a .jed file for your ATF150X device either by
WinCUPL or by ATF15XX_Yosys (https://github.com/hoglet67/atf15xx_yosys/)
and then run fuseconv.py and svf2xsvf.py to produce .xsvf file that can be
used by Aftereburner's JTAG player.

See example_jed2xsvf.sh for more information how to run these tools.