trojanHorse
Newbie
- Joined
- Jan 3, 2025
- Messages
- 3
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 19
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Thank you for your answer. Also I have been told that I can use parts from proteus library for this project (bin to bcd...etc). That means that project i have from my friend is not that useful for me (they can't use parts in their project they have to make it in modul). I will try to make It tomorrow but if you know how I can do this let me knowSecond page is block diagram of double dabble algorithm https://en.m.wikipedia.org/wiki/Double_dabble
Your schematic of 8-Bit Bin-2-BCD converter needs to be extended to 16 inputs/20 outputs.
If I counted right, the combinational implementation needs 39 instead of 7 "ADD-3" blocks. Also 5 instead of 2.5 7-segment decoders.
--- Updated ---
By the way, I don't understand why you are repeating the schematics of equal hierarchical blocks. The ADD-3 block is instantiated 7 times, but its implementation needs to be printed only once.
Okay so I did something but it does not work like it should be. I cannot find the problem.No matter if the ADD-3 module instances have individual schematics or not, I believe there should be different options in Proteus, they are effectively copies of a single prototype. Extending the module count to 30-something doesn't change the principal design method.
Alternatively you can implement 16-bit BIN-2-BCD with 74185 IC from Proteus library, datasheet shows the configuration.
View attachment 196448