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

[BUG] Stubgen puts stubs into incorrect location #230

Closed nielsbuwen closed 1 year ago

nielsbuwen commented 1 year ago

Describe the bug

stubgen is used to generate parts of the static completion. Seems like the behavior changed and the generated .pyi is now put into a different location.

To Reproduce

skillbridge generate. There are now two workspace.pyi files

Expected behavior

Only one workspace.pyi next to workspace.py should exist

Additional Information

Reported by user in #229