摘要: integer fid; initial begin wait(rstn==1); fid = $fopen("D:/input.txt","r"); while (!$feof(fid)) begin @(posedge clk) begin $fscanf(fid, "%d", rx_sig_I 阅读全文
posted @ 2024-12-22 19:20 蕉太羊 阅读(17) 评论(1) 推荐(0)