From b5339f6ed36e79e3d7f2627dc95c9be022db80d7 Mon Sep 17 00:00:00 2001 From: Unai Sainz-Estebanez Date: Fri, 13 Dec 2024 16:51:31 +0100 Subject: [PATCH] Fix run.py according to Lars revision --- examples/vhdl/array_axis_vcs/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()