This document contains two Verilog code modules for a 3x8 decoder. The first module uses assign statements to decode the inputs a, b, and c into the 8-bit output z. The second module uses not, and gates to decode the inputs into the output in an alternative coding style. Both modules take in the 3-bit input and output the 8-bit decoded value.