0hmX/simplified-am62l-computer
This code defines components and scripts for physically representing and routing high-speed DDR memory signals, power lines, and ground planes on an 8-layer PCB with detailed pin assignments, copper pours, and precise via and trace layouts based on TI EVM reference data.
- Version
- 1.0.16
- License
- unset
- Stars
- 0
imports/SMF5_0A.tsx
import type { DiodeProps } from "@tscircuit/props"
const pinLabels = {
pin1: ["K"],
pin2: ["A"]
} as const
export const SMF5_0A = (props: DiodeProps) => {
return (
<diode
symbol={false ? (
<symbol>
<schematicpath points={[{"x":-1.27,"y":-1.778},{"x":-0.762,"y":-2.286}]} strokeWidth={0.254} strokeColor="#880000" />
<schematicpath points={[{"x":-1.27,"y":1.778},{"x":-1.778,"y":2.286}]} strokeWidth={0.254} strokeColor="#880000" />
<schematicpath points={[{"x":-1.27,"y":1.778},{"x":-1.27,"y":-1.778}]} strokeWidth={0.254} strokeColor="#880000" />
<schematicpath svgPath="M 1.27 1.778 L -1.27 0 L 1.27 -1.778 Z" strokeWidth={0.254} strokeColor="#880000" />
<schematicpath points={[{"x":-1.27,"y":0},{"x":-2.54,"y":0}]} strokeWidth={0.254} strokeColor="#880000" />
<schematicpath points={[{"x":2.54,"y":0},{"x":1.27,"y":0}]} strokeWidth={0.254} strokeColor="#880000" />
<port name="pin1" pinNumber={1} aliases={["K"]} direction="left" schX={-5.08} schY={0} schStemLength={2.54} />
<port name="pin2" pinNumber={2} aliases={["A"]} direction="right" schX={5.08} schY={0} schStemLength={2.54} />
</symbol>
) : undefined}
supplierPartNumbers={{
"jlcpcb": [
"C19077497"
]
}}
manufacturerPartNumber="SMF5_0A"
footprint={<footprint>
<smtpad portHints={["pin2"]} pcbX="1.634998mm" pcbY="0mm" width="1.1999976mm" height="1.1999976mm" shape="rect" />
<smtpad portHints={["pin1"]} pcbX="-1.634998mm" pcbY="0mm" width="1.1999976mm" height="1.1999976mm" shape="rect" />
<silkscreenpath route={[{"x":-0.7167625999999245,"y":0.8762238000001616},{"x":-0.7167625999999245,"y":-0.876223800000048}]} />
<silkscreenpath route={[{"x":-1.3762228000000505,"y":-0.9262363999999934},{"x":1.3762227999999368,"y":-0.9262363999999934}]} />
<silkscreenpath route={[{"x":-1.3762228000000505,"y":0.9262364000001071},{"x":1.3762227999999368,"y":0.9262364000001071}]} />
<silkscreenpath route={[{"x":1.3762227999999368,"y":0.9262364000001071},{"x":1.3762227999999368,"y":0.7331963999999971}]} />
<silkscreenpath route={[{"x":1.3762227999999368,"y":-0.9262363999999934},{"x":1.3762227999999368,"y":-0.7331963999999971}]} />
<silkscreentext text="{NAME}" pcbX="0mm" pcbY="1.9906mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-2.485200000000077,"y":1.2406000000000859},{"x":2.4851999999998498,"y":1.2406000000000859},{"x":2.4851999999998498,"y":-1.2659999999999627},{"x":-2.485200000000077,"y":-1.2659999999999627},{"x":-2.485200000000077,"y":1.2406000000000859}]} />
</footprint>}
cadModel={{
objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C19077497.obj?uuid=d3ea67013c27406dbdf25a993737fb84",
stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C19077497.step?uuid=d3ea67013c27406dbdf25a993737fb84",
pcbRotationOffset: 180,
modelOriginPosition: { x: 0, y: 0, z: 0.09 },
}}
{...props}
/>
)
}