SME.GraphViz
0.4.4
See the version list below for details.
dotnet add package SME.GraphViz --version 0.4.4
NuGet\Install-Package SME.GraphViz -Version 0.4.4
<PackageReference Include="SME.GraphViz" Version="0.4.4" />
paket add SME.GraphViz --version 0.4.4
#r "nuget: SME.GraphViz, 0.4.4"
// Install SME.GraphViz as a Cake Addin
#addin nuget:?package=SME.GraphViz&version=0.4.4
// Install SME.GraphViz as a Cake Tool
#tool nuget:?package=SME.GraphViz&version=0.4.4
GraphViz renderer for Synchronous Message Exchange
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.1
- SME (>= 0.4.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.5.0 | 277 | 2/17/2022 |
0.4.4 | 254 | 4/27/2021 |
0.4.3 | 282 | 2/18/2021 |
0.4.2 | 403 | 9/16/2020 |
0.4.1-beta | 364 | 6/26/2019 |
0.4.0-beta | 493 | 2/19/2019 |
0.3.3-beta | 700 | 3/22/2018 |
0.3.2 | 850 | 2/11/2018 |
0.3.1 | 806 | 12/11/2017 |
0.1.0 | 933 | 5/3/2016 |
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.