SME.Tracer
0.4.4
See the version list below for details.
dotnet add package SME.Tracer --version 0.4.4
NuGet\Install-Package SME.Tracer -Version 0.4.4
<PackageReference Include="SME.Tracer" Version="0.4.4" />
paket add SME.Tracer --version 0.4.4
#r "nuget: SME.Tracer, 0.4.4"
// Install SME.Tracer as a Cake Addin #addin nuget:?package=SME.Tracer&version=0.4.4 // Install SME.Tracer as a Cake Tool #tool nuget:?package=SME.Tracer&version=0.4.4
Tracing module for SME networks
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- NewtonSoft.Json (>= 12.0.1)
- SME (>= 0.4.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SME.Tracer:
Package | Downloads |
---|---|
SME.VHDL
VHDL transpiler for SME networks |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.5.0 | 787 | 2/17/2022 |
0.4.4 | 564 | 4/27/2021 |
0.4.3 | 590 | 2/18/2021 |
0.4.2 | 755 | 9/16/2020 |
0.4.1-beta | 426 | 6/26/2019 |
0.4.0-beta | 569 | 2/19/2019 |
0.3.3-beta | 772 | 3/22/2018 |
0.3.2 | 985 | 2/11/2018 |
0.3.1 | 933 | 12/11/2017 |
0.3.0 | 924 | 12/11/2017 |
New in version 0.4.4 since 0.4.3
***********
* Changes *
***********
- Added support for passing objects by reference to functions.
- Changed call to Run() when specifying an exit condition.
- Made the internal memory of RAMs in SME.Components public, as this is useful
for verification.
*********
* Fixes *
*********
- Added "block" as an VHDL keyword.
- Procedures without arguments shouldn't have parenthesis in VHDL.
- Fixed nameclash in variables local to a method. The decompiler would rename
local variables to a lower case version of the variable it is copying. This
is a problem in VHDL, as it is case insensitive.
- Fixed a problem where irregular loops wouldn't run for a correct number of
iterations.
- Handled nameclash for static constants.
- Fixed problem where RAM in SME.Components would throw an exception, due to
them reading undefined values.