#101. 输出1
输出1
题目描述
编写 Verilog 代码,使电路输出信号1
输入格式
无输入
输出格式
输出1,位宽为1
示例代码
module top(
output one
);
// Write your code here
endmodule
编写 Verilog 代码,使电路输出信号1
无输入
输出1,位宽为1
module top(
output one
);
// 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.