Maximo Balestrini
11/11/2021, 11:59 AMdef write command? I made a few tests and didn't seem to export port info (class, use), and it also seemed to missed some nets, but maybe I'm missing somethingTim Edwards
11/11/2021, 3:13 PMport info unless you declare it, since magic doesn't know the class, use, and shape automatically. Use the port command to declare these for each port.Maximo Balestrini
11/12/2021, 12:04 PMclass and`use` or by doing a def read from an openlane generated .def and then doing def write I always get a .def file with the PINS section empty.
Probably I'm missing something, but I couldn't do it.Tim Edwards
11/12/2021, 4:06 PMTim Edwards
11/12/2021, 4:42 PMMaximo Balestrini
11/12/2021, 6:10 PMMaximo Balestrini
11/12/2021, 7:38 PMNet has width XXX, default width is XX messages
I guess it uses the layers default orientation and width and modifies the exported net taking that into account. I don't know if that is something you can override with some setting or not
(I haven't updated to the last commit yet)Tim Edwards
11/12/2021, 8:41 PM