build/gowin: Fix bitstream copy to gateware directory.
This commit is contained in:
parent
49d0463394
commit
3e10576fcd
|
@ -182,8 +182,8 @@ class GowinToolchain:
|
||||||
|
|
||||||
# Copy Bitstream to from impl to gateware directory.
|
# Copy Bitstream to from impl to gateware directory.
|
||||||
copyfile(
|
copyfile(
|
||||||
os.path.join(build_dir, "impl", "pnr", "project.fs"),
|
os.path.join("impl", "pnr", "project.fs"),
|
||||||
os.path.join(build_dir, build_name + ".fs")
|
os.path.join(build_name + ".fs")
|
||||||
)
|
)
|
||||||
|
|
||||||
os.chdir(cwd)
|
os.chdir(cwd)
|
||||||
|
|
Loading…
Reference in New Issue