![]() | ![]() | ![]() |
| | |||||||
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| Hey guys,this is a great forum instead...! I need help and guidance to build a one bit x one bit BCD multiplier...!I have google for it and found nothing on it!For this design,i'm am not allowed to use counter and address to use only basic equipment such as mux,demux,ic and basic gates..!Any idea on how to design it? Thanks | |
| |
| | (permalink) |
| 1 bit * 1 bit multiply = 2 bit answer. Take the 2 inputs to an xor gate and the output is bit 0 of the answer. Take the 2 inputs to an and gate and the output is bit 1 of the answer. Mike. | |
| |
| | (permalink) | |
| Quote:
my question,let say 3 (0011 BCD) * 9 (1001 BCD) the output will be 27 (0010 0111). How do i combine full adder or other equipment to design a circuit to get the output in BCD?This is wat i meant by one bit*one bit BCD multiplier.Anyone can help me in solving this porblem..! Thanks for your reply..! | ||
| |
| | (permalink) |
| do u need multiplier circuit which multiply two four bit number and gives answer in BCD form | |
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) |
| Hi Stanley85, If one of the two 4-bit words is "0" the result should also be "0". If one of the 4-bit words is "1" the result should be equal to the other 4-bit word. If one of the 4-bit words is "2" the result should be equal to the other 4-bit word, but shifted one position to the left. If one of the 4-bit words is "3", the result should be equal to the other 4-bit word, but shifted one position to the left and added to this 4-bit word. If one of the 4-bit words is "4", the result is equal to the other 4-bit word, but shifted two positions to the left. If one of the 4-bit words is "5" the result should be equal to the other 4-bit word, but shifted two positions to the left and added to this 4-bit word, and so on . . . . The final circuit will have eight inputs and also eight outputs. I really don't have a clue what this circuit should look like, I got my degree by asking questions on forums like this. on1aag. | |
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) |
| I have the circuit but very complicated containing 80 to 85 logic gates i m not understanding how to post u | |
| |
| | (permalink) | |
| Quote:
my email is ahsiong_world@yahoo.com thanks a lot! | ||
| |
| | (permalink) |
| There are eight inputs which represent 256 combinations. Not all of the combinations are legitimate BCD values. There are 100 valid BCD combinations. For each of those 100 combinations there are eight output values that you can compute. Each of the eight outputs is a boolean function of the eight inputs. Your task weedhopper is to write down the eight boolean equations of 8 variables. Even after you have done this you wont really know if you are correct unles you build it or simulate it. | |
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) |
| Sorry man that's as good as it gets. | |
| |
| | (permalink) |
| ok,thanks for your suggestion..! | |
| |
| | (permalink) |
| Hi Stanley85, Shifting to the left is multiplying by two, shifting to the right is dividing by two. This can be done using multiplexers. The addition can be done by a BCD full adder like the 74HC583. Have much fun, on1aag. | |
| |
| | (permalink) | |
| Quote:
| ||
| |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Title | Starter | Forum | Replies | Latest |
| understanding multiplier ckt | electronist | General Electronics Chat | 3 | 4th May 2005 04:46 AM |
| 4 bit shift and add BCD multiplier | arjunarikeri | Electronic Projects Design/Ideas/Reviews | 6 | 29th March 2005 12:30 PM |
| Voltage Multiplier | AMalonzo | Electronic Projects Design/Ideas/Reviews | 8 | 22nd October 2004 06:49 AM |
| frequency multiplier? | circuitmangler | Electronic Projects Design/Ideas/Reviews | 2 | 13th August 2004 06:11 AM |