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
Binary to BCD Converter
Binary to BCD Converter
- Attachments
-
- WinBinBCD.zip
- (218.54 KiB) Downloaded 1974 times
Re: Binary to BCD Converter
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!
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!
Re: Binary to BCD Converter
Wow, huge circuit, great job!
Re: Binary to BCD Converter
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.