From e047e69f78adb5737d67ddf89d09582ddc6a31cb Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 25 Mar 2019 23:37:16 +0800 Subject: [PATCH] fix helloworld.nix --- examples/helloworld.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helloworld.nix b/examples/helloworld.nix index c25d772..c26138f 100644 --- a/examples/helloworld.nix +++ b/examples/helloworld.nix @@ -8,7 +8,7 @@ let '' mkdir $out - python ${./demo.py} > $out/top.v + python ${./helloworld.py} > $out/top.v cat > $out/top.xdc << EOF set_property LOC K24 [get_ports serial_tx]