Binary to BCD Converter

If you have something to say about LogicCircuit program or you know how to improve it please share it here.
Post Reply
KLM
Posts: 8
Joined: Sun Jan 30, 2011 6:23 pm

Binary to BCD Converter

Post by KLM »

I am enclosing the files for a 32-bit Binary-to-BCD converter. It uses the standard approach. I plan to give further info on it later, however, it takes a binary input in the bottom 29-bit register, LSB to the right. Basically, to convert:
1. Zero the Binary register using the button to the left.
2. Enter the ones of the value into the register.
3. At the top right, click the "Reset" button.
4. Shift in the binary bits, one at a time, by clicking the Step (Stp) button at the top right. As the bits are shifted in, the BCD value will be accumulated at the bottom row of displays. When all bits are shifted in, the BCD value will be displayed.

KLM
Attachments
WinBinBCD.zip
(218.54 KiB) Downloaded 1439 times
michamus
Posts: 1
Joined: Sat Apr 16, 2011 2:54 pm

Re: Binary to BCD Converter

Post by michamus »

Hello again.

I am very impressed with this circuit. This is going to provide me with tons of information to look into now.

The bit shifter seems like quite a feat to me. That's going to be a lot of fun to look into! :D
User avatar
admin
Site Admin
Posts: 407
Joined: Sun Jun 14, 2009 10:53 pm
Contact:

Re: Binary to BCD Converter

Post by admin »

Wow, huge circuit, great job!
Alexander
Posts: 46
Joined: Tue May 08, 2012 11:04 am

Re: Binary to BCD Converter

Post by Alexander »

Why it is SO complex ? It also very hard to test it it would be great, to have all this logic in a little single chip. Because all this circuit don't fits to the screen.
Post Reply