How to implement multiplication by 5 for BCD code?
Interviewees who are not familiar with BCD code, we recommend to read this link first.
Assume the BCD code value is within the range between 0 and 9. Thus we can use the table below to show the inputs and outputs of the multiplier.
Continue reading → How to implement multiplication by 5 for BCD code?