Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Dec 6, 2024
1 parent e1229fc commit af29e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edalize/tools/vcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def setup(self, edam):
[cmd] + full64 + ["-f", f_file, "-work", workdir] + fnames,
# + ["||", "rm", "-rf", "lib", "&&", "false"],
[workdir + "/AN.DB"],
depfiles + list(f_files.keys()),
depfiles + [f_file],
)
self.f_files.update(f_files)

Expand Down Expand Up @@ -173,7 +173,7 @@ def setup(self, edam):

def write_config_files(self):
s = "WORK > DEFAULT\nDEFAULT : ./work\n"
for lib in workdirs:
for lib in self.workdirs:
if lib != "work":
s += f"{lib} : ./{lib}\n"
self.update_config_file("synopsys_sim.setup", s)
Expand Down

0 comments on commit af29e6c

Please sign in to comment.