RELEASE: 0.10.0
Release 0.10.0 brings a number of quality of life improvements.
You'll notice more information output on the console for simulator commands that should make it easier to know what's going on and easier to identify when commands fail for various reasons.
Below is the complete list of features and bugs contained within the release.
Highlights:
The DSim Cloud 0.10.0 release contains the following highlights:
- Added a
-uvm
option to our simulator to make running UVM designs easier. See How To: Use UVM in a Simulation for use of the new option. -
mdc output when remote out-of-memory error detected.
-
System error exit code changed from 304 to 2.
-
Command execution output enhancements. Now shows
Operation ID
,Exit code
, andExecution complete
on all simulator commands. -
libcurl now available on remote workspace.
- Default DSIM version is now 20230116.0.0
Breaking Changes:
The system error exit code from the `mdc` cli has changed from 304 to 2. If you have scripts that relied on the specific exit code, you'll have to check for 2 instead of 304 now.
Summary
- 4 Features Included
- 2 Bugs fixed
- 2 MEDIUM Severity
Features Included
ID | Release Note | Availability* |
---|---|---|
S847 | mdc output when remote out-of-memory error detected. | CLI Update |
S848 | System error exit code changed from 304 to 2. | CLI Update |
S853 | Command execution output enhancements. Now shows operations Id, exit code, and completion on all simulator commands. | CLI Update |
S859 | libcurl now available on remote workspace. | Initialize |
S871 | Default DSIM version is now 20230116.0.0 | Initialize |
Bug Fixes Included:
ID | Release Note | Severity | Availability* |
---|---|---|---|
B567 | Malformed LD_LIBRARY_PATH env variable. | MEDIUM | Initialize |
B568 | Erroneous info was output in certain package setup failure scenarios. | MEDIUM | Initialize |
* To obtain a new feature/fix, one or more user actions may be required. See the below table for a legend providing details on the various "availability" values.
Availability | User Action(s) Needed |
---|---|
Immediate | Nothing is needed from the user. Feature/fix will be seen immediately. |
CLI Update | Users must install the latest version of the CLI |
Resume | Users must pause existing workspaces and then resume |
Initialize | Users must destroy existing workspaces and initialize |