diff --git a/examples/vhdl/array_axis_vcs/run.py b/examples/vhdl/array_axis_vcs/run.py index dcfc88d5d..f2de613ea 100644 --- a/examples/vhdl/array_axis_vcs/run.py +++ b/examples/vhdl/array_axis_vcs/run.py @@ -29,6 +29,6 @@ VU.add_library("lib").add_source_files([SRC_PATH / "*.vhd", SRC_PATH / "**" / "*.vhd"]) -# VU.set_sim_option('modelsim.init_files.after_load',['runall_addwave.do']) +VU.set_sim_option("modelsim.init_file.gui", "runall_addwave.do") VU.main()