From: Sebastien Bourdeauducq Date: Sun, 24 Nov 2013 13:00:22 +0000 (+0100) Subject: platforms/m1: use definition compatible with Mixxeo for VGA out X-Git-Tag: 24jan2021_ls180~2099^2~438 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c514fdc4a3a6bf440880ced5514f8de080d2d159;p=litex.git platforms/m1: use definition compatible with Mixxeo for VGA out --- diff --git a/mibuild/platforms/m1.py b/mibuild/platforms/m1.py index d72a6bde..ef89b4ed 100644 --- a/mibuild/platforms/m1.py +++ b/mibuild/platforms/m1.py @@ -71,8 +71,8 @@ _io = [ IOStandard("LVCMOS33") ), - ("vga_clock", 0, Pins("A11"), IOStandard("LVCMOS33")), - ("vga", 0, + ("vga_out", 0, + Subsignal("clk", Pins("A11")), Subsignal("r", Pins("C6 B6 A6 C7 A7 B8 A8 D9")), Subsignal("g", Pins("C8 C9 A9 D7 D8 D10 C10 B10")), Subsignal("b", Pins("D11 C12 B12 A12 C13 A13 D14 C14")),