[Menu]>[CPLD]


4-16 Decoder

On this page, I will introduce the decoder which changes the binary code of 4 bits into 16 bits.

It outputs "0000000000000001" when "0000" is input.
It outputs "0000000000000010" when "0001" is input.
It outputs "0000000000000100" when "0010" is input.
It outputs "0000000000001000" when "0011" is input.
:
:

Pin lock isn't specified.
As the device, it deals with CPLD(XC9536-PC44).

Source code and Explanation

Fitting report


Operating state table
InputOutput
DCBAQ15 - Q0
00000000000000000001
00010000000000000010
00100000000000000100
00110000000000001000
01000000000000010000
01010000000000100000
01100000000001000000
01110000000010000000
10000000000100000000
10010000001000000000
10100000010000000000
10110000100000000000
11000001000000000000
11010010000000000000
11100100000000000000
11111000000000000000