From fe7ee7b58d026ff0cde911292568dea51b33c7ba Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 27 Apr 2019 14:39:34 +0800 Subject: [PATCH] helloworld_ecp5: fix LPF --- examples/helloworld_ecp5.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/helloworld_ecp5.nix b/examples/helloworld_ecp5.nix index 6e13c66..52e9283 100644 --- a/examples/helloworld_ecp5.nix +++ b/examples/helloworld_ecp5.nix @@ -11,10 +11,10 @@ let python ${./helloworld_ecp5.py} > $out/top.il cat > $out/top.lpf << EOF - LOCATE COMP "serial_tx" SITE "A4"; - IOBUF PORT "P3" IO_TYPE=LVDS; - LOCATE COMP "tx" SITE "B19"; - IOBUF PORT "C11" IO_TYPE=LVCMOS33; + LOCATE COMP "clk100" SITE "P3"; + IOBUF PORT "clk100" IO_TYPE=LVDS; + LOCATE COMP "serial_tx" SITE "C11"; + IOBUF PORT "serial_tx" IO_TYPE=LVCMOS33; EOF echo -n "--um-45k --package CABGA381" > $out/device