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]