From ac16cb1e4890dfb1584e87d6600731b386d2c0a0 Mon Sep 17 00:00:00 2001 From: onsdagens Date: Tue, 25 Jul 2023 22:22:41 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a12ca6be..37411506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Tracking changes per date: ## 230725 +- Added RISC-V components and model + - Implemented the `ProbeAssert` component, that assert a set sequence of inputs. Made some updates so reading outside of the assert/stim buffers gives `Signal::Unknown` instead of panic (if not in test mode). Asserts are run only in test mode, allowing gui testing to be more robust.