blob: 378b747428f652d200aec98c115bc9819c0c8f47 [file] [log] [blame]
// 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)}