Skip to content

Commit 30d021d

Browse files
committed
mv tool_parameters/ assets/
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
1 parent dbfecf6 commit 30d021d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

infrastructure/tool_parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
class ToolParametersHelper:
2727
def __init__(self, toolchain, params_file=None):
28-
ppath = Path(getcwd()) / 'tool_parameters' / (
28+
ppath = Path(getcwd()) / 'assets/tool_parameters' / (
2929
f'{toolchain}.yml' if params_file is None else params_file
3030
)
3131
assert ppath.exists(), f"Parameters file {ppath!s} does not exist."

0 commit comments

Comments
 (0)