Question: I have a vhdl code where in the attached image I have a bit mapped designed digit that i want to display. I have everything

I have a vhdl code where in the attached image I have a bit mapped designed digit that i want to display. I have everything working but I want to make the bit maps be read in from a file. I have the digits 0-9, a colon ":", and a blank space. can someone show me how to read the bit maps from a different file directly into the varaibles i have as now. An example is "constant BM_9_dig:DigitDesign:=", and this is the varaible for the digit design.
type DigitDesign is array (0 to 79) of std_logic_vector(0 to 39);
and finally i need each possible of the digits to be set equal to BM_""_dig, where the "" is supposed to be 0-11, where the bit maps for 0,1,2,3,etc. are suposed to be equal to BM_0_dig, BM_1_dig, ect. and the blank spot is BM_10_dig, and the colon is BM_11_dig
 I have a vhdl code where in the attached image I

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!