From 7c985573d4c45d4b1a86886cfac8abbcebb1f812 Mon Sep 17 00:00:00 2001 From: uxuh Date: Sat, 20 Jul 2024 20:51:34 +0800 Subject: [PATCH] Update Int.rst x(x: UInt) to x(y: UInt) according to Description "Variable bit access of y-th bit" --- source/SpinalHDL/Data types/Int.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/SpinalHDL/Data types/Int.rst b/source/SpinalHDL/Data types/Int.rst index d127aa6e00e..f4d5e135be3 100644 --- a/source/SpinalHDL/Data types/Int.rst +++ b/source/SpinalHDL/Data types/Int.rst @@ -380,7 +380,7 @@ the extraction operators can also be used to assign a part of a ``UInt`` / ``SIn * - x(y: Int) - Static bit access of y-th bit - Bool - * - x(x: UInt) + * - x(y: UInt) - Variable bit access of y-th bit - Bool * - x(offset: Int, width bits)