fix helloworld.nix
This commit is contained in:
parent
b22aff308a
commit
e047e69f78
|
@ -8,7 +8,7 @@ let
|
||||||
''
|
''
|
||||||
mkdir $out
|
mkdir $out
|
||||||
|
|
||||||
python ${./demo.py} > $out/top.v
|
python ${./helloworld.py} > $out/top.v
|
||||||
|
|
||||||
cat > $out/top.xdc << EOF
|
cat > $out/top.xdc << EOF
|
||||||
set_property LOC K24 [get_ports serial_tx]
|
set_property LOC K24 [get_ports serial_tx]
|
||||||
|
|
Loading…
Reference in New Issue