Skip to content

Commit

Permalink
update verible
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Oct 25, 2023
1 parent db6406a commit 2ade1a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/OneWare.Verilog/LanguageServiceVerilog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
}
Expand Down
2 changes: 1 addition & 1 deletion src/OneWare.Verilog/OneWare.Verilog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'osx-x64' OR ('$(RuntimeIdentifier)' == '' AND $([MSBuild]::IsOSPlatform('OSX')))">
<UsePackageTarget>osx-x64</UsePackageTarget>
<ExternalPackageUrl>https://github.com/chipsalliance/verible/releases/download/v0.0-3401-g0b8cb4e0/verible-v0.0-3401-g0b8cb4e0-macOS.tar.gz</ExternalPackageUrl>
<ExternalPackageUrl>https://github.com/chipsalliance/verible/releases/download/v0.0-3426-gac4a37d8/verible-v0.0-3426-gac4a37d8-macOS.tar.gz</ExternalPackageUrl>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 2ade1a5

Please sign in to comment.