GND (Exams/m2014 q4i)

2023. 6. 12. 09:18FPGA/HDLBits

728x90

Problem Statement

Implement the following circuit:

module top_module (
    output out);
	assign out = 1'b0;
endmodule

 

'FPGA > HDLBits' 카테고리의 다른 글

Another gate (Exams/m2014 q4f)  (0) 2023.06.12
NOR (Exams/m2014 q4e)  (0) 2023.06.12
Wire (Exams/m2014 q4h)  (0) 2023.06.12
Always case  (0) 2023.06.12
Always if2  (0) 2023.06.10