oddball / ipxact2systemverilog

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

Add pointers to additional schemas #30

Open joseph1996sh opened 2 years ago

joseph1996sh commented 2 years ago

Hi,

I'm trying to run the tool but it fails when trying to validate the ipxact xml file. the component definition in my file contain several schema used, and it looks the tool doesn't recognize it.

Can anyone help me where and how can I add it? This is the schema difinition in the file:

vermaete commented 2 years ago

Hi, This tools only support the older 1.5 version. xmlns:spirit="http://www.spiritconsortium.org/XMLSchema/SPIRIT/1.5"

Patches are welcome.

oddball commented 2 years ago

As @vermaete wrote, PRs are welcome!