We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8119bee commit b2ae82bCopy full SHA for b2ae82b
vunit/sim_if/modelsim.py
@@ -283,12 +283,12 @@ def _create_optimize_function(self, config):
283
optimized_design = self._to_optimized_design(design_to_optimize)
284
285
vopt_flags = [
286
+ self._vopt_extra_args(config),
287
f"{design_to_optimize}",
288
f"-work {{{config.library_name}}}",
289
"-quiet",
290
f"-floatgenerics+{config.entity_name}.",
291
f"-o {{{optimized_design}}}",
- self._vopt_extra_args(config),
292
]
293
294
# There is a known bug in modelsim that prevents the -modelsimini flag from accepting
0 commit comments