Skip to content

Commit

Permalink
sayma_rtm: add pins for HMC clocking chips
Browse files Browse the repository at this point in the history
sbourdeauducq committed Aug 26, 2017
1 parent 746e4bc commit 96844e8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions migen/build/platforms/sinara/sayma_rtm.py
Original file line number Diff line number Diff line change
@@ -20,6 +20,17 @@
Subsignal("rx_n", Pins("R17")), # rtm_fpga_lvds1_n
IOStandard("LVDS_25")
),

# HMC clocking chips (830 and 7043)
("hmc_spi", 0,
Subsignal("clk", Pins("A17")),
Subsignal("mosi", Pins("B16"), Misc("PULLDOWN")),
Subsignal("miso", Pins("D9")),
# cs[0]=830 cs[1]=7043
Subsignal("cs_n", Pins("C8 D16")),
IOStandard("LVCMOS25")
),
("hmc7043_reset", 0, Pins("E17"), IOStandard("LVCMOS25")),
]


0 comments on commit 96844e8

Please sign in to comment.