Page 1 of 1

PLA outputs per opcode

Posted: Wed Dec 14, 2016 5:42 pm
by RichTW
I was wondering: is there a document anywhere which breaks down the PLA outputs per opcode per T state? I've only been able to find this, which lists the PLA outputs and the condition which fires them, but that needs a fair bit of processing to turn into a sequence of PLA outputs for each cycle of an opcode.

Re: PLA outputs per opcode

Posted: Wed Dec 14, 2016 9:09 pm
by BigEd
AFAIK, that wiki page and the links within are the best you'll get, but I'd be interested to know better!

Re: PLA outputs per opcode

Posted: Mon Jan 09, 2017 8:07 pm
by Hobbit1972
RichTW wrote:
I was wondering: is there a document anywhere which breaks down the PLA outputs per opcode per T state? I've only been able to find this, which lists the PLA outputs and the condition which fires them, but that needs a fair bit of processing to turn into a sequence of PLA outputs for each cycle of an opcode.
Actually the page itself contains a ruby script to process the PLA entries per opcode - right at the bottom of the page. It is not too complicated to write a small programm doing the same in your favorite language.