Skip to content

Commit

Permalink
vhpidirect/arrays/matrices/vunit_axis_vcs: 'ghdl.flags' was removed i…
Browse files Browse the repository at this point in the history
…n VUnit v5.0.0; use 'ghdl.a_flags'
  • Loading branch information
umarcor committed Jun 6, 2024
1 parent a72ca74 commit 74c2e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vhpidirect/arrays/matrices/vunit_axis_vcs/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

VU.add_library("lib").add_source_files([ROOT.parent / "pkg.vhd", ROOT / "src" / "*.vhd", ROOT / "*.vhd"])

VU.set_compile_option("ghdl.flags", ["-frelaxed"])
VU.set_compile_option("ghdl.a_flags", ["-frelaxed"])
# Add the C wrapper to the elaboration of GHDL
VU.set_sim_option("ghdl.elab_flags", ["-frelaxed", "-Wl," + str(ROOT.parent / "main.c")])

Expand Down

0 comments on commit 74c2e51

Please sign in to comment.