1. Answer the four options given below a. Using the definitions given below, perform the necessary signal definition of
Posted: Wed Mar 30, 2022 9:24 am
1. Answer the four options given below a. Using the definitions given below, perform the necessary signal definition of the X expression using downte X<="11100000000111"; X(15) ='1'; X(14)='0'; b. Write the necessary signal definition of the expression using the definitions given below X<("1111", "1110", "0000"); z<=X(4) YX(5): Y(1)='1' Y(0) = '0'; Z(3) <='1'; c. Write down the type definition of the memory unit where a 640x480 image will be stored. Each pixel value of the picture has a 24-bit value d. In the example given above, each pixel value has 3 information of 1 byte, R. G and B. Using this information, write the 3D matrix type definition in which colors are also a separate parameter, using the example given in 1.0