
- 8 to 256 decoder
- 02-23-2006
![]() Re: 8 to 256 decoder
| Spehro Pefhany | 02-23-2006 |
![]() Re: 8 to 256 decoder
| Tim Shoppa | 02-23-2006 |
![]() Re: 8 to 256 decoder
| Uwe Bonnes | 02-23-2006 |
Please Register and login to reply and use other advanced options
Good day to all,
Nowadays, in 2006, what would be the best approach to make a 8 to 256
decoder?
-Regards
Roger
On 23 Feb 2006 06:33:23 -0800, the renowned "Roger Bourne"
I think it's going to turn out to be pretty situational. If the
decoder is very slow, you could use some kind of serial SR / micro
thing. If it has to be fast and one chip, you could use programmable
BGA-packaged logic. And you could always use a whack (2^4 = 1 whack)
of 74HC154s, plus another to decode. At $3.25 USD total that one will
be hard to beat price-wise.
Roger Bourne wrote:
As Spehro points out, it's hard to imagine needing all 256 decoded
outputs in one place, much less in a lot of diverse places. That's a
huge hassle to route around your PCB etc. Typically you would pipe the
8 address lines around and let whatever boards/subcircuits need some of
the decoded outputs decode only the combinations it needs. Since the
80's the preferred way of doing that decoding (tied in with enables and
clocks and whatever else is relevant) is PAL's or GAL's, today you
would probably do it with whatever programmable logic you have there
already (FPGA's, CPLD's, etc.)
The early 70's way would be 16 74154's decoding the high 4 lines, each
of these decoded outputs enabling one of 16 74154's decoding the low 4
lines.
But even in the 70's the 74154 was a bit ungainly, much more PCB-space
efficient was to use more of the smaller-packaged 74138.
Tim.
On 23 Feb 2006 07:05:26 -0800, the renowned "Tim Shoppa"
True, however the wide SOIC-24 isn't quite as gross as the 600-mil
wide DIP-24, depending on design rules etc. TSSOP HC138s would be more
compact.
Best regards,
Spehro Pefhany
--
"it's the network..." "The Journey is the reward"
speff@interlog.com Info for manufacturers: http://www.trexon.com
Embedded software/hardware/analog Info for designers: http://www.speff.com
- AccessHD DTV decoder report
- Electronics Design
- 2009-04-11
- TDA7330B RDS decoder
- Electronics Design
- 2010-06-27
- Quadrature decoder
- Electronics Design
- 2010-06-01
- 3x4 Matrix Keypad Decoder
- Electronic Components
- 2007-08-06
- HP quadrature decoder?
- Electronic Components
- 2006-11-13








>Nowadays, in 2006, what would be the best approach to make a 8 to 256
>decoder?
>-Regards
>Roger