Home
last modified time | relevance | path

Searched refs:footprints (Results 26 – 50 of 947) sorted by relevance

12345678910>>...38

/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/Connector_PinSocket_2.54mm.pretty/
H A DREADME.md3 These footprints have been script-generated with a python script available at https://github.com/po…
5 NOTE: the footprints carried over from KiCad 4.0.7 retains their original dimensions
/dports/cad/pcb/pcb-4.2.0/lib/
H A Dm4lib_to_newlib.sh18 Extracts all footprints from an m4 library and creates a "newlib" style
30 option is useful when comparing the before and after footprints
42 -p | --png : Generates png previews for all the footprints.
/dports/cad/openroad/OpenROAD-2.0/src/mpl2/src/
H A Dshape_engine.cpp541 vector<pair<float, float>> footprints; in TileMacro() local
547 footprints.push_back(pair<float, float>(width, height)); in TileMacro()
555 if (footprints.size() == 0) in TileMacro()
559 float base_area = footprints[0].first * footprints[0].second; in TileMacro()
563 for (int i = 0; i < footprints.size(); i++) { in TileMacro()
564 if (footprints[i].first * footprints[i].second <= base_area * 1.01) { in TileMacro()
565 float ar = footprints[i].second / footprints[i].first; in TileMacro()
/dports/cad/lepton-eda/lepton-eda-1.9.17/utils/netlist/docs/
H A DREADME.pcb11 gschem2pcb package. Section III describes some of the footprints
70 the footprints will appears at the top-left corner of the windows. Load the
71 netlist (load netlist file) and type the key "w". Place the footprints and type
77 data to paste buffer" to include the new footprints in the pcb file. The nestlist
82 pcb uses macro to define the footprints. For DIL packages, for instance, 2
119 No additional parameters for the to footprints
/dports/cad/geda/geda-gaf-1.8.2/gnetlist/docs/
H A DREADME.pcb11 gschem2pcb package. Section III describes some of the footprints
70 the footprints will appears at the top-left corner of the windows. Load the
71 netlist (load netlist file) and type the key "w". Place the footprints and type
77 data to paste buffer" to include the new footprints in the pcb file. The nestlist
82 pcb uses macro to define the footprints. For DIL packages, for instance, 2
119 No additional parameters for the to footprints
/dports/devel/sd-mux-ctrl/sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94/doc/hardware/main-board/
H A Dsd-mux.sch59 F 2 "footprints:tssop-24" H 13000 5000 60 0001 C CNN
114 F 2 "footprints:msoic-8" H 12650 2900 50 0001 C CIN
125 F 2 "footprints:msoic-8" H 12650 1850 50 0001 C CIN
221 F 2 "footprints:ssop-28" H 2550 1500 60 0001 C CNN
486 F 2 "footprints:G2RK-2" H 12450 8600 60 0001 C CNN
497 F 2 "footprints:msoic-8" H 11850 7900 50 0001 C CIN
530 F 2 "footprints:msoic-8" H 12850 7900 50 0001 C CIN
569 F 2 "footprints:do219ab" H 13750 8600 60 0001 C CNN
580 F 2 "footprints:do219ab" H 11800 8600 60 0001 C CNN
1631 F 2 "footprints:msoic-8" H 5500 6100 50 0001 C CIN
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dload_select_footprint.cpp422 wxArrayString footprints; in SaveLibraryAs() local
424 cur->FootprintEnumerate( footprints, curLibPath, false ); in SaveLibraryAs()
426 for( unsigned i = 0; i < footprints.size(); ++i ) in SaveLibraryAs()
428 const FOOTPRINT* footprint = cur->GetEnumeratedFootprint( curLibPath, footprints[i] ); in SaveLibraryAs()
431 msg = wxString::Format( _( "Footprint '%s' saved." ), footprints[i] ); in SaveLibraryAs()
/dports/cad/lepton-eda/lepton-eda-1.9.17/utils/netlist/scheme/backend/
H A Dgnet-gsch2pcb.scm.in94 ;; footprints are enabled, writes in a format suitable for
96 ;; M4 footprints are protected from macro-expansion.
117 ;; Write the footprints for all the refdes' in `lst'.
118 (define (gsch2pcb:write-value-footprints port lst)
296 ;; If we have defined gsch2pcb:use-m4 then run the footprints
306 (message "Using the m4 processor for pcb footprints\n")
308 (gsch2pcb:write-value-footprints op packages)
317 (message "Skipping the m4 processor for pcb footprints\n")
318 (gsch2pcb:write-value-footprints (current-output-port) packages))))
/dports/cad/lepton-eda/lepton-eda-1.9.17/utils/sch2pcb/examples/
H A Dproject.sample35 # The default is to invoke M4 for PCB footprints. Starting with the
36 # 20070208 snapshot of PCB, the footprints which were generated with m4
37 # are available as newlib footprints. If you wish to never invoke m4
42 # If "skip-m4" is not specified, the default is to search for gschem footprints
86 # generic place holder where multiple real footprints are candidates and the
/dports/cad/geda/geda-gaf-1.8.2/utils/examples/gsch2pcb/
H A Dproject.sample37 # The default is to invoke M4 for PCB footprints. Starting with the
38 # 20070208 snapshot of PCB, the footprints which were generated with m4
39 # are available as newlib footprints. If you wish to never invoke m4
44 # If "skip-m4" is not specified, the default is to search for gschem footprints
88 # generic place holder where multiple real footprints are candidates and the
/dports/devel/libstroke/libstroke-0.5.1/
H A Dconfigure.in80 AC_ARG_WITH(mouse-footprints,
81 [ --with-mouse-footprints Draw mouse footprints in X],
H A DNEWS8 But it does not do so by default, you need to pass --with-mouse-footprints
14 also supports mouse footprints by default!) and has a very easy to
/dports/math/py-opt-einsum/opt_einsum-3.3.0/opt_einsum/
H A Dpaths.py461 def _get_candidate(output, sizes, remaining, footprints, dim_ref_counts, k1, k2, cost_fn): argument
466 …cost = cost_fn(helpers.compute_size_by_dict(k12, sizes), footprints[k1], footprints[k2], k12, k1, …
475 def _push_candidate(output, sizes, remaining, footprints, dim_ref_counts, k1, k2s, queue, push_all,… argument
476 …candidates = (_get_candidate(output, sizes, remaining, footprints, dim_ref_counts, k1, k2, cost_fn…
562 footprints = {key: helpers.compute_size_by_dict(key, sizes) for key in remaining}
570 …_push_candidate(output, sizes, remaining, footprints, dim_ref_counts, k1, k2s, queue, push_all, co…
594 footprints[k12] = helpers.compute_size_by_dict(k12, sizes)
601 …_push_candidate(output, sizes, remaining, footprints, dim_ref_counts, k1, k2s, queue, push_all, co…
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/python/scripting/
H A Dpcbnew_scripting_helpers.cpp471 std::vector<std::shared_ptr<DRC_ITEM>> footprints; in WriteDRCReport() local
485 footprints.push_back( aItem ); in WriteDRCReport()
532 fprintf( fp, "\n** Found %d Footprint errors **\n", static_cast<int>( footprints.size() ) ); in WriteDRCReport()
534 for( const std::shared_ptr<DRC_ITEM>& item : footprints ) in WriteDRCReport()
/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/Crystal.pretty/
H A DREADME.md2 Crystal footprints
/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/Heatsink.pretty/
H A DREADME.md3 Heatsink footprints
/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/Transformer_SMD.pretty/
H A DREADME.md2 Surface mount transformer footprints
/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/Transformer_THT.pretty/
H A DREADME.md2 Through hole transformer footprints
/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/Inductor_SMD.pretty/
H A DREADME.md2 Surface mount inductor footprints
/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/Package_BGA.pretty/
H A DREADME.md2 Ball Grid Array (BGA) footprints
/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/Package_SIP.pretty/
H A DREADME.md3 Single Inline Package (SIP) footprints
/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/Package_CSP.pretty/
H A DREADME.md2 CSP (Chip Scale Package) footprints
/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/Connector_HDMI.pretty/
H A DREADME.md2 HDMI (High-Definition Multimedia Interface) connector footprints
/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/Package_SON.pretty/
H A DREADME.md2 SON (Small Outline No-Lead) package footprints
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/eeschema/data/netlists/test_global_promotion/
H A Dtest_global_promotion.net61 (footprints
73 (footprints

12345678910>>...38