Skip to content

Commit

Permalink
sayma_amc2: sma_io -> mcx_io
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Oct 7, 2019
1 parent ecf8412 commit 3012df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migen/build/platforms/sinara/sayma_amc2.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@
IOStandard("LVCMOS33"), Misc("SLEW=FAST"), Drive(16)
),

("sma_io", 0,
("mcx_io", 0,
Subsignal("level", Pins("P26")),
Subsignal("direction", Pins("K25")),
IOStandard("LVCMOS33")
),
("sma_io", 1,
("mcx_io", 1,
Subsignal("level", Pins("N24")),
Subsignal("direction", Pins("L23")),
IOStandard("LVCMOS33")
Expand Down

0 comments on commit 3012df6

Please sign in to comment.