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.

design of a simple calculator using VHDL code

Status
Not open for further replies.

susheelcpanguluri

Newbie level 2
Joined
Nov 5, 2010
Messages
2
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,296
Hii friends, this site is very useful for the students and this is the first time I am posting and please make me happy.......

For your design project you will be creating a simple calculator. The calculator has a keypad as its input. The keypad has the decimal numbers 0 – 9, clear,=, + and -. You will only be implementing addition and subtraction. The following restrictions are given. The results will remain in memory until the clear button is pressed. For example you can enter
in 1 + 3 = 4 + 2 = 6. You can add on to the result like a calculator. The output must use a
form of decimal number (BCD, 2 out of 5, excess 3, etc.)
I need state machine and data path

please help me as I have no time
 

Then you've already missed your deadline..
 
Take all the numbers 0 – 9, and clear,=, + and - etc as inputs. Instantiate a RAM so that whatever calculations you are doing will be stored in it. Program in such a way that when you press " clear", the RAM gets erased. All the Best
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top