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