摘要: 目录 Getting started Getting started module top_module( output one ); assign one = 1'b1; endmodule Output Zero module top_module ( output zero ); assign 阅读全文
posted @ 2023-03-21 14:29 uniqueboy 阅读(15) 评论(0) 推荐(0)