You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However on the generation of netlists these additional keyword arguments are not passed to the kicad netlist_gen_compnetlist generator, only the cust_part.fields are passed (additionally if kwargs of similar names are passed ie datasheet they are not updated). Is this intentional?
Potentially when parts are created with updated kwargs they could
which replaces part information in the generated netlist. The parts loaded in kicad may not get these changes, since the parts in the library would need to update. The netlist would then store information about the parts as entered in skidl... which appear to be otherwise redundant with information loaded from kicad.
Some keywords, such as 'value' are passed to kicad, so potentially Kicad can also read these info from the netlist?
The text was updated successfully, but these errors were encountered:
Currently when defining a part one can supply additional kwargs:
However on the generation of netlists these additional keyword arguments are not passed to the kicad
netlist_gen_comp
netlist generator, only thecust_part.fields
are passed (additionally if kwargs of similar names are passed iedatasheet
they are not updated). Is this intentional?Potentially when parts are created with updated kwargs they could
which replaces part information in the generated netlist. The parts loaded in kicad may not get these changes, since the parts in the library would need to update. The netlist would then store information about the parts as entered in skidl... which appear to be otherwise redundant with information loaded from kicad.
Some keywords, such as 'value' are passed to kicad, so potentially Kicad can also read these info from the netlist?
The text was updated successfully, but these errors were encountered: