Forum Discussion
Altera_Forum
Honored Contributor
20 years agoXML error when creating a component in SOPC
Hi everyone , When creating a new component in SOPC , I got 2 errors : (1) Error (10509): Verilog HDL XML interface error at b.v(130): parameter of packed array type is not supported....
Altera_Forum
Honored Contributor
20 years agoi only know vhdl but perhaps this thread may help you
see thread "Something strange with SOPC, The editing of exist component has fell" http://www.niosforum.com/pages/forum.php?cat_id=5 (http://www.niosforum.com/pages/forum.php?cat_id=5) answer from slava ... Hi All! Now altera have answered me and l should replace lines parameter[3:0] IADDR = 4'hB; parameter[3:0] IDATA = 4'hC; with lines parameter IADDR = 4'hB; parameter IDATA = 4'hC; The reason is "This can not pass the component editor" I do not try to do this still but I am shocked blink.gif -------------------- With best regards, Slava. ...