摘要: module top_module ( input [1023:0] in, input [7:0] sel, output [3:0] out); // We can't part-select multiple bits without an error, but we can select o 阅读全文
posted @ 2022-01-09 11:04 drutil 阅读(296) 评论(0) 推荐(0)