atopile icon indicating copy to clipboard operation
atopile copied to clipboard

Can't cast a component from a module

Open Timot05 opened this issue 2 years ago • 0 comments

The code below results in the designator generation code breaking down.

module GenericHalfBridge: signal vcc_pwr signal high_gate signal out signal low_gate signal gnd

component DMT3009LDT_7 from GenericHalfBridge: high_gate ~ pin 1 low_gate ~ pin 8 vcc_pwr ~ pin 2 vcc_pwr ~ pin 3 vcc_pwr ~ pin 4 vcc_pwr ~ pin 10 gnd ~ pin 5 gnd ~ pin 6 gnd ~ pin 7 out ~ pin 9

footprint = "V-DFN3030-8K_L3.0-W3.0-P0.65-BL"
lcsc_id = "C155503"
mpn = "C155503"

Timot05 avatar Jan 25 '24 22:01 Timot05