We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdca13 commit 04ededaCopy full SHA for 04ededa
1 file changed
.github/scripts/get_designs.py
@@ -14,7 +14,7 @@ def main():
14
parser.add_argument("--design", help="The path to the design.")
15
args = parser.parse_args()
16
17
- config_file = f"{args.design}/lvs/user_project_wrapper/lvs_config.json"
+ config_file = f"{args.design}/lvs/openframe_project_wrapper/lvs_config.json"
18
data = parse_lvs_config(config_file)
19
f = open("harden_sequence.txt", "w")
20
for d in data:
@@ -26,4 +26,4 @@ def main():
26
27
28
if __name__ == "__main__":
29
- main()
+ main()
0 commit comments