← All problems

Gray Code to Binary Conversion

Easy · Combinational · SystemVerilog

Design a module that converts the Gray code value {gray} to its corresponding binary value {bin}.

Open this challenge in the editor →