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

o_invert -> xor_invert in PT1/PT2 docs #4

Closed RobertBaruch closed 3 years ago

RobertBaruch commented 3 years ago

o_invert should be xor_invert, to be consistent with the tool input/output.

RobertBaruch commented 3 years ago

I'll provide a pull request for the o_invert -> xor_invert change. Possibly also add some information about the purpose of xor_invert? (e.g. xt = (xor_invert == on) ^ XT.A ^ XT.B)