-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SKiDL Feature Request] add tag to fields automatically #251
Comments
I think this should be possible by automatically placing the tag into the part fields when the netlist is generated. I'll try it and let you know. Should we also create a field that contains the file and line number where the part was instantiated in the SKiDL code? |
Parts in a KiCad netlist now include fields "SKiDL tag" and "SKiDL Line" that contain the part's assigned tag and the file line where the part was instantiated. Install the |
@devbisme I just tested it and it works wonders, and very helpful! Thank you! |
Absolute file names:
Relative file names:
What is the main problem you experience with absolute file names? |
I'd like to add that absolute file names:
These are the two main problems I have with absolute file names. If this feature is there to remain, it would be nice if it was possible to turn it on or off (either opt-in or opt-out is ok). |
Is your feature request related to a problem? Please describe.
When using tags and leaving out reference designator assignment to SKiDL, after importing the netlist into KiCAD's PCBnew, it often happens that it's not clear which component on the board corresponds to which component in the code, especially if there are many components of the same type, with the same footprint, and with the same value.
Describe the solution you'd like
It would be useful to have each component's tag was visible in the list of fields. Then it would be easy to peek it quickly.
Describe alternatives you've considered
It's possible to add a field manually to each component but it feels cumbersome especially for frequently used components like resistors and capacitors.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: