Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to create 4 bit ALU in Proteus with EPROM?

Status
Not open for further replies.

Nightwind

Newbie
Joined
Jan 6, 2021
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
9
Hello,I need to create 4 bit ALU in proteus 8 for my school project work.
But I really beginner in this program,and this is what I made so far:
4bitALU_EPROM.JPG


And I need to use EPROM (27C64, 27C128, 27C256, 27C512 ), but I don't really understand thiscomponent, I think I need to use a hex file to program this, I searched tutorials everywhere on the internet.
But I found nothing.
So If someone can help me in this,I would be very grateful!
 

Hi,

Nobody would do it this way, thus you probably find no good tutorials.
An EPROM "read" works like an EEPROM, or SRAM ...

And this is how this ALU works. It's a big lookup table.

Basically you need to define the output = data for every combination of inputs = address.

We see 9 inputs and 4 outputs ... but we don't know what's the meaning of each signal.
You need to give more informations for more detailed help.

But don't expect that some one does your job.

You need to have clear specifications (definitions, informations)
Then you need to teach yourself about "EEPROM ALU lookup table". Just do an internet search.
Try to solve it in your own.
In case there still are doubts:
* give a link to the document you refer to
* show your solution
* tell us what you expect
* tell us what you get instead
* tell us your test conditions

Klaus
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top