Engineering
Engineering, 03.03.2021 21:20, tubakhan3832

Create a VHDL code(design and testbench) that takes as input 8 numbers consisting of 6 bits binary digits and outputs their ranking (8 numbers consisting of 3 bits binary digits). The binary numbers are ranked
from the smallest to the largest and their ranking is outputted in binary.
Here is an example of inputs and outputs:
Inputs: 25, 1, 32, 27, 60, 12, 54, 48
Outputs: 2, 0, 4, 3, 7, 1, 6,5
The inputs and outputs are in binary.
Use the following entity declaration to describe your VHDL code:
library IEEE;
use IEEE. STD_LOGIC_1164. ALL;
use IEEE . NUMERIC_STD. ALL;
entity MSBN is
Port (In.1, In_2, In_3, In_4, In_5, In_6,In_7, In_8
(5 downto 0);
Out 1,0ut-2,0ut_3, Out-4,0ut_5,0ut_6,0ut_7,0ut_8
(2 downto 0));
end MSBN ;
std_logic_vector
out std_logic_vector
View comments (1) >​


Create a VHDL code(design and testbench) that takes as input 8 numbers consisting of 6 bits binary

answer
Answers: 3

Other questions on the subject: Engineering

image
Engineering, 04.07.2019 18:10, viicborella
Steel is coated with a thin layer of ceramic to protect against corrosion. what do you expect to happen to the coating when the temperature of the steel is increased significantly? explain.
Answers: 1
image
Engineering, 04.07.2019 18:10, niyawilliams23
Asingle-geared blanking press has a stroke of 200 mm and a rated capacity of 320 kn. a cam driven ram is assumed to be capable of delivering the full press load at constant force during the last 15 percent of a constant-velocity stroke. the camshaft has an average speed of 90 rev/min and is geared to the flywheel shaft at a 6: 1 ratio. the total work done is to include an allowance of 16 percent for friction a) estimate the maximum energy fluctuation b) find the rim weight for an effective diameter of 1.2 m and a coefficient of speed fluctuation of 0.10
Answers: 1
image
Engineering, 04.07.2019 19:20, molly7654
Brief discuss how the presence of dislocations in crystal structures can be an advantage and a disadvantage to engineer and designers.
Answers: 3
image
Engineering, 06.07.2019 03:10, LouieHBK
Different between right hand turning tool and left hand turning tool ?
Answers: 1
Do you know the correct answer?
Create a VHDL code(design and testbench) that takes as input 8 numbers consisting of 6 bits binary d...

Questions in other subjects:

Konu
History, 14.01.2021 01:00