Skip to content

Commit

Permalink
fix verilator
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Oct 17, 2024
1 parent d6fe245 commit 28459fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ public void OnInitialized(IContainerProvider containerProvider)
Path.Combine(x, "share", "openFPGALoader"));
environmentService.SetEnvironmentVariable("PYTHON_EXECUTABLE",
Path.Combine(x, "py3bin", $"python3{PlatformHelper.ExecutableExtension}"));
environmentService.SetEnvironmentVariable("VERILATOR_ROOT",
Path.Combine(x, "share", $"verilator"));
//environmentService.SetEnvironmentVariable("VERILATOR_ROOT",
// Path.Combine(x, "share", $"verilator"));
environmentService.SetEnvironmentVariable("GHDL_PREFIX",
Path.Combine(x, "lib", $"ghdl"));
environmentService.SetEnvironmentVariable("GTK_EXE_PREFIX", x);
Expand Down

0 comments on commit 28459fe

Please sign in to comment.