-
Notifications
You must be signed in to change notification settings - Fork 12
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
Missing pin associates to the net name #1
base: master
Are you sure you want to change the base?
Conversation
Hi, Are your patches fix the problem ? Franck. |
Hello Franck,thanks for answering me.Today I resolved the bug, the problem
was in my source file because there were too much spaces before the
components references
E.g. the netlist that i generated with OrCad had the pin associates to the
net printed in this way
.ADD_TER SW1 5 "GND"
.TER SW2 5
SW3 5
R9 2
R8 2
Instead your netlist was as following
.ADD_TER SW1 5 "GND"
.TER SW2 5
SW3 5
R9 2
R8 2
Did you modify some setting on OrCad to print the netlist in this way or
did you delete the spaces by yours hands?
Thanks,
Andrea
… |
I don't think I changed any setting and I didn't modified anything by hand. However, last time I used orcad to generate a RNIF netlist to be converted was ten years ago. |
In that case I agree with you, it could have been changed with the new version of Orcad. Thank you in advance |
I generated a RNIF netlist and it has spaces before refdes:
|
It was as you said. If you have the possibility to modify the script for
the new netlist I would appreciate it or I'll keep using a text editor to
cancel the spaces
…On Tue, 10 Sep 2019, 08:31 Franck Jullien, ***@***.***> wrote:
I generated a RNIF netlist and it has spaces before refdes:
.ADD_TER R715 1 "ENABLE_PFC#"
.TER R716 2
.ADD_TER C406 1 "FB"
.TER U401 4
R406 2
R408 1
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=AND7SRUR6BPQ5ACQHVUNY73QI45LTA5CNFSM4IUS4F6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6J7VQY#issuecomment-529791683>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AND7SRVG34J5DDLLHCXEKFDQI45LTANCNFSM4IUS4F6A>
.
|
I'll do it when I have some time. |
Sorry for my late response but I was abroad. |
Ok, I understand. However, your pull request breaks compilation under Linux. |
Ok thanks. I'll be waiting dont worry, right now i dont need it immediately |
Hello, I tried to use your code but it doesn't work totally on my test files.
When it prints the net name it forgets to print the pin associates
e.g.
(libraries
(library (logical Device)
(uri "C:\Program Files\KiCad\share\kicad\library/Device.lib")))
(nets
(net (code 1) (name "Net-(D1-Pad2)")
)
(net (code 2) (name +5V)
)
Instead of printing:
Can you help me to fix the problem?
Thanks
BB_TEST_PDU-AESA.zip