From 1cf460b56f9a921ad71b427b3f4c880668ed4bf7 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 30 Apr 2019 13:36:09 +0800 Subject: [PATCH] helloworld_ecp5: fix serial_tx location --- examples/helloworld_ecp5.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helloworld_ecp5.nix b/examples/helloworld_ecp5.nix index 52e9283..151ef85 100644 --- a/examples/helloworld_ecp5.nix +++ b/examples/helloworld_ecp5.nix @@ -13,7 +13,7 @@ let cat > $out/top.lpf << EOF LOCATE COMP "clk100" SITE "P3"; IOBUF PORT "clk100" IO_TYPE=LVDS; - LOCATE COMP "serial_tx" SITE "C11"; + LOCATE COMP "serial_tx" SITE "A11"; IOBUF PORT "serial_tx" IO_TYPE=LVCMOS33; EOF