unihd-cag / skillbridge

A seamless python to Cadence Virtuoso Skill interface
https://unihd-cag.github.io/skillbridge/
GNU Lesser General Public License v3.0
181 stars 38 forks source link

Implement __dir__ on vectors #241

Closed nielsbuwen closed 11 months ago

nielsbuwen commented 11 months ago

Some SKILL objects are actually SKILL-Vectors under the hood. We should support __dir__ for them

Closes #240