Design of 8 : 1 Multiplexer Using When-Else Concurrent Statement (Data Flow Modeling Style)-
VHDL Code-
-------------------------------------------------------------------------------
--
-- Title : multiplexer8_1
-- Design : vhdl_test
-- Author : Naresh Singh Dobal
-- Company : nsd
--
-------------------------------------------------------------------------------
--
-- File : 8 : 1 multiplexer using when else.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
entity multiplexer8_1 is
port(
din : in STD_LOGIC_VECTOR(7 downto 0);
sel : in STD_LOGIC_VECTOR(2 downto 0);
dout : out STD_LOGIC
);
end multiplexer8_1;
architecture multiplexer8_1_arc of multiplexer8_1 is
begin
dout <= din(7) when (sel="000") else
din(6) when (sel="001") else
din(5) when (sel="010") else
din(4) when (sel="011") else
din(3) when (sel="100") else
din(2) when (sel="101") else
din(1) when (sel="110") else
din(0);
end multiplexer8_1_arc;
Output Waveform : 8 : 1 Multiplexer |
VHDL Code-
-------------------------------------------------------------------------------
--
-- Title : multiplexer8_1
-- Design : vhdl_test
-- Author : Naresh Singh Dobal
-- Company : nsd
--
-------------------------------------------------------------------------------
--
-- File : 8 : 1 multiplexer using when else.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
entity multiplexer8_1 is
port(
din : in STD_LOGIC_VECTOR(7 downto 0);
sel : in STD_LOGIC_VECTOR(2 downto 0);
dout : out STD_LOGIC
);
end multiplexer8_1;
architecture multiplexer8_1_arc of multiplexer8_1 is
begin
dout <= din(7) when (sel="000") else
din(6) when (sel="001") else
din(5) when (sel="010") else
din(4) when (sel="011") else
din(3) when (sel="100") else
din(2) when (sel="101") else
din(1) when (sel="110") else
din(0);
end multiplexer8_1_arc;
Can you provide a structural domain programming of this 8x1 Mux
ReplyDeletemail to saurabh_pati@yahoo.com if possible
thank you... :)
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteCan you provide a structural domain programming of this 8x1 Mux
ReplyDeletemail to amitkumarececu@gmail.com if possible
Can you provide a structural domain programming of this 8x1 Mux
ReplyDeletemail to satyanarayana1456@gmail.com
Plz provide test bench file for this pgm....
ReplyDeleteCan you provide a structural domain programming of this 8x1 Mux
ReplyDeletemail to saurabh_pati@yahoo.com if possible
Can you provide a structural domain programming of this 8x1 Mux
ReplyDeletemail to numerauno7@gmail.com if possible
Can you provide a structural domain programming of this 8x1 Mux mail to mukkupavan10@gmail.com
ReplyDeletePlease provede truth table and text bench also
ReplyDeleteCan you provide a structural domain programming of this 8x1 Mux
ReplyDeletemail to pavanambat2@gmail.com if possible