I’m running the latest windows build (6.0.9) and trying to make a tool that takes the netlist and converts it to a hardware definition language. I noticed, though, that the output data isn’t including a full list of pins within <export><libparts><libpart><pins> - it appears to only have the first pin listed.
I’m using some encoding within the names which includes round brackets, would this cause it to only include the first pin?
I have other ways of getting the pin list including reading the library the symbols are coming from so this isn’t a huge problem, just noticed that this may be an easier/quicker solution to what I’m trying to do.
The intention is to use a script to generate a set of symbols in a custom library based on a set of HDL inputs then another script (or possibly a GUI type utility that can do both) which takes the output products and generates an HDL file which defines the structure for use in FPGA development. So far it looks like everything is present and I’m eager to use this over the vendor tools as, well, the vendors make absolutely terrible schematic entry tools.
Cheers,
Matthew