From 6b05145430932bd3578731b3a1ef960baea08e1e Mon Sep 17 00:00:00 2001 From: marwaneltoukhy <67271180+marwaneltoukhy@users.noreply.github.com> Date: Wed, 19 Nov 2025 18:09:38 +0000 Subject: [PATCH] Autosync: Update core config files (latest) --- .github/scripts/get_designs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/get_designs.py b/.github/scripts/get_designs.py index 8c38012..0bb803f 100644 --- a/.github/scripts/get_designs.py +++ b/.github/scripts/get_designs.py @@ -14,7 +14,7 @@ def main(): parser.add_argument("--design", help="The path to the design.") args = parser.parse_args() - config_file = f"{args.design}/lvs/openframe_project_wrapper/lvs_config.json" + config_file = f"{args.design}/lvs/user_project_wrapper/lvs_config.json" data = parse_lvs_config(config_file) f = open("harden_sequence.txt", "w") for d in data: @@ -26,4 +26,4 @@ def main(): if __name__ == "__main__": - main() + main() \ No newline at end of file