From 2ade1a528e7b5c0178261cecf036ed84dc9459ce Mon Sep 17 00:00:00 2001 From: Hendrik Mennen Date: Wed, 25 Oct 2023 13:32:55 +0200 Subject: [PATCH] update verible --- src/OneWare.Verilog/LanguageServiceVerilog.cs | 8 ++++---- src/OneWare.Verilog/OneWare.Verilog.csproj | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/OneWare.Verilog/LanguageServiceVerilog.cs b/src/OneWare.Verilog/LanguageServiceVerilog.cs index 2773e1d0..43dc60b5 100644 --- a/src/OneWare.Verilog/LanguageServiceVerilog.cs +++ b/src/OneWare.Verilog/LanguageServiceVerilog.cs @@ -21,10 +21,10 @@ static LanguageServiceVerilog() StartPath = PlatformHelper.Platform switch { - PlatformId.WinX64 => $"{assemblyPath}/native_tools/win-x64/verible/verible-v0.0-3401-g0b8cb4e0-win64/verible-verilog-ls.exe", - PlatformId.LinuxX64 => $"{assemblyPath}/native_tools/linux-x64/verible/verible-v0.0-3401-g0b8cb4e0/bin/verible-verilog-ls", - PlatformId.OsxX64 => $"{assemblyPath}/native_tools/osx-x64/verible/verible-v0.0-3401-g0b8cb4e0-macOS/bin/verible-verilog-ls", - PlatformId.OsxArm64 => $"{assemblyPath}/native_tools/osx-x64/verible/verible-v0.0-3401-g0b8cb4e0-macOS/bin/verible-verilog-ls", + PlatformId.WinX64 => $"{assemblyPath}/native_tools/win-x64/verible/verible-v0.0-3426-gac4a37d8-win64/verible-verilog-ls.exe", + PlatformId.LinuxX64 => $"{assemblyPath}/native_tools/linux-x64/verible/verible-v0.0-3426-gac4a37d8/bin/verible-verilog-ls", + PlatformId.OsxX64 => $"{assemblyPath}/native_tools/osx-x64/verible/verible-v0.0-3426-gac4a37d8-macOS/bin/verible-verilog-ls", + PlatformId.OsxArm64 => $"{assemblyPath}/native_tools/osx-x64/verible/verible-v0.0-3426-gac4a37d8-macOS/bin/verible-verilog-ls", _ => null }; } diff --git a/src/OneWare.Verilog/OneWare.Verilog.csproj b/src/OneWare.Verilog/OneWare.Verilog.csproj index 8f9670ae..724525aa 100644 --- a/src/OneWare.Verilog/OneWare.Verilog.csproj +++ b/src/OneWare.Verilog/OneWare.Verilog.csproj @@ -24,7 +24,7 @@ osx-x64 - https://github.com/chipsalliance/verible/releases/download/v0.0-3401-g0b8cb4e0/verible-v0.0-3401-g0b8cb4e0-macOS.tar.gz + https://github.com/chipsalliance/verible/releases/download/v0.0-3426-gac4a37d8/verible-v0.0-3426-gac4a37d8-macOS.tar.gz