Advertisement
Guest User

Untitled

a guest
Aug 14th, 2020
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.77 KB | None | 0 0
  1. # HDMI
  2.         Resource("hdmi", 0,
  3.             Subsignal("cec", Pins("A18", dir="io"),
  4.                 Attrs(IO_TYPE="LVCMOS33", DRIVE="4", PULLMODE="UP")),
  5.             Subsignal("clk", DiffPairs("A17", "B18", dir="io"),
  6.                 Attrs(IO_TYPE="LVCMOS33D", DRIVE="4")),
  7.             Subsignal("d",   DiffPairs("A16 A14 A12", "B16 C14 A13", dir="io"),
  8.                 Attrs(IO_TYPE="LVCMOS33D", DRIVE="4")),
  9.             Subsignal("eth", DiffPairs("A19", "B20", dir="io"),
  10.                 Attrs(IO_TYPE="LVCMOS33D", DRIVE="4")),
  11.             Subsignal("scl", Pins("E12", dir="io"),
  12.                 Attrs(IO_TYPE="LVCMOS33", DRIVE="4", PULLMODE="UP")),
  13.             Subsignal("sda", Pins("B19", dir="io"),
  14.                 Attrs(IO_TYPE="LVCMOS33", DRIVE="4", PULLMODE="UP"))),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement