#102. 输出0
输出0
题目描述
编写 Verilog 代码,使电路输出信号0
输入格式
无输入
输出格式
输出0,位宽为1
示例代码
module top(
output out
);
// Write your code here
endmodule
编写 Verilog 代码,使电路输出信号0
无输入
输出0,位宽为1
module top(
output out
);
// Write your code here
endmodule
By signing up a USTC-OJ universal account, you can submit code and join discussions in all online judging services provided by us.