Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Mar 12, 2024
1 parent 1ba5711 commit 7f91e5f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/OneWare.Quartus/OneWare.Quartus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OneWare.Essentials" Version="0.4" Private="false" ExcludeAssets="runtime;Native"/>
<PackageReference Include="OneWare.UniversalFpgaProjectSystem" Version="0.16" Private="false" ExcludeAssets="runtime;Native"/>
<PackageReference Include="OneWare.Essentials" Version="0.4.1" Private="false" ExcludeAssets="runtime;Native"/>
<PackageReference Include="OneWare.UniversalFpgaProjectSystem" Version="0.16.1" Private="false" ExcludeAssets="runtime;Native"/>
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions src/OneWare.Quartus/Services/QuartusService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public async Task CompileAsync(UniversalFpgaProjectRoot project, FpgaModel fpga)
else if(output.StartsWith("Warning (") || output.StartsWith("Critical Warning (")) outputService.WriteLine(x, Brushes.Orange);
else outputService.WriteLine(x);
});
return true;
});

var compileTime = DateTime.Now - start;
Expand Down
8 changes: 4 additions & 4 deletions src/OneWare.Quartus/oneware.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"Dependencies": [
{
"Name": "OneWare.Essentials",
"MinVersion": "0.4.0.0",
"MaxVersion": "0.4.0.0"
"MinVersion": "0.4.1.0",
"MaxVersion": "0.4.1.0"
},
{
"Name": "OneWare.UniversalFpgaProjectSystem",
"MinVersion": "0.16.0.0",
"MaxVersion": "0.16.0.0"
"MinVersion": "0.16.1.0",
"MaxVersion": "0.16.1.0"
}
]
}

0 comments on commit 7f91e5f

Please sign in to comment.