HDLbits
Browse Problems

Verilog Language/Basics

NOR Gate

easy
basicsgatescombinational

Create a combinational circuit whose output is high only when both inputs are low.

Interface

Signal Direction Width Description
a, b input 1 each Gate inputs
y output 1 not (a or b)