??? 04/02/05 20:52 Modified: 04/02/05 21:00 Read: times |
#90887 - You could try a CPLD Responding to: ???'s previous message |
![]() ![]() ![]() ![]() You could try using a CPLD solution. I drew out a schematic of such a solution using the Xilinx CPLD design tool. I setup the project to auto-target the design into an XC9500 series part. You may see the schematic at this link as a PDF file. For simplicity and general purpose use I placed the byte that is to be reversed as 8-input pins to the part. Likewise the resultant output bits of the reversed byte pattern are available as 8-output pins. Interestingly enough, when the Xilinx tool set was used to process the logic of the schematic, it arrived at the following minimization: ![]() For anyone interested in using this design it is available in complete project source form in a ZIP file from the following link: ![]() ![]() Have Fun Michael Karas |