Skip to content

Commit

Permalink
Rearranged vopt args to support post-simulation Visualizer invokation
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsAsplund committed Nov 16, 2024
1 parent 5c524d3 commit 01a8722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vunit/sim_if/modelsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,12 +278,12 @@ def _create_optimize_function(self, config):
optimized_design = self._to_optimized_design(design_to_optimize)

vopt_flags = [
self._vopt_extra_args(config),
f"{design_to_optimize}",
f"-work {{{config.library_name}}}",
"-quiet",
f"-floatgenerics+{config.entity_name}.",
f"-o {{{optimized_design}}}",
self._vopt_extra_args(config),
]

# There is a known bug in modelsim that prevents the -modelsimini flag from accepting
Expand Down

0 comments on commit 01a8722

Please sign in to comment.