From e498a2a618babe6860458788c0f3f68e800f1568 Mon Sep 17 00:00:00 2001 From: Erik Carstensen Date: Mon, 16 Feb 2026 17:06:46 +0100 Subject: [PATCH] Promote the .val parameter, SIMICS-23405 --- doc/1.4/language.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/1.4/language.md b/doc/1.4/language.md index 31039c43..521d59ee 100644 --- a/doc/1.4/language.md +++ b/doc/1.4/language.md @@ -568,8 +568,7 @@ contain a number of `field` objects. Each field is defined to correspond to a bit range of the containing register. The value of a field is stored in the corresponding bits of the containing -register's storage. The easiest way to access the value of a register or field -is to use the `get` and `set` methods. +register's storage. The easiest way to access the value of a field is to use the `val` parameter, which expands to a [bit slice expression](#bit-slicing-expressions) over the containing register's storage. The read and write behaviour of registers and fields is in most cases controlled by instantiating *templates*. There are three