f4pga/wrappers/sh/fasm: use Path instead of bash's mv

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-08-10 21:15:12 +02:00
parent 315ffd2df2
commit 20171e4d1e
1 changed files with 1 additions and 2 deletions

View File

@ -118,9 +118,8 @@ if [ -f $FASM_EXTRA ]; then
cat ${{TOP}}.fasm $FASM_EXTRA > tmp.fasm
mv tmp.fasm ${{TOP}}.fasm
fi
mv vpr_stdout.log fasm.log
""")
Path('vpr_stdout.log').rename('fasm.log')
def write_xml_rr_graph():