Skip to content

Commit

Permalink
sayma_amc: add SMA IO pins
Browse files Browse the repository at this point in the history
sbourdeauducq committed Aug 20, 2017
1 parent ddf5281 commit 496edde
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions migen/build/platforms/sinara/sayma_amc.py
Original file line number Diff line number Diff line change
@@ -102,6 +102,17 @@
Subsignal("tx_data", Pins("K20 K22 P20 P21")),
IOStandard("LVCMOS25")
),

("sma_io", 0,
Subsignal("level", Pins("K23")),
Subsignal("direction", Pins("K25")),
IOStandard("LVCMOS33")
),
("sma_io", 1,
Subsignal("level", Pins("L25")),
Subsignal("direction", Pins("L23")),
IOStandard("LVCMOS33")
)
]


0 comments on commit 496edde

Please sign in to comment.