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 4c3934c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edalize/tools/vcs.py
Original file line number Diff line number Diff line change
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 4c3934c

Please sign in to comment.