From 61e4de81cb131687c6d0ea35ec101b448309415d Mon Sep 17 00:00:00 2001 From: Florian Zaruba Date: Thu, 21 Jan 2021 11:51:14 +0100 Subject: [PATCH] Release v1.20.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ad09a9f..6143877e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased + +## 1.20.1 - 2021-01-21 ### Changed - `id_queue`: Replace default or reset value of signals that were assigned `'x` with `'0`. - `id_queue`: Use `cf_math_pkg::idx_width()` for computation of localparams. +### Fixed +- Add `XSIM` define guard for statements incompatible with `xsim`. + ## 1.20.0 - 2020-11-04 ### Added - assertions: Assertion include header with macros (from lowrisc)