subject
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

ansver
Answers: 3

Another question on Engineering

question
Engineering, 04.07.2019 18:10
Fluids at rest possess no flow energy. a)- true b)- false
Answers: 3
question
Engineering, 04.07.2019 18:10
Assuming compressible flow of air and that the measurements are done at flagstaff a pitot static tube that gives the difference of total and static pressure measures 0.35 m of mercury. what is the velocity of air? assume the temperature to be 300k. (submit your excel or matlab calculation sheet)
Answers: 1
question
Engineering, 04.07.2019 18:10
Which of the following controllers anticipates the future from the slope of errors over time? a)-proportional b)-on/off c)-integral d)-derivative.
Answers: 2
question
Engineering, 04.07.2019 18:10
Compute the pressure drop of 30°c air flowing with a mean velocity of 8 m/s in a circular sheet-metal duct 300 mm in diameter and 15 m long. use a friction factor, f 0.02, and pair = 1.1644 kg/m a. 37.26 pa b. 25.27 pa n c. 29.34 pa d. 30.52 pa
Answers: 1
You know the right answer?
Create a VHDL code(design and testbench) that takes as input 8 numbers consisting of 6 bits binary d...
Questions
question
Mathematics, 03.05.2020 14:14
question
Mathematics, 03.05.2020 14:14
question
Mathematics, 03.05.2020 14:14
question
Mathematics, 03.05.2020 14:14
question
Mathematics, 03.05.2020 14:14
question
History, 03.05.2020 14:14
Questions on the website: 13722361