Skip to content

Commit

Permalink
Hotfix for write_stream (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhoberkeley committed May 17, 2023
1 parent 0bbd2b5 commit eacb321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hammer/par/innovus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ def write_gds(self) -> bool:
# "auto", i.e. not "manual", means not specifying anything extra.

self.verbose_append(
"write_stream -mode ALL {map_file} {merge_options} {unit} {gds}".format(
"write_stream -mode ALL -format stream {map_file} {merge_options} {unit} {gds}".format(
map_file=map_file,
merge_options=merge_options,
gds=self.output_gds_filename,
Expand Down

0 comments on commit eacb321

Please sign in to comment.