15 lines
455 B
Smarty
15 lines
455 B
Smarty
// 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="*"/>\
|
|
##
|
|
##
|
|
${make_ral_pkg(dv_base_prefix, block.regwidth, reg_block_path, rb, esc_if_name)}
|