whitequark / prjbureau

Documenting the Microchip (Atmel) ATF15xx CPLD fuse maps and programming algorithms
https://whitequark.github.io/prjbureau
Other
50 stars 8 forks source link

jed2svf: leading zeroes in hex are missing #14

Closed DoctorWkt closed 1 year ago

DoctorWkt commented 1 year ago

I'm using util.fuseconv to convert a JED file to SVF. With ATMISP the output shows:

SDR 326 TDI (07c060781e07c00000003f ...

With util.fuseconv the output shows:

SDR 326 TDI (7c060781e07c000 ...

Unfortunately my Python foo isn't good enough to fix this, sorry!