helloworld_ecp5: fix serial_tx location

pull/1/head
Sebastien Bourdeauducq 2019-04-30 13:36:09 +08:00
parent 7d227ba4c5
commit 1cf460b56f
1 changed files with 1 additions and 1 deletions

View File

@ -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