fix gateware pure build

core0-buffer
Sebastien Bourdeauducq 2020-07-13 10:44:25 +08:00
parent 10888cc6c6
commit f1f7fe8da6
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ let
];
}
''
python ${./src/gateware/zc706.py} -g build -V ${variant}
python ${./src/gateware}/zc706.py -g build -V ${variant}
mkdir -p $out $out/nix-support
cp build/top.bit $out
echo file binary-dist $out/top.bit >> $out/nix-support/hydra-build-products