Symbol 사용 코드_1 12345678 module nor_gate (in, out); input [2:0] in; // 3비트 입력 버스 (in[2], in[1], in[0]) output out; // 1비트 출력 // 리덕션 OR 연산: 3비..