From c606a93b8a2996e6c4c02e420120fe0ea41bf6ae Mon Sep 17 00:00:00 2001 From: facebreeze Date: Tue, 26 May 2026 22:42:29 +0800 Subject: [PATCH] Update Symbol to SymbolName in regIf.rst --- source/SpinalHDL/Libraries/regIf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/SpinalHDL/Libraries/regIf.rst b/source/SpinalHDL/Libraries/regIf.rst index 448f0881c8..70f14caaba 100644 --- a/source/SpinalHDL/Libraries/regIf.rst +++ b/source/SpinalHDL/Libraries/regIf.rst @@ -187,7 +187,7 @@ new way: .. code:: scala - M_REG0.field(Bits(32 bit), ROV, BigInt("F000A801", 16), "xx-device version")(Symbol("Version")) + M_REG0.field(Bits(32 bit), ROV, BigInt("F000A801", 16), "xx-device version")(SymbolName("Version"))