I'm very new to VHDL and there is a problem I can't quite get my head around.
I am trying to display a 12 bit BCD onto 3 7-segment displays. However, I am at a lost on how to split the 12 bit BCD into 3 digits. I am using this tutorial as a guide
http://vhdlguru.blogspot.com/2010/04/8-bit-binary-to-bcd-converter-double.html
Displaying a 4 bit BCD to a 7-segment is straightforward enough, but I am lost if more digits are present.
Thanks