From 7968dd6e6180df2c644636bc6d2908a49f2190cf Mon Sep 17 00:00:00 2001 From: Nils Wistoff Date: Tue, 19 Sep 2023 15:53:43 +0200 Subject: [PATCH] Release v0.2.13 Signed-off-by: Nils Wistoff --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ed1f8..f13f257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. 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). +## 0.2.13 - 2023-09-19 +### Fixed +- `tc_sram_xilinx`: Fix be assignment + ## 0.2.12 - 2023-08-12 ### Changed - `tc_sram_xilinx`: Support ByteWidth != 8 @@ -15,7 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## 0.2.10 - 2022-11-20 ### Added -- `tc_sram_impl`: Wrapper for `tc_sram` with implementation-specific keys and IO +- `tc_sram_impl`: Wrapper for `tc_sram` with implementation-specific keys and IO ### Changed - `tc_sram`: Improve simulation performance