2024-11-28 08:51:48
数组可以用memory
如:
reg [7 :0] mem [0:127];initialbegin $readmemh("xxx.txt",mem);end
首先你要在xxx.txt中装入你要写入的数据。