From 34630be50e05765fa038f2dadbbda5136afcf38e Mon Sep 17 00:00:00 2001 From: Todd Austin Date: Wed, 20 Nov 2024 08:55:36 -0500 Subject: [PATCH] Documentation updates. --- VERSION | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VERSION b/VERSION index 2395f5b..287f565 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,6 @@ +Version 1.5 + - added support for hash-alone execution, which allows devices with no explicit I/O devices to be tested + Version 1.4 - added RISC-V Spike instruction set simulator (ISS) support, which is 100% compatible with the "Simple_System" RTL target - 12 new benchmarks added, from AI, compression, audio processing, data processing, etc.