Skip to content

Commit b077d66

Browse files
aeliassomandolaerik
authored andcommitted
dml-builtins: Minor documentation fixes
1 parent b6c4d0a commit b077d66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/1.4/dml-builtins.dml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,7 @@ Entry point for an access based on `generic_transaction_t`.
17021702
Entry point for an access based on the `transaction` interface. Extracts all
17031703
needed info from `t`, calls appropriate access methods (`read`, `write`, `get`,
17041704
`set`), and updates the `t` parameter accordingly. Returns
1705-
`Sim_PE_No_Exception` if the access succeeded, and `SIM_PE_IO_Not_Taken`
1705+
`Sim_PE_No_Exception` if the access succeeded, and `Sim_PE_IO_Not_Taken`
17061706
otherwise. The `offset` parameter is the offset of the access relative to the
17071707
bank. The `aux` parameter is NULL by default, and is passed on to bank methods.
17081708
In order to pass additional information on the access down to register and
@@ -3408,7 +3408,7 @@ Extends the [`get_val`](#get_val) template. Provides a single
34083408
overrideable method `get() -> (uint64)`, which retrieves the
34093409
register's value, without side-effects, used for checkpointing and
34103410
inspection. The default is to retrieve the value using the
3411-
get_val` method.
3411+
`get_val` method.
34123412

34133413
In a field, this template must be explicitly instantiated in order for an
34143414
override to take effect. Note however that field objects do provide a

0 commit comments

Comments
 (0)