I want to design bcd to decimal decoder using structural style. I did it successfully but the problem when I simulate it in Modelsim it does not meet with the truth table.
The truth table: Input (ABCD) Output 0000 =>0111111111 0001 => 1011111111 0010 => 1101111111 0011 => 1110111...