fix helloworld.nix

pull/1/head
Sebastien Bourdeauducq 2019-03-25 23:37:16 +08:00
parent b22aff308a
commit e047e69f78
1 changed files with 1 additions and 1 deletions

View File

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