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 68bb939 commit 06bac44Copy full SHA for 06bac44
chipflow_lib/steps/silicon.py
@@ -93,7 +93,7 @@ def run_cli(self, args):
93
94
rtlil_path = self.prepare() # always prepare before submission
95
if args.action == "submit":
96
- self.submit(rtlil_path, dry_run=args.dry_run, wait=args.wait)
+ self.submit(rtlil_path, dry_run=args.dry_run, wait=args.wait)
97
98
def prepare(self):
99
"""Elaborate the design and convert it to RTLIL.
0 commit comments