We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/atopile/generics/blob/bdb8ca8f4cbd67e0ba7afa9cbe879d673e171b58/interfaces.ato#L79C1-L82C15
interface USB2: signal dp signal dm signal gnd
dp and dm need to be routed as differential pairs. When using these names, KiCAD can't identify them as pairs. It must end in a N/P or +/-.
dp
dm
N
P
+
-
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/atopile/generics/blob/bdb8ca8f4cbd67e0ba7afa9cbe879d673e171b58/interfaces.ato#L79C1-L82C15
dp
anddm
need to be routed as differential pairs. When using these names, KiCAD can't identify them as pairs. It must end in aN
/P
or+
/-
.The text was updated successfully, but these errors were encountered: