f4pga/flows/common: remove unused function

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-10-02 18:52:15 +01:00
parent 4d52d3c721
commit 6fc118b5fa
1 changed files with 0 additions and 7 deletions

View File

@ -215,13 +215,6 @@ def noisy_warnings(device):
environ["OUR_NOISY_WARNINGS"] = f"noisy_warnings-{device}_pack.log"
def my_path():
"""
Get current PWD.
"""
return str(Path(sys_argv[0]).resolve().parent)
def save_vpr_log(filename, build_dir=""):
"""
Save VPR logic (moves the default output file into a desired path).