From 0f20399b29bd320612ba54f65ea009cfcba83de6 Mon Sep 17 00:00:00 2001 From: ronan-lashermes <86600116+ronan-lashermes@users.noreply.github.com> Date: Fri, 10 Nov 2023 08:50:18 +0100 Subject: [PATCH] Update source/SpinalHDL/Semantic/assignments.rst Co-authored-by: Andreas Wallner --- source/SpinalHDL/Semantic/assignments.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/SpinalHDL/Semantic/assignments.rst b/source/SpinalHDL/Semantic/assignments.rst index 7791f5ce1be..383fa0fcc5c 100644 --- a/source/SpinalHDL/Semantic/assignments.rst +++ b/source/SpinalHDL/Semantic/assignments.rst @@ -132,7 +132,7 @@ CombInit val b = a when(sel) { b := 2 - //At this point, a and b are evaluated to 2 : they represent the same set of wire + // At this point, a and b are evaluated to 2: they reference the same signal } val c = UInt(8 bits)