摘要:
Error (10773): Verilog HDL error at test.v(275): declaring module ports or function arguments with unpacked array types requires SystemVerilog extensions是因为module的port不允许定义一个寄存器数组,如module test(render_rsn,obj_property,sclk,rsn);reg [31:0] obj_property [9: 0]; 阅读全文
posted @ 2012-09-25 08:47
zhwh
阅读(2881)
评论(0)
推荐(0)
2012年9月25日