Skip to content

Commit

Permalink
Add fix for ISE path handling on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien de Castelnau authored and olofk committed Jul 6, 2022
1 parent 2aaf23b commit 22e87e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion edalize/ise.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ def _write_tcl_file(self):
)
)

(src_files, incdirs) = self._get_fileset_files()
(src_files, incdirs) = self._get_fileset_files(
force_slash=True
) # ISE tcl doesn't like '\', so '/' is forced

if incdirs:
tcl_file.write(
Expand Down

0 comments on commit 22e87e4

Please sign in to comment.