Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- ok! so if i use this two lines i can convert my number? where you say the word value is the variable of the 6 bit number? another question is there any other way for example 6 bit binary to bcd? because i don't know if it is structural for example the symbol * we didn't use it yet --- Quote End --- if your table is just this: 32 => 100 24 => 75 16 => 50 8 => 25 0 => 0 then all you need is just piece of logic (no mult or div). otherwise use * and see binary to bcd ? what is the connection to your post?