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 5c524d3 commit 01a8722Copy full SHA for 01a8722
vunit/sim_if/modelsim.py
@@ -278,12 +278,12 @@ def _create_optimize_function(self, config):
278
optimized_design = self._to_optimized_design(design_to_optimize)
279
280
vopt_flags = [
281
+ self._vopt_extra_args(config),
282
f"{design_to_optimize}",
283
f"-work {{{config.library_name}}}",
284
"-quiet",
285
f"-floatgenerics+{config.entity_name}.",
286
f"-o {{{optimized_design}}}",
- self._vopt_extra_args(config),
287
]
288
289
# There is a known bug in modelsim that prevents the -modelsimini flag from accepting
0 commit comments