Re: Logic simplification with new definition of TYPE bytes
------- Forwarded Message
To: Rick Walker <walker@xxxxxxxxxxxxxxxxx>
From: Don Alderrou <dona@xxxxxxxxxx>
Subject: Re: Logic simplification with new definition of TYPE bytes
In-Reply-To: <200002160105.RAA13894@xxxxxxxxxxxxxxxxx>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed
Rick,
Thank you for the reply. It is very detailed and will help.
BTW, changing a few wires will not be a problem. ;)
One thing I noticed, I think there is a typo in the new
TYPE mapping table. These two rows
ZZZZ/SDDD "10" 0x33 Z0 Z1 Z2 Z3 X:4 D5 D6 D7 D8
SDDD/DDDD "10" 0x78 D1 D2 D3 D4 D5 D6 D7 D8
should have D7 as the last byte.
ZZZZ/SDDD "10" 0x33 Z0 Z1 Z2 Z3 X:4 D5 D6 D7
SDDD/DDDD "10" 0x78 D1 D2 D3 D4 D5 D6 D7
Thanks again,
- --Don