Skip to content

Commit

Permalink
Replaces the TCL expand operator with eval
Browse files Browse the repository at this point in the history
  • Loading branch information
kraigher committed Jul 7, 2015
1 parent 59a0f6b commit bb23880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vunit/modelsim_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def _create_load_function(self, # pylint: disable=too-many-arguments
proc vunit_load {{{{vsim_extra_args ""}}}} {{
{set_generic_str}
set vsim_failed [catch {{
vsim {{*}}${{vsim_extra_args}} {vsim_flags}
eval vsim ${{vsim_extra_args}} {{{vsim_flags}}}
}}]
if {{${{vsim_failed}}}} {{
echo Command 'vsim ${{vsim_extra_args}} {vsim_flags}' failed
Expand Down

0 comments on commit bb23880

Please sign in to comment.