oddball / ipxact2systemverilog

Translates IPXACT XML to synthesizable VHDL or SystemVerilog
GNU General Public License v2.0
56 stars 19 forks source link

Question about the xml parser #10

Closed stzer closed 6 years ago

stzer commented 7 years ago

Hello. I'm using your project and I have a question. It would be nice if you can help me. The main problem is that the parser fails if xml file has no attributes (for example, a memoryMap). Is there any way to make the parser work even if there are no attributes in a file?

Thank you for answer.

oddball commented 7 years ago

Could you paste an example of a file that fails? Also the error message that you get

oddball commented 6 years ago

Closing since not heard from OP