A
Apocalypse
what do you mean by "if its not registered" so I finally found someone to sell me one.. I have it coming monday. what do I need to do to read the chip? Im going to throw it in my eeprom reader (TL866cs) and try to dump it/copy it so I have the 2 that I need to link these machines - or is this not going to be as straight forward as I think?
skate got it, the chip is probably protected which mean you can't read it on your programmer even if it supports it.It's not a straight forward dump. It's essentially a brute force process of pulling pins high and low to determine the behaviour of the chip to reproduce the jed. I don't know how to do it but that's my understanding.what do you mean by "if its not registered" so I finally found someone to sell me one.. I have it coming monday. what do I need to do to read the chip? Im going to throw it in my eeprom reader (TL866cs) and try to dump it/copy it so I have the 2 that I need to link these machines - or is this not going to be as straight forward as I think?
No registered means there's isn't any latches involved in the logic between the inputs and outputs of the chip so the chip can be seen as a big table: for each combination of inputs you have one combination of outputs.
To brute" read" the chip you need to build an adapter that makes it seen as an EPROM for your programmer. Reading it will generate a big file (inputs will be simulated by address lines, outputs will be read from data lines). Finally equations between inputs and outputs will have to be deducted with a tool and reduced in order to fit in a PAL/GAL.