Skip to content

Commit

Permalink
release 23.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalkuthe committed May 16, 2023
1 parent 546d54d commit d4079e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG_OSDI.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ All notable changes to OpenVAF relevant to OSDI will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
## 23.5.0 - 2023-5-16

## Added

* support for `analog initial` blocks
* Support for `analog initial` blocks
* Allow ignoring errors when a port is declared without direction
* User friendly Crash Handler
* Warning when adding trivially open branches
* Allow `aliasparam` sto refer to system functions (like `$mfactor`)

## Fixed

Expand All @@ -20,6 +23,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* incorrect `param_given` results after setting instance paramters on the model struct.
* Panic when accessing current probe that always returns 0

## Internal Improvements

* Update to LLVM 15+ (opaque pointers)

## 23.2.0 - 2023-02-01

## Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Some working minimal examples (in rust) can be found in `melange/core/test.rs`.
The official docker image contains everything required for compiling OpenVAF. To build OpenVAF using the official docker containers, simply run the following commands:

``` shell
git clone https://github.com/pascalkuthe/OpenVAF.git && cd openvaf
git clone https://github.com/pascalkuthe/OpenVAF.git && cd OpenVAF
# On REHL distros and fedora replace docker with podman
# on all commands below.
docker pull ghcr.io/pascalkuthe/ferris_ci_build_x86_64-unknown-linux-gnu:latest
Expand Down

0 comments on commit d4079e7

Please sign in to comment.