Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
90c130b6
Commit
90c130b6
authored
Feb 10, 2011
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Eeschema: intermediate netlist : fix duplicate pins in list of nets, with multi parts per package.
parent
0cb6cd8c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
77 additions
and
70 deletions
+77
-70
netform.cpp
eeschema/netform.cpp
+73
-66
netlist_form_OrcadPcb2.xsl
eeschema/plugins/netlist_form_OrcadPcb2.xsl
+4
-4
No files found.
eeschema/netform.cpp
View file @
90c130b6
This diff is collapsed.
Click to expand it.
eeschema/plugins/netlist_form_OrcadPcb2.xsl
View file @
90c130b6
...
...
@@ -126,10 +126,10 @@
<pin num="1" type="passive"/>
<pin num="2" type="passive"/>
</pins>
Output pin list is (
pin num = net name
)
Output pin list is (
<pin num> <net name>
)
something like
( 1
=
VCC )
( 2
=
GND )
( 1 VCC )
( 2 GND )
-->
<xsl:template
name=
"build_pin_list"
match=
"pin"
>
<xsl:param
name=
"cmp_ref"
select=
"0"
/>
...
...
@@ -137,7 +137,7 @@
<!-- write pin numner and separator -->
<xsl:text>
(
</xsl:text>
<xsl:value-of
select=
"@num"
/>
<xsl:text>
=
</xsl:text>
<xsl:text>
</xsl:text>
<!-- search net name in nets section and write it: -->
<xsl:variable
name=
"pinNum"
select=
"@num"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment