| // Copyright lowRISC contributors. |
| // Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| // SPDX-License-Identifier: Apache-2.0 |
| |
| // UVM Registers auto-generated by `reggen` containing data structure |
| ## |
| ## |
| ## We use functions from uvm_reg_base.sv.tpl to define |
| ## per-device-interface code. |
| ## |
| <%namespace file="uvm_reg_base.sv.tpl" import="*"/>\ |
| ## |
| ## |
| <% |
| hier_path = '' if block.hier_path is None else block.hier_path + "." |
| %>\ |
| ${make_ral_pkg(dv_base_prefix, block.regwidth, hier_path, rb, esc_if_name)} |