f4pga/wrappers/sh: remove unused function

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-08-10 22:39:59 +02:00
parent 68139d14db
commit 30a2aa5b54
2 changed files with 0 additions and 12 deletions

View File

@ -120,17 +120,6 @@ fi
Path('vpr_stdout.log').rename('fasm.log')
def write_xml_rr_graph():
print("[F4PGA] Running (deprecated) write xlm rr graph")
run_bash_cmds(vpr_common_cmds('place')+f"""
vpr ${{ARCH_DEF}} \
${{EBLIF}} \
--read_rr_graph ${{RR_GRAPH}} \
--write_rr_graph ${{RR_GRAPH_XML}} \
--pack
""")
def vpr_common():
print("[F4PGA] Running (deprecated) vpr common")
run_sh_script(ROOT / SH_SUBDIR / "vpr_common.f4pga.sh")

View File

@ -32,7 +32,6 @@ wrappers = [
'symbiflow_synth',
'symbiflow_write_bitstream',
'symbiflow_write_fasm',
'symbiflow_write_xml_rr_graph',
'vpr_common',
'symbiflow_analysis',
'symbiflow_repack',