Design a multiple-output logic circuit whose input is a BCD digit and whose outputs are defined as follows: 1f: Detects input digits that are divisible by 4, 2f: Detects numbers greater than or equal to 3, 3f: Detects numbers less than 7. Write a Verilog and/or VHDL model of the circuit. Also, realize the circuit using NAND gates.