Design a combinational logic circuit for an automatic street lighting system. The system monitors an ambient light sensor that outputs a logic high (1) during daylight hours. The street light must activate (assert high) automatically only when it is dark (i.e., when the sensor output is logic low).
Constraints
Behavioral Reference
| Ambient Light Sensor | Street Light Output |
|---|---|
| 0 | 1 |
| 1 | 0 |