You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
Hello, I was playing with the symbol generator tools, and then running checklib.ph which was reporting:
Violating S3.6
Pin name position offset
Pin offset not preferred value
- Pin offset (40) should be 20mils unless required by symbol geometry
I changed line 202 of SymbolGenerator.py to: self.pin_name_offset = int(kwargs.get('offset', 20))
And this seemed to resolve the checklib violation. I can send a pull request if that would be better.
thanks,
Paul
The text was updated successfully, but these errors were encountered:
Hello, I was playing with the symbol generator tools, and then running checklib.ph which was reporting:
I changed line 202 of SymbolGenerator.py to:
self.pin_name_offset = int(kwargs.get('offset', 20))
And this seemed to resolve the checklib violation. I can send a pull request if that would be better.
thanks,
Paul
The text was updated successfully, but these errors were encountered: