From b75fa62e9b2a9f4410084fb1c80ceb23ed9d9c48 Mon Sep 17 00:00:00 2001 From: Jannis Harder Date: Tue, 24 May 2022 17:18:53 +0200 Subject: verilog: fix $past's signedness --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index ff7ce49a2..d64d592d2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,9 @@ List of major changes and improvements between releases Yosys 0.17 .. Yosys 0.17-dev -------------------------- + * Formal Verification + - Fixed the signedness of $past's return value to be the same as the + argument's instead of always unsigned. * Verilog - Fixed an issue where simplifying case statements by removing unreachable -- cgit v1.2.3