Skip to content

Commit

Permalink
dml-builtins: Minor documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aeliasso authored and mandolaerik committed Sep 26, 2024
1 parent b6c4d0a commit b077d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/1.4/dml-builtins.dml
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,7 @@ Entry point for an access based on `generic_transaction_t`.
Entry point for an access based on the `transaction` interface. Extracts all
needed info from `t`, calls appropriate access methods (`read`, `write`, `get`,
`set`), and updates the `t` parameter accordingly. Returns
`Sim_PE_No_Exception` if the access succeeded, and `SIM_PE_IO_Not_Taken`
`Sim_PE_No_Exception` if the access succeeded, and `Sim_PE_IO_Not_Taken`
otherwise. The `offset` parameter is the offset of the access relative to the
bank. The `aux` parameter is NULL by default, and is passed on to bank methods.
In order to pass additional information on the access down to register and
Expand Down Expand Up @@ -3408,7 +3408,7 @@ Extends the [`get_val`](#get_val) template. Provides a single
overrideable method `get() -> (uint64)`, which retrieves the
register's value, without side-effects, used for checkpointing and
inspection. The default is to retrieve the value using the
get_val` method.
`get_val` method.

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

0 comments on commit b077d66

Please sign in to comment.