spydrnet icon indicating copy to clipboard operation
spydrnet copied to clipboard

Inside EDIF a property can have an owner... Not currently supported by our parser.

Open andrewmkeller opened this issue 5 years ago • 1 comments

I added it, but the data this token contains is not carried with the netlist.

andrewmkeller avatar Dec 05 '19 21:12 andrewmkeller

This would be interesting to add. The properties are stored as a key value dictionary. To effectively support this would not be hard but it may affect the way the datastructure looks post parse pre compose. I am reluctant to change the way the data structure looks post parse with the EDIF parser.

We could add a second dictionary to the metadata that has a key of a property key value pair and a value of the owner.

I think that we should fix this in version 2.0 perhaps make the properties a component in the IR or something like that.

thunder-hammer avatar May 17 '21 23:05 thunder-hammer