Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

RefdesRememberer broken due to capacitor value change #28

Open
amstan opened this issue Oct 14, 2020 · 0 comments
Open

RefdesRememberer broken due to capacitor value change #28

amstan opened this issue Oct 14, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@amstan
Copy link
Contributor

amstan commented Oct 14, 2020

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.

@amstan amstan added the bug Something isn't working label Oct 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant