-
If you try to parse an IPXACT file with a Verilog number 'h4834 (which is legal) it will fail.
May be use the Verilog regex parser?
const char VERILOG_PARSER_REGEX[] = "\\s*([0-9]*)'([hbdo])([0-…
-
### Description
Dear Maintainers,
I am writing to request the addition of support for generating IEEE/Accellera IPXACT XML Schema in `regtool`.
**Background:**
IPXACT is an XML-based standar…
-
The IP-XACT standard allows for an optional mask element inside a field reset element. This is used to define which bits of the field have a known reset value. The absence of the mask element makes th…
-
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…
-
Hi,
What IPXACT xml tag is mapped to the hdl_path of a component? For example, I have an IPXACT file that one of its field supposed to have hdl_path, which is described in "pathSements" field, but …
-
Hi,
I want use pyecore to generate python ipxact library. I created a ipxact ecore by using EMF and [ipxact schema](http://www.accellera.org/xmlschema/ipxact/1685-2014), then i use pyecore to genera…
-
Thanks for creating the PyPI packages. When attempting to use the IPXACT package there are some missing schema files. I see that in Git it's included as a submodule so it should work if I clone the re…
-
Hello,
I cloned repository
`https://github.com/olofk/de0_nano_ipxact/tree/master`
which contains a core-file with CAPI-version 1 and tried to migrate it to version 2 with following
`fuseso…
-
Currently the hierarchy in librecores ends with "projects", which can be HW or SW or combined works.
We should introduce "IP Cores" (or named similarly) as a subhierarchy below a project (1:n).
Desi…
-
I ran into an issue like this:
```
Traceback (most recent call last):
File "uvmf/my_script.py", line 15, in
ipxact_reader = IpxactReader(ipxact_file)
File "/userwork11/tpoikela/git/uvm…