Rom size?

Thread Starter

morgan

Joined Jul 10, 2010
9
I want to realize a combinational logic function that can perform the function of a 74*381 by using a particular size of a ROM. Could anyone tell me what kind of ROM should I use?
 

Wendy

Joined Mar 24, 2008
23,421
A 74381 is a ALU (arithmetic logic unit). It has 12 inputs and 6 outputs. That means it has 2^12 bits X 6, or 4,096 X 6 cells. Seems doable, but a real pain to program.
 

Attachments

Wendy

Joined Mar 24, 2008
23,421
I'm thinking there are 4K X 8 ROMs out there, but more than that I can not help with. The X 8 is the data width of a 8 bit word. You are going to also need an EPROM programmer.
 
Top