sayma_rtm: add hmc7043_gpo monitoring

This commit is contained in:
Sebastien Bourdeauducq 2018-07-11 19:04:29 +08:00
parent 29e5c95afa
commit 88fb9ce4d6
2 changed files with 4 additions and 1 deletions

View File

@ -172,6 +172,9 @@ class SaymaRTM(Module):
self.submodules.hmc7043_reset = gpio.GPIOOut(
platform.request("hmc7043_reset"), reset_out=1)
csr_devices.append("hmc7043_reset")
self.submodules.hmc7043_gpo = gpio.GPIOIn(
platform.request("hmc7043_gpo"))
csr_devices.append("hmc7043_gpo")
# AMC/RTM serwb
serwb_pads = platform.request("amc_rtm_serwb")

View File

@ -14,7 +14,7 @@ requirements:
run:
- python >=3.5.3,<3.6
- setuptools 33.1.1
- migen 0.7 py35_69+gitb515b0e
- migen 0.7 py35_70+git1ec3ea9
- misoc 0.11 py35_27+git37dfced7
- jesd204b 0.7
- microscope