From b22bc8b11eb5f449dfe9e1dc86d818a5b939f456 Mon Sep 17 00:00:00 2001 From: uxuh Date: Mon, 13 May 2024 23:29:56 +0800 Subject: [PATCH] Update bits.rst x(x: UInt) to x(y: UInt) according to Description "Variable bit access of y-th bit" --- source/SpinalHDL/Data types/bits.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/SpinalHDL/Data types/bits.rst b/source/SpinalHDL/Data types/bits.rst index f9016e85199..27b92b888e8 100644 --- a/source/SpinalHDL/Data types/bits.rst +++ b/source/SpinalHDL/Data types/bits.rst @@ -262,7 +262,7 @@ can also be used to select a range of bits to be written. * - 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)