Skip to content

Commit

Permalink
remove other uneeded code
Browse files Browse the repository at this point in the history
update submodule test

Signed-off-by: Kareem Farid <kareefardi@users.noreply.github.com>
  • Loading branch information
kareefardi committed Jan 16, 2025
1 parent 9a72ae7 commit 0e348b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions openlane/steps/tclstep.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,12 @@ def prepare_env(self, env: dict, state: State) -> dict:
key = f"CURRENT_{input.id.upper()}"
env[key] = TclStep.value_to_tcl(state[input])

output_names = []
for output in self.outputs:
if output.multiple:
# Too step-specific.
continue
filename = f"{self.config['DESIGN_NAME']}.{output.extension}"
env[f"SAVE_{output.id.upper()}"] = os.path.join(self.step_dir, filename)
output_names.append(output.id.upper())
env["_OUTPUT_NAMES"] = TclStep.value_to_tcl(output_names)

return env

Expand Down
2 changes: 1 addition & 1 deletion test/designs
Submodule designs updated 1 files
+1 −1 picorv32a/config.json

0 comments on commit 0e348b1

Please sign in to comment.