Skip to content

Commit

Permalink
Fix run.py according to Lars revision
Browse files Browse the repository at this point in the history
  • Loading branch information
Unike267 authored and LarsAsplund committed Dec 13, 2024
1 parent 6d61c64 commit b5339f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vhdl/array_axis_vcs/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit b5339f6

Please sign in to comment.