Question: b ) write a package slvstr _ pack.vhd with a function f u n c t i o n str ( x : std _

b) write a package slvstr_pack.vhd with a function
f u n c t i o n str ( x : std_logic_vector ) r e t u r n string ;
the bit vectors of type std_logic_vector of any length are converted into a text representation (delivery of the source program of the tested Str function).
c) Write a test program that contains a variable a of type std_logic_vector(3 downto
0) initialized with "X10U", the most significant bit has the value '1', then the entire bit
Assigns the value "1001" to vector and outputs all values with report. Target output:
...(report note): Issue 1: X10U
...(report note): Issue 2: 110 U
...(report note): Issue 3: 1001

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 Databases Questions!