f4pga/flows/common: remove unused function
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
4d52d3c721
commit
6fc118b5fa
|
@ -215,13 +215,6 @@ def noisy_warnings(device):
|
||||||
environ["OUR_NOISY_WARNINGS"] = f"noisy_warnings-{device}_pack.log"
|
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=""):
|
def save_vpr_log(filename, build_dir=""):
|
||||||
"""
|
"""
|
||||||
Save VPR logic (moves the default output file into a desired path).
|
Save VPR logic (moves the default output file into a desired path).
|
||||||
|
|
Loading…
Reference in New Issue