- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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. File: G:/b.v Line: 130 The content of g:/b.v on line 130 is : 130 : parameter [4:0] Reg0 = 5'b00_000, Reg1 = 5'b00_001; (2) Error (10670): Verilog HDL or VHDL error: cannot create XML design interface for design file G:/b.v. File: G:/b.v Line: 56 The content of g:/b.v on line 56 is : 56 : module b( 57 : // port declaration ----- Have you met these kinds of error before ? What should I do to fix this problem ? Thanks in advance, QuanLink Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i 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. ...- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i hope this link works:
I thought you might be interested in reading this web page: http://forum.niosforum.com/forum/index.php?act=st&f=2&t=3558 (http://forum.niosforum.com/forum/index.php?act=st&f=2&t=3558)- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- originally posted by fischer@Aug 15 2006, 05:16 AM i hope this link works:
i thought you might be interested in reading this web page: http://forum.niosforum.com/forum/index.php?act=st&f=2&t=3558 (http://forum.niosforum.com/forum/index.php?act=st&f=2&t=3558)
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=17594)
--- quote end ---
--- Quote End --- Hi Fischer , Your link is pretty helpful to me. Now I try it and let you know the result as soon as I can. Thank you very much, Quan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- originally posted by fischer@Aug 15 2006, 05:16 AM i hope this link works:
i thought you might be interested in reading this web page: http://forum.niosforum.com/forum/index.php?act=st&f=2&t=3558 (http://forum.niosforum.com/forum/index.php?act=st&f=2&t=3558)
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=17594)
--- quote end ---
--- Quote End --- Hi , The link is really cool !!!!! Following the thread , some files could be successfully fixed (both error(1) and error(2) ) but some files still remain error (2). What should I do to solve the rest ? Thanks so much , Quan
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page