Skip to content

Commit

Permalink
sayma rtm: add clock mezzanine GPIO (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
hartytp authored and sbourdeauducq committed Sep 19, 2018
1 parent ca0df1c commit 4621abc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions migen/build/platforms/sinara/sayma_rtm.py
Expand Up @@ -123,6 +123,13 @@
Subsignal("rst_n", Pins("J5")),
IOStandard("LVCMOS33")
),

("clk_mez", 0,
Subsignal("gpio", Pins("D18 C17 C18 G17"
"F18 H16 G15 G15"
"F15 G14 F14 H17"
"H18 F17 H14 E18")),
IOStandard("LVCMOS33")),
]


Expand Down

0 comments on commit 4621abc

Please sign in to comment.