Skip to content

Commit 91db1a3

Browse files
committed
Fix run.py according to Lars revision
1 parent bfd7ee8 commit 91db1a3

File tree

1 file changed

+1
-1
lines changed
  • examples/vhdl/array_axis_vcs

1 file changed

+1
-1
lines changed

examples/vhdl/array_axis_vcs/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929

3030
VU.add_library("lib").add_source_files([SRC_PATH / "*.vhd", SRC_PATH / "**" / "*.vhd"])
3131

32-
# VU.set_sim_option('modelsim.init_files.after_load',['runall_addwave.do'])
32+
VU.set_sim_option("modelsim.init_file.gui", "runall_addwave.do")
3333

3434
VU.main()

0 commit comments

Comments
 (0)