← ProblemsVerification: Reading Simulations / Finding bugs in code
NAND
36%debugginghierarchybasicsThis three-input NAND gate doesn't work. You must build it using the provided 5-input AND gate andgate (do not modify that module) — fix the bug(s) in top_module only.
Remember: out must be the NAND of a, b, and c, and the two unused AND-gate inputs must not affect the result.