Initial commit
This commit is contained in:
@@ -0,0 +1,134 @@
|
||||
[02:31:14] WARNING Exception
|
||||
Ignoring assignment of `C48641756` to `lcsc` on `df_header_left`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Source: main.ato:62:21
|
||||
61 │ # Sockets for DFPlayer Mini
|
||||
❱ 62 │ df_header_left = new PinSocket_1x8_SMD
|
||||
63 │ df_header_right = new PinSocket_1x8_SMD
|
||||
Source: main.ato:35:10
|
||||
34 # Component for the SMD 1x8 pin sockets for the DFPlayer
|
||||
❱ 35 component PinSocket_1x8_SMD:
|
||||
36 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
Code causing the error:
|
||||
Source: main.ato:37:4
|
||||
36 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
❱ 37 │ lcsc = "C48641756"
|
||||
38 │ pin p1; pin p2; pin p3; pin p4; pin p5; pin p6; pin p7; pin p8
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C48641756` to `lcsc` on `df_header_right`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Source: main.ato:63:22
|
||||
62 │ df_header_left = new PinSocket_1x8_SMD
|
||||
❱ 63 │ df_header_right = new PinSocket_1x8_SMD
|
||||
64
|
||||
Source: main.ato:35:10
|
||||
34 # Component for the SMD 1x8 pin sockets for the DFPlayer
|
||||
❱ 35 component PinSocket_1x8_SMD:
|
||||
36 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
Code causing the error:
|
||||
Source: main.ato:37:4
|
||||
36 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
❱ 37 │ lcsc = "C48641756"
|
||||
38 │ pin p1; pin p2; pin p3; pin p4; pin p5; pin p6; pin p7; pin p8
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C18199093` to `lcsc` on `power_protection_diode`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Code causing the error:
|
||||
Source: main.ato:67:4
|
||||
66 │ power_protection_diode = new hongjiacheng_M1_package
|
||||
❱ 67 │ power_protection_diode.lcsc = "C18199093"
|
||||
68
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C178529` to `lcsc` on `power_filter_cap`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Code causing the error:
|
||||
Source: main.ato:72:4
|
||||
71 │ power_filter_cap.voltage = 10V
|
||||
❱ 72 │ power_filter_cap.lcsc = "C178529"
|
||||
73
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C160354` to `lcsc` on `uart_connector`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Source: main.ato:75:21
|
||||
74 │ # Input Connector (Power and UART)
|
||||
❱ 75 │ uart_connector = new JST_PH_Vertical_4Pin
|
||||
76
|
||||
Source: main.ato:29:10
|
||||
28
|
||||
❱ 29 component JST_PH_Vertical_4Pin:
|
||||
30 │ footprint = "JST_PH_S4B-PH-K_1x04_P2.00mm_Horizontal"
|
||||
Code causing the error:
|
||||
Source: main.ato:31:4
|
||||
30 │ footprint = "JST_PH_S4B-PH-K_1x04_P2.00mm_Horizontal"
|
||||
❱ 31 │ lcsc = "C160354"
|
||||
32 │ pin 1; pin 2; pin 3; pin 4
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C17513` to `lcsc` on `rx_protection_resistor`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Code causing the error:
|
||||
Source: main.ato:80:4
|
||||
79 │ rx_protection_resistor.resistance = 1kohm +/- 5%
|
||||
❱ 80 │ rx_protection_resistor.lcsc = "C17513"
|
||||
81
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C265003` to `lcsc` on `speaker_connector`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Source: main.ato:83:24
|
||||
82 │ # Output Connectors
|
||||
❱ 83 │ speaker_connector = new JST_PH_Vertical_2Pin
|
||||
84 │ stereo_out_jack = new AudioJack3_5mm
|
||||
Source: main.ato:24:10
|
||||
23 # Component for JST PH series vertical connectors
|
||||
❱ 24 component JST_PH_Vertical_2Pin:
|
||||
25 │ footprint = "JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal"
|
||||
Code causing the error:
|
||||
Source: main.ato:26:4
|
||||
25 │ footprint = "JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal"
|
||||
❱ 26 │ lcsc = "C265003"
|
||||
27 │ pin 1; pin 2
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C22459515` to `lcsc` on `stereo_out_jack`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Source: main.ato:84:22
|
||||
83 │ speaker_connector = new JST_PH_Vertical_2Pin
|
||||
❱ 84 │ stereo_out_jack = new AudioJack3_5mm
|
||||
85
|
||||
Source: main.ato:16:10
|
||||
15 # Component for the SMD 3.5mm Audio Jack
|
||||
❱ 16 component AudioJack3_5mm:
|
||||
17 │ footprint = "Jack_3.5mm:Jack_3.5mm_PJ320D_Horizontal"
|
||||
Code causing the error:
|
||||
Source: main.ato:18:4
|
||||
17 │ footprint = "Jack_3.5mm:Jack_3.5mm_PJ320D_Horizontal"
|
||||
❱ 18 │ lcsc = "C22459515"
|
||||
19 │ pin TIP # Left Channel
|
||||
DEBUG Assignment: power_filter_cap.capacitance [power_filter_cap.capacitance] := [376µF, 564µF]
|
||||
DEBUG Constraining power_filter_cap.capacitance to [376µF, 564µF]
|
||||
DEBUG Assignment: power_filter_cap.voltage [power_filter_cap.voltage] := [10V]
|
||||
DEBUG Constraining power_filter_cap.voltage to [10V]
|
||||
DEBUG Assignment: rx_protection_resistor.resistance [rx_protection_resistor.resistance] := [1kΩ ± 5.00%]
|
||||
DEBUG Constraining rx_protection_resistor.resistance to [1kΩ ± 5.00%]
|
||||
@@ -0,0 +1,128 @@
|
||||
[02:31:14] WARNING Exception
|
||||
Ignoring assignment of `C48641756` to `lcsc` on `df_header_left`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Source: main.ato:62:21
|
||||
61 │ # Sockets for DFPlayer Mini
|
||||
❱ 62 │ df_header_left = new PinSocket_1x8_SMD
|
||||
63 │ df_header_right = new PinSocket_1x8_SMD
|
||||
Source: main.ato:35:10
|
||||
34 # Component for the SMD 1x8 pin sockets for the DFPlayer
|
||||
❱ 35 component PinSocket_1x8_SMD:
|
||||
36 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
Code causing the error:
|
||||
Source: main.ato:37:4
|
||||
36 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
❱ 37 │ lcsc = "C48641756"
|
||||
38 │ pin p1; pin p2; pin p3; pin p4; pin p5; pin p6; pin p7; pin p8
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C48641756` to `lcsc` on `df_header_right`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Source: main.ato:63:22
|
||||
62 │ df_header_left = new PinSocket_1x8_SMD
|
||||
❱ 63 │ df_header_right = new PinSocket_1x8_SMD
|
||||
64
|
||||
Source: main.ato:35:10
|
||||
34 # Component for the SMD 1x8 pin sockets for the DFPlayer
|
||||
❱ 35 component PinSocket_1x8_SMD:
|
||||
36 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
Code causing the error:
|
||||
Source: main.ato:37:4
|
||||
36 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
❱ 37 │ lcsc = "C48641756"
|
||||
38 │ pin p1; pin p2; pin p3; pin p4; pin p5; pin p6; pin p7; pin p8
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C18199093` to `lcsc` on `power_protection_diode`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Code causing the error:
|
||||
Source: main.ato:67:4
|
||||
66 │ power_protection_diode = new hongjiacheng_M1_package
|
||||
❱ 67 │ power_protection_diode.lcsc = "C18199093"
|
||||
68
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C178529` to `lcsc` on `power_filter_cap`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Code causing the error:
|
||||
Source: main.ato:72:4
|
||||
71 │ power_filter_cap.voltage = 10V
|
||||
❱ 72 │ power_filter_cap.lcsc = "C178529"
|
||||
73
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C160354` to `lcsc` on `uart_connector`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Source: main.ato:75:21
|
||||
74 │ # Input Connector (Power and UART)
|
||||
❱ 75 │ uart_connector = new JST_PH_Vertical_4Pin
|
||||
76
|
||||
Source: main.ato:29:10
|
||||
28
|
||||
❱ 29 component JST_PH_Vertical_4Pin:
|
||||
30 │ footprint = "JST_PH_S4B-PH-K_1x04_P2.00mm_Horizontal"
|
||||
Code causing the error:
|
||||
Source: main.ato:31:4
|
||||
30 │ footprint = "JST_PH_S4B-PH-K_1x04_P2.00mm_Horizontal"
|
||||
❱ 31 │ lcsc = "C160354"
|
||||
32 │ pin 1; pin 2; pin 3; pin 4
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C17513` to `lcsc` on `rx_protection_resistor`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Code causing the error:
|
||||
Source: main.ato:80:4
|
||||
79 │ rx_protection_resistor.resistance = 1kohm +/- 5%
|
||||
❱ 80 │ rx_protection_resistor.lcsc = "C17513"
|
||||
81
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C265003` to `lcsc` on `speaker_connector`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Source: main.ato:83:24
|
||||
82 │ # Output Connectors
|
||||
❱ 83 │ speaker_connector = new JST_PH_Vertical_2Pin
|
||||
84 │ stereo_out_jack = new AudioJack3_5mm
|
||||
Source: main.ato:24:10
|
||||
23 # Component for JST PH series vertical connectors
|
||||
❱ 24 component JST_PH_Vertical_2Pin:
|
||||
25 │ footprint = "JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal"
|
||||
Code causing the error:
|
||||
Source: main.ato:26:4
|
||||
25 │ footprint = "JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal"
|
||||
❱ 26 │ lcsc = "C265003"
|
||||
27 │ pin 1; pin 2
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C22459515` to `lcsc` on `stereo_out_jack`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Source: main.ato:84:22
|
||||
83 │ speaker_connector = new JST_PH_Vertical_2Pin
|
||||
❱ 84 │ stereo_out_jack = new AudioJack3_5mm
|
||||
85
|
||||
Source: main.ato:16:10
|
||||
15 # Component for the SMD 3.5mm Audio Jack
|
||||
❱ 16 component AudioJack3_5mm:
|
||||
17 │ footprint = "Jack_3.5mm:Jack_3.5mm_PJ320D_Horizontal"
|
||||
Code causing the error:
|
||||
Source: main.ato:18:4
|
||||
17 │ footprint = "Jack_3.5mm:Jack_3.5mm_PJ320D_Horizontal"
|
||||
❱ 18 │ lcsc = "C22459515"
|
||||
19 │ pin TIP # Left Channel
|
||||
@@ -0,0 +1,128 @@
|
||||
[02:31:14] WARNING Exception
|
||||
Ignoring assignment of `C48641756` to `lcsc` on `df_header_left`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Source: main.ato:62:21
|
||||
61 │ # Sockets for DFPlayer Mini
|
||||
❱ 62 │ df_header_left = new PinSocket_1x8_SMD
|
||||
63 │ df_header_right = new PinSocket_1x8_SMD
|
||||
Source: main.ato:35:10
|
||||
34 # Component for the SMD 1x8 pin sockets for the DFPlayer
|
||||
❱ 35 component PinSocket_1x8_SMD:
|
||||
36 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
Code causing the error:
|
||||
Source: main.ato:37:4
|
||||
36 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
❱ 37 │ lcsc = "C48641756"
|
||||
38 │ pin p1; pin p2; pin p3; pin p4; pin p5; pin p6; pin p7; pin p8
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C48641756` to `lcsc` on `df_header_right`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Source: main.ato:63:22
|
||||
62 │ df_header_left = new PinSocket_1x8_SMD
|
||||
❱ 63 │ df_header_right = new PinSocket_1x8_SMD
|
||||
64
|
||||
Source: main.ato:35:10
|
||||
34 # Component for the SMD 1x8 pin sockets for the DFPlayer
|
||||
❱ 35 component PinSocket_1x8_SMD:
|
||||
36 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
Code causing the error:
|
||||
Source: main.ato:37:4
|
||||
36 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
❱ 37 │ lcsc = "C48641756"
|
||||
38 │ pin p1; pin p2; pin p3; pin p4; pin p5; pin p6; pin p7; pin p8
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C18199093` to `lcsc` on `power_protection_diode`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Code causing the error:
|
||||
Source: main.ato:67:4
|
||||
66 │ power_protection_diode = new hongjiacheng_M1_package
|
||||
❱ 67 │ power_protection_diode.lcsc = "C18199093"
|
||||
68
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C178529` to `lcsc` on `power_filter_cap`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Code causing the error:
|
||||
Source: main.ato:72:4
|
||||
71 │ power_filter_cap.voltage = 10V
|
||||
❱ 72 │ power_filter_cap.lcsc = "C178529"
|
||||
73
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C160354` to `lcsc` on `uart_connector`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Source: main.ato:75:21
|
||||
74 │ # Input Connector (Power and UART)
|
||||
❱ 75 │ uart_connector = new JST_PH_Vertical_4Pin
|
||||
76
|
||||
Source: main.ato:29:10
|
||||
28
|
||||
❱ 29 component JST_PH_Vertical_4Pin:
|
||||
30 │ footprint = "JST_PH_S4B-PH-K_1x04_P2.00mm_Horizontal"
|
||||
Code causing the error:
|
||||
Source: main.ato:31:4
|
||||
30 │ footprint = "JST_PH_S4B-PH-K_1x04_P2.00mm_Horizontal"
|
||||
❱ 31 │ lcsc = "C160354"
|
||||
32 │ pin 1; pin 2; pin 3; pin 4
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C17513` to `lcsc` on `rx_protection_resistor`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Code causing the error:
|
||||
Source: main.ato:80:4
|
||||
79 │ rx_protection_resistor.resistance = 1kohm +/- 5%
|
||||
❱ 80 │ rx_protection_resistor.lcsc = "C17513"
|
||||
81
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C265003` to `lcsc` on `speaker_connector`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Source: main.ato:83:24
|
||||
82 │ # Output Connectors
|
||||
❱ 83 │ speaker_connector = new JST_PH_Vertical_2Pin
|
||||
84 │ stereo_out_jack = new AudioJack3_5mm
|
||||
Source: main.ato:24:10
|
||||
23 # Component for JST PH series vertical connectors
|
||||
❱ 24 component JST_PH_Vertical_2Pin:
|
||||
25 │ footprint = "JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal"
|
||||
Code causing the error:
|
||||
Source: main.ato:26:4
|
||||
25 │ footprint = "JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal"
|
||||
❱ 26 │ lcsc = "C265003"
|
||||
27 │ pin 1; pin 2
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C22459515` to `lcsc` on `stereo_out_jack`
|
||||
Source: main.ato:53:7
|
||||
52
|
||||
❱ 53 module App:
|
||||
54 │ # --- Signals and Power ---
|
||||
Source: main.ato:84:22
|
||||
83 │ speaker_connector = new JST_PH_Vertical_2Pin
|
||||
❱ 84 │ stereo_out_jack = new AudioJack3_5mm
|
||||
85
|
||||
Source: main.ato:16:10
|
||||
15 # Component for the SMD 3.5mm Audio Jack
|
||||
❱ 16 component AudioJack3_5mm:
|
||||
17 │ footprint = "Jack_3.5mm:Jack_3.5mm_PJ320D_Horizontal"
|
||||
Code causing the error:
|
||||
Source: main.ato:18:4
|
||||
17 │ footprint = "Jack_3.5mm:Jack_3.5mm_PJ320D_Horizontal"
|
||||
❱ 18 │ lcsc = "C22459515"
|
||||
19 │ pin TIP # Left Channel
|
||||
@@ -0,0 +1 @@
|
||||
[02:31:14] INFO Loading KiCad PCB file: /home/martin/proj/DFPlayerMB/layout/default/default.kicad_pcb
|
||||
@@ -0,0 +1 @@
|
||||
[02:31:14] INFO Loading KiCad PCB file: /home/martin/proj/DFPlayerMB/layout/default/default.kicad_pcb
|
||||
251
build/logs/archive/2025-09-26_02-31-13/default/picker.debug.log
Normal file
251
build/logs/archive/2025-09-26_02-31-13/default/picker.debug.log
Normal file
@@ -0,0 +1,251 @@
|
||||
[02:31:15] WARNING No pickers for {
|
||||
0: <df_header_left|PinSocket_1x8_SMD>
|
||||
1: <speaker_connector|JST_PH_Vertical_2Pin>
|
||||
2: <uart_connector|JST_PH_Vertical_4Pin>
|
||||
3: <hole3|MountingHole_M3>
|
||||
4: <hole1|MountingHole_M3>
|
||||
5: <hole2|MountingHole_M3>
|
||||
6: <df_header_right|PinSocket_1x8_SMD>
|
||||
7: <hole4|MountingHole_M3>
|
||||
8: <stereo_out_jack|AudioJack3_5mm>
|
||||
}
|
||||
INFO Picking 1 modules
|
||||
INFO Picking 1 modules in parallel
|
||||
DEBUG Iteration 0 |stages|=1, |graphs|=1, |V|=10------------------------------------------------------------------------------------
|
||||
DEBUG DONE Iteration 0 Phase 1.0: Canonical literal form G:1
|
||||
DEBUG DONE Iteration 0 Phase 1.2: Constrain within and domain G:6
|
||||
DEBUG DONE Iteration 0 Phase 1.3: Alias predicates to true G:6
|
||||
DEBUG Iteration 1 |stages|=5, |graphs|=6, |V|=26------------------------------------------------------------------------------------
|
||||
DEBUG DONE Iteration 1 Phase 1.22: Fold IsSubset G:6
|
||||
DEBUG DONE Iteration 1 Phase 1.24: Merge intersecting subsets G:6
|
||||
DEBUG DONE Iteration 1 Phase 1.25: Predicate flat terminate G:6
|
||||
DEBUG DONE Iteration 1 Phase 1.27: Predicate is!! True G:6
|
||||
DEBUG Iteration 2 |stages|=38, |graphs|=6, |V|=24-----------------------------------------------------------------------------------
|
||||
[02:31:16] DEBUG POST https://components.atopileapi.com/v0/query
|
||||
{
|
||||
"queries": [
|
||||
{
|
||||
"package": {
|
||||
"type": "EnumSet",
|
||||
"data": {
|
||||
"elements": [
|
||||
{
|
||||
"name": "R0805"
|
||||
}
|
||||
],
|
||||
"enum": {
|
||||
"name": "BackendPackage",
|
||||
"values": {
|
||||
"R01005": "R01005",
|
||||
"R0201": "R0201",
|
||||
"R0402": "R0402",
|
||||
"R0603": "R0603",
|
||||
"R0805": "R0805",
|
||||
"R1206": "R1206",
|
||||
"R1210": "R1210",
|
||||
"R1808": "R1808",
|
||||
"R1812": "R1812",
|
||||
"R1825": "R1825",
|
||||
"R2220": "R2220",
|
||||
"R2225": "R2225",
|
||||
"R3640": "R3640",
|
||||
"C01005": "C01005",
|
||||
"C0201": "C0201",
|
||||
"C0402": "C0402",
|
||||
"C0603": "C0603",
|
||||
"C0805": "C0805",
|
||||
"C1206": "C1206",
|
||||
"C1210": "C1210",
|
||||
"C1808": "C1808",
|
||||
"C1812": "C1812",
|
||||
"C1825": "C1825",
|
||||
"C2220": "C2220",
|
||||
"C2225": "C2225",
|
||||
"C3640": "C3640",
|
||||
"L01005": "L01005",
|
||||
"L0201": "L0201",
|
||||
"L0402": "L0402",
|
||||
"L0603": "L0603",
|
||||
"L0805": "L0805",
|
||||
"L1206": "L1206",
|
||||
"L1210": "L1210",
|
||||
"L1808": "L1808",
|
||||
"L1812": "L1812",
|
||||
"L1825": "L1825",
|
||||
"L2220": "L2220",
|
||||
"L2225": "L2225",
|
||||
"L3640": "L3640",
|
||||
"SMD,4x4mm": "SMD,4x4mm",
|
||||
"SMD,6x6mm": "SMD,6x6mm",
|
||||
"SMD,5x5mm": "SMD,5x5mm",
|
||||
"SMD,3x3mm": "SMD,3x3mm",
|
||||
"SMD,8x8mm": "SMD,8x8mm",
|
||||
"SMD,12x12mm": "SMD,12x12mm",
|
||||
"SMD,12.5x12.5mm": "SMD,12.5x12.5mm",
|
||||
"SMD,7.8x7mm": "SMD,7.8x7mm",
|
||||
"SMD,4.5x4mm": "SMD,4.5x4mm",
|
||||
"SMD,11.5x10mm": "SMD,11.5x10mm",
|
||||
"SMD,6.6x7mm": "SMD,6.6x7mm",
|
||||
"SMD,7x6.6mm": "SMD,7x6.6mm",
|
||||
"SMD,5.8x5.2mm": "SMD,5.8x5.2mm",
|
||||
"SMD,6.6x7.3mm": "SMD,6.6x7.3mm",
|
||||
"SMD,3.5x3mm": "SMD,3.5x3mm",
|
||||
"SMD,7.3x7.3mm": "SMD,7.3x7.3mm",
|
||||
"SMD,6.6x7.1mm": "SMD,6.6x7.1mm",
|
||||
"SMD,7x7mm": "SMD,7x7mm",
|
||||
"SMD,5.4x5.2mm": "SMD,5.4x5.2mm",
|
||||
"SMD,6.7x6.7mm": "SMD,6.7x6.7mm",
|
||||
"SMD,11x10mm": "SMD,11x10mm",
|
||||
"SMD,10x11mm": "SMD,10x11mm",
|
||||
"SMD,5.2x5.8mm": "SMD,5.2x5.8mm",
|
||||
"SMD,4.4x4.2mm": "SMD,4.4x4.2mm",
|
||||
"SMD,13.8x12.6mm": "SMD,13.8x12.6mm",
|
||||
"SMD,10.1x10.1mm": "SMD,10.1x10.1mm",
|
||||
"SMD,13.5x12.6mm": "SMD,13.5x12.6mm",
|
||||
"SMD,4.7x4.7mm": "SMD,4.7x4.7mm",
|
||||
"SMD,12.3x12.3mm": "SMD,12.3x12.3mm",
|
||||
"SMD,12.6x13.5mm": "SMD,12.6x13.5mm",
|
||||
"SMD,2.8x2.9mm": "SMD,2.8x2.9mm",
|
||||
"SMD,7.3x6.6mm": "SMD,7.3x6.6mm",
|
||||
"SMD,2.5x2mm": "SMD,2.5x2mm",
|
||||
"SMD,4.9x4.9mm": "SMD,4.9x4.9mm",
|
||||
"SMD,10.2x10mm": "SMD,10.2x10mm",
|
||||
"SMD,7.1x6.6mm": "SMD,7.1x6.6mm",
|
||||
"SMD,10x10mm": "SMD,10x10mm",
|
||||
"SMD,5.7x5.7mm": "SMD,5.7x5.7mm",
|
||||
"SMD,4.1x4.1mm": "SMD,4.1x4.1mm",
|
||||
"SMD,4.1x4.5mm": "SMD,4.1x4.5mm",
|
||||
"SMD,7x7.8mm": "SMD,7x7.8mm",
|
||||
"SMD,10x9mm": "SMD,10x9mm",
|
||||
"SMD,0.6x1.2mm": "SMD,0.6x1.2mm",
|
||||
"SMD,6.5x6.9mm": "SMD,6.5x6.9mm",
|
||||
"SMD,1.6x2mm": "SMD,1.6x2mm",
|
||||
"SMD,2x2.5mm": "SMD,2x2.5mm",
|
||||
"SMD,7.1x6.5mm": "SMD,7.1x6.5mm",
|
||||
"SMD,8x8.5mm": "SMD,8x8.5mm",
|
||||
"SMD,4.5x4.1mm": "SMD,4.5x4.1mm",
|
||||
"SMD,4.2x4.4mm": "SMD,4.2x4.4mm",
|
||||
"SMD,10.4x10.3mm": "SMD,10.4x10.3mm",
|
||||
"SMD,10x11.5mm": "SMD,10x11.5mm",
|
||||
"SMD,13.5x12.8mm": "SMD,13.5x12.8mm",
|
||||
"SMD,17.2x17.2mm": "SMD,17.2x17.2mm",
|
||||
"SMD,5.2x5.4mm": "SMD,5.2x5.4mm",
|
||||
"SMD,11.6x10.1mm": "SMD,11.6x10.1mm",
|
||||
"SMD,10.5x10.3mm": "SMD,10.5x10.3mm",
|
||||
"SMD,7.2x6.6mm": "SMD,7.2x6.6mm",
|
||||
"SMD,10x10.2mm": "SMD,10x10.2mm",
|
||||
"SMD,7.8x7.8mm": "SMD,7.8x7.8mm",
|
||||
"SMD,1.7x2.3mm": "SMD,1.7x2.3mm",
|
||||
"SMD,5.2x5.7mm": "SMD,5.2x5.7mm",
|
||||
"SMD,2x2mm": "SMD,2x2mm",
|
||||
"SMD,4.5x5.2mm": "SMD,4.5x5.2mm",
|
||||
"SMD,9x10mm": "SMD,9x10mm",
|
||||
"SMD,2.5x2.9mm": "SMD,2.5x2.9mm",
|
||||
"SMD,4.6x4.1mm": "SMD,4.6x4.1mm",
|
||||
"SMD,7.5x7.5mm": "SMD,7.5x7.5mm",
|
||||
"SMD,5.5x5.2mm": "SMD,5.5x5.2mm",
|
||||
"SMD,6.4x6.6mm": "SMD,6.4x6.6mm",
|
||||
"SMD,12.5x13.5mm": "SMD,12.5x13.5mm",
|
||||
"SMD,10.7x10mm": "SMD,10.7x10mm",
|
||||
"SMD,5.5x5.3mm": "SMD,5.5x5.3mm",
|
||||
"SMD,10.1x11.6mm": "SMD,10.1x11.6mm",
|
||||
"SMD,10.3x10.5mm": "SMD,10.3x10.5mm",
|
||||
"SMD,3.2x3mm": "SMD,3.2x3mm",
|
||||
"SMD,6.6x6.4mm": "SMD,6.6x6.4mm",
|
||||
"SMD,1.2x0.6mm": "SMD,1.2x0.6mm",
|
||||
"SMD,1.2x1.8mm": "SMD,1.2x1.8mm",
|
||||
"SMD,5x5.2mm": "SMD,5x5.2mm",
|
||||
"SMD,8.3x8.3mm": "SMD,8.3x8.3mm",
|
||||
"SMD,10.2x10.8mm": "SMD,10.2x10.8mm",
|
||||
"SMD,2.5x3.2mm": "SMD,2.5x3.2mm",
|
||||
"SMD,4x4.5mm": "SMD,4x4.5mm",
|
||||
"SMD,8.5x8mm": "SMD,8.5x8mm",
|
||||
"SMD,3.5x3.2mm": "SMD,3.5x3.2mm",
|
||||
"SMD,12.9x13.2mm": "SMD,12.9x13.2mm",
|
||||
"SMD,8.8x8.2mm": "SMD,8.8x8.2mm",
|
||||
"SMD,4.1x4.4mm": "SMD,4.1x4.4mm",
|
||||
"SMD,10.8x10mm": "SMD,10.8x10mm",
|
||||
"SMD,10.5x10mm": "SMD,10.5x10mm",
|
||||
"SMD,1.1x1.8mm": "SMD,1.1x1.8mm",
|
||||
"SMD,7.5x7mm": "SMD,7.5x7mm",
|
||||
"SMD,3.8x3.8mm": "SMD,3.8x3.8mm",
|
||||
"SMD,1.6x2.2mm": "SMD,1.6x2.2mm",
|
||||
"SMD,12.2x12.2mm": "SMD,12.2x12.2mm",
|
||||
"SMD,4.8x4.8mm": "SMD,4.8x4.8mm",
|
||||
"SMD,5.7x5.4mm": "SMD,5.7x5.4mm",
|
||||
"SMD,15.5x16.5mm": "SMD,15.5x16.5mm",
|
||||
"SMD,8.2x8.8mm": "SMD,8.2x8.8mm",
|
||||
"SMD,10x14mm": "SMD,10x14mm",
|
||||
"SMD,5.1x5.4mm": "SMD,5.1x5.4mm",
|
||||
"SMD,16.5x15.5mm": "SMD,16.5x15.5mm",
|
||||
"SMD,2.1x3mm": "SMD,2.1x3mm",
|
||||
"SMD,10x11.6mm": "SMD,10x11.6mm",
|
||||
"SMD,3.2x4mm": "SMD,3.2x4mm",
|
||||
"SMD,7.2x7.9mm": "SMD,7.2x7.9mm",
|
||||
"SMD,5.8x5.8mm": "SMD,5.8x5.8mm",
|
||||
"SMD,6.6x7.4mm": "SMD,6.6x7.4mm",
|
||||
"SMD,12.7x12.7mm": "SMD,12.7x12.7mm",
|
||||
"SMD,1.2x2mm": "SMD,1.2x2mm",
|
||||
"SMD,1x1.7mm": "SMD,1x1.7mm",
|
||||
"SMD,4.4x4.1mm": "SMD,4.4x4.1mm",
|
||||
"SMD,4.2x4.2mm": "SMD,4.2x4.2mm"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"qty": 1,
|
||||
"endpoint": "resistors",
|
||||
"resistance": {
|
||||
"type": "Quantity_Interval_Disjoint",
|
||||
"data": {
|
||||
"intervals": {
|
||||
"type": "Numeric_Interval_Disjoint",
|
||||
"data": {
|
||||
"intervals": [
|
||||
{
|
||||
"type": "Numeric_Interval",
|
||||
"data": {
|
||||
"min": 950.0,
|
||||
"max": 1050.0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"unit": "kiloohm"
|
||||
}
|
||||
},
|
||||
"max_power": null,
|
||||
"max_voltage": null
|
||||
}
|
||||
]
|
||||
}
|
||||
DEBUG Crawling datasheet for C17513
|
||||
[02:31:17] DEBUG {
|
||||
0: {
|
||||
0: <rx_protection_resistor|Resistor_0805>
|
||||
}
|
||||
}
|
||||
INFO Picking 1 independent groups: {
|
||||
0: <rx_protection_resistor|Resistor_0805>
|
||||
}
|
||||
DEBUG Attached component C17513 to module rx_protection_resistor:
|
||||
{'resistance': {'type': 'Quantity_Interval_Disjoint', 'data': {'intervals': {'type': 'Numeric_Interval_Disjoint', 'data': {'intervals': [{'type': 'Numeric_Interval', 'data': {'min': 990.0000002235174, 'max': 1009.9999997764826}}]}}, 'unit': 'ohm'}}, 'max_power': {'type': 'Quantity_Set_Discrete', 'data': {'intervals': {'type': 'Numeric_Interval_Disjoint', 'data': {'intervals': [{'type': 'Numeric_Interval', 'data': {'min': 0.125, 'max': 0.125}}]}}, 'unit': 'watt'}},
|
||||
'max_voltage': {'type': 'Quantity_Set_Discrete', 'data': {'intervals': {'type': 'Numeric_Interval_Disjoint', 'data': {'intervals': [{'type': 'Numeric_Interval', 'data': {'min': 150.0, 'max': 150.0}}]}}, 'unit': 'volt'}}}
|
||||
--->
|
||||
max_power: rx_protection_resistor.max_power
|
||||
max_voltage: rx_protection_resistor.max_voltage
|
||||
resistance: rx_protection_resistor.resistance
|
||||
INFO Slow-picked parts in 2.18s
|
||||
INFO Picked complete: picked 1 parts
|
||||
INFO Verify design
|
||||
DEBUG Iteration 0 |stages|=1, |graphs|=1, |V|=13------------------------------------------------------------------------------------
|
||||
DEBUG DONE Iteration 0 Phase 1.0: Canonical literal form G:1
|
||||
DEBUG DONE Iteration 0 Phase 1.2: Constrain within and domain G:6
|
||||
DEBUG DONE Iteration 0 Phase 1.3: Alias predicates to true G:6
|
||||
DEBUG Iteration 1 |stages|=5, |graphs|=6, |V|=32------------------------------------------------------------------------------------
|
||||
DEBUG DONE Iteration 1 Phase 1.22: Fold IsSubset G:6
|
||||
DEBUG DONE Iteration 1 Phase 1.24: Merge intersecting subsets G:6
|
||||
DEBUG DONE Iteration 1 Phase 1.25: Predicate flat terminate G:6
|
||||
DEBUG DONE Iteration 1 Phase 1.27: Predicate is!! True G:6
|
||||
DEBUG Iteration 2 |stages|=38, |graphs|=6, |V|=30-----------------------------------------------------------------------------------
|
||||
@@ -0,0 +1,19 @@
|
||||
[02:31:15] WARNING No pickers for {
|
||||
0: <df_header_left|PinSocket_1x8_SMD>
|
||||
1: <speaker_connector|JST_PH_Vertical_2Pin>
|
||||
2: <uart_connector|JST_PH_Vertical_4Pin>
|
||||
3: <hole3|MountingHole_M3>
|
||||
4: <hole1|MountingHole_M3>
|
||||
5: <hole2|MountingHole_M3>
|
||||
6: <df_header_right|PinSocket_1x8_SMD>
|
||||
7: <hole4|MountingHole_M3>
|
||||
8: <stereo_out_jack|AudioJack3_5mm>
|
||||
}
|
||||
INFO Picking 1 modules
|
||||
INFO Picking 1 modules in parallel
|
||||
[02:31:17] INFO Picking 1 independent groups: {
|
||||
0: <rx_protection_resistor|Resistor_0805>
|
||||
}
|
||||
INFO Slow-picked parts in 2.18s
|
||||
INFO Picked complete: picked 1 parts
|
||||
INFO Verify design
|
||||
@@ -0,0 +1,11 @@
|
||||
[02:31:15] WARNING No pickers for {
|
||||
0: <df_header_left|PinSocket_1x8_SMD>
|
||||
1: <speaker_connector|JST_PH_Vertical_2Pin>
|
||||
2: <uart_connector|JST_PH_Vertical_4Pin>
|
||||
3: <hole3|MountingHole_M3>
|
||||
4: <hole1|MountingHole_M3>
|
||||
5: <hole2|MountingHole_M3>
|
||||
6: <df_header_right|PinSocket_1x8_SMD>
|
||||
7: <hole4|MountingHole_M3>
|
||||
8: <stereo_out_jack|AudioJack3_5mm>
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
[02:31:14] INFO Running design checks for stage POST_DESIGN
|
||||
DEBUG Running post-design check `needs_erc_check` for `runtime_anon[9]`
|
||||
INFO Checking graph for ERC violations
|
||||
INFO Checking 0 Power
|
||||
INFO Checking for hv/lv shorts
|
||||
INFO Checking for power source shorts
|
||||
INFO Checking 0 explicit nets
|
||||
INFO Checking 1 passives
|
||||
@@ -0,0 +1,7 @@
|
||||
[02:31:14] INFO Running design checks for stage POST_DESIGN
|
||||
INFO Checking graph for ERC violations
|
||||
INFO Checking 0 Power
|
||||
INFO Checking for hv/lv shorts
|
||||
INFO Checking for power source shorts
|
||||
INFO Checking 0 explicit nets
|
||||
INFO Checking 1 passives
|
||||
@@ -0,0 +1,3 @@
|
||||
[02:31:17] INFO Running checks
|
||||
INFO Running design checks for stage POST_SOLVE
|
||||
DEBUG Running post-solve check `needs_erc_check` for `runtime_anon[9]`
|
||||
@@ -0,0 +1,2 @@
|
||||
[02:31:17] INFO Running checks
|
||||
INFO Running design checks for stage POST_SOLVE
|
||||
@@ -0,0 +1,9 @@
|
||||
[02:31:14] INFO Resolving bus parameters
|
||||
DEBUG [3m Timings [0m
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━┳━━━━━━┓
|
||||
┃[1m [0m[1mCategory [0m[1m [0m┃[1m [0m[1mValue[0m[1m [0m┃[1m [0m[1mUnit[0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━╇━━━━━━┩
|
||||
│[36m [0m[36mget parameter connections[0m[36m [0m│[32m [0m[32m 4.3[0m[32m [0m│[33m [0m[33mµs [0m[33m [0m│
|
||||
│[36m [0m[36mmerge parameters [0m[36m [0m│[32m [0m[32m 4.33[0m[32m [0m│[33m [0m[33mµs [0m[33m [0m│
|
||||
└───────────────────────────┴───────┴──────┘
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
[02:31:14] INFO Resolving bus parameters
|
||||
@@ -0,0 +1 @@
|
||||
[02:31:17] INFO Adding `lib:PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left` as `df_header_left` (U1)
|
||||
@@ -0,0 +1 @@
|
||||
[02:31:17] INFO Adding `lib:PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left` as `df_header_left` (U1)
|
||||
Reference in New Issue
Block a user