Skip to content

Commit 04ededa

Browse files
Update get_designs.py
1 parent fcdca13 commit 04ededa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/get_designs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def main():
1414
parser.add_argument("--design", help="The path to the design.")
1515
args = parser.parse_args()
1616

17-
config_file = f"{args.design}/lvs/user_project_wrapper/lvs_config.json"
17+
config_file = f"{args.design}/lvs/openframe_project_wrapper/lvs_config.json"
1818
data = parse_lvs_config(config_file)
1919
f = open("harden_sequence.txt", "w")
2020
for d in data:
@@ -26,4 +26,4 @@ def main():
2626

2727

2828
if __name__ == "__main__":
29-
main()
29+
main()

0 commit comments

Comments
 (0)