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
Abrake has a normal braking torque of 2.8 kip in and heat-dissipating cast-iron surfaces whose mass is 40 lbm. suppose a load is brought to rest in 8.0 s from an initial angular speed of 1600 rev/min using the normal braking torque; estimate the temperature rise of the heat dissipating surfaces.
Answers: 3
question
Engineering, 04.07.2019 18:10
Afull journal bearing has a journal diameter of 27 mm, with a unilateral tolerance of -0.028 mm. the bushing bore has a diameter of 27.028 mm and a unilateral tolerance of 0.04 mm. the l/d ratio is 0.5. the load is 1.3 kn and the journal runs at 1200 rev/min. if the average viscosity is 50 mpa-s, find the minimum film thickness, the power loss, and the side flow for the minimum clearance assembly.
Answers: 1
question
Engineering, 04.07.2019 18:10
Shafts are machine elements that are used to a) carry axial loads b) direct shear loads c) transmit power d) rotate at constant speed e) none of the above circular and square shafts subjected to the same torque under the same circum behave a) the same way b) almost the same way
Answers: 2
question
Engineering, 04.07.2019 19:10
Plan an experiment to measure the surface tension of a liquid similar to water. if necessary, review the ncfmf video surface tension for ideas. which method would be most suitable for use in an undergraduate laboratory? what experimental precision could be expected?
Answers: 2
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
Questions on the website: 13722363