This document describes a 1:4 demultiplexer circuit. It takes in a single input signal i and two select signals s1 and s2. Based on the values of s1 and s2, the input i is routed to one of the four output signals a, b, c, or d. The module uses assign statements to define the logic that determines which output receives the input signal i based on the states of the two select signals.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
32 views1 page
1:4 Demultiplexer Verilog Code
This document describes a 1:4 demultiplexer circuit. It takes in a single input signal i and two select signals s1 and s2. Based on the values of s1 and s2, the input i is routed to one of the four output signals a, b, c, or d. The module uses assign statements to define the logic that determines which output receives the input signal i based on the states of the two select signals.