f4pga/setup: rm vpr_common

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-08-11 06:14:51 +02:00
parent 9dc9d6cb98
commit 6dc738fd3d
3 changed files with 0 additions and 7 deletions

View File

@ -120,7 +120,6 @@ setuptools_setup(
f"{sf}_write_jlink = {shwrappers}:write_jlink",
f"{sf}_write_openocd = {shwrappers}:write_openocd",
f"ql_{sf} = {shwrappers}:ql",
f"vpr_common = {shwrappers}:vpr_common"
]
)
},

View File

@ -307,11 +307,6 @@ fi
Path('vpr_stdout.log').rename('fasm.log')
def vpr_common():
print("[F4PGA] Running (deprecated) vpr common")
p_run_sh_script(ROOT / SH_SUBDIR / "vpr_common.f4pga.sh")
# Xilinx only

View File

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