google / pcbdl

PCB Design Language: A programming way to design schematics.
Other
155 stars 23 forks source link

RefdesRememberer broken due to capacitor value change #28

Open amstan opened 3 years ago

amstan commented 3 years ago
index d42fef2..2928e40 100755
--- a/examples/servo_micro.py
+++ b/examples/servo_micro.py
@@ -576,7 +576,7 @@ pp3300 << (
 Net("PP3300_PD_VDDA") << (
     ec.VDDA,
     L("600@100MHz", to=pp3300, package="INDC1005L", part_number="FERRITE_BEAD-185-00019-00"),
-    decoupling("1u"),
+    decoupling("10u"),
     decoupling("100p"),
 )
 pp3300 << (

This causes a lot of components to get renamed. Another reason to need #21.