创建一个名为top的Verilog模块,实现非门的功能
无
module top( input in, output out ); // 请用户在下方编辑代码 //用户编辑到此为止 endmodule
Using your USTC-OJ universal account