SME.CPP
0.4.3
See the version list below for details.
dotnet add package SME.CPP --version 0.4.3
NuGet\Install-Package SME.CPP -Version 0.4.3
<PackageReference Include="SME.CPP" Version="0.4.3" />
paket add SME.CPP --version 0.4.3
#r "nuget: SME.CPP, 0.4.3"
// Install SME.CPP as a Cake Addin
#addin nuget:?package=SME.CPP&version=0.4.3
// Install SME.CPP as a Cake Tool
#tool nuget:?package=SME.CPP&version=0.4.3
C++ transpiler for SME networks
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
- ICSharpCode.Decompiler (>= 3.0.2.3465)
- Mono.Cecil (>= 0.10.0)
- SME (>= 0.4.3)
- SME.AST (>= 0.4.3)
- System.CodeDom (>= 4.7.0)
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 | 423 | 2/17/2022 |
0.4.4 | 303 | 4/27/2021 |
0.4.3 | 328 | 2/18/2021 |
0.4.2 | 456 | 9/16/2020 |
0.4.1-beta | 353 | 6/26/2019 |
0.4.0-beta | 429 | 2/19/2019 |
0.3.3-beta | 723 | 3/22/2018 |
0.3.2 | 817 | 2/11/2018 |
0.3.1 | 771 | 12/11/2017 |
New in version 0.4.3 since 0.4.2
***********
* Changes *
***********
- Added the option to not render the buses, when generating the dot graph. This
allows for a much cleaner graph.
- Inferred true dual port memory are now more portable. The old definition
produced inconsistent behaviour, depending on which VHDL simulator was being
used.
- Moved function definitions in VHDL into the process definition. This allows
the functions to access variables and buses, which are local to the process.
*********
* Fixes *
*********
- Fixed error when initializing multidimensional arrays.
- Fixed triggering of unclocked processes. Before, clocked processes wouldn't
properly set the signal triggering unclocked processes.
- Fixed Windows line endings not being stripped in csv_util.vhdl.
- Fixed wrong name generation, when the first instance of a process came from
a different namespace. E.g. when the first process was a
SME.Components.TrueDualPortRAM, all names would start with SME_Components
instead of the proper namespace of the process.