commit | 30b510da591affaf24d33e0943af8329a0312684 | [log] [tgz] |
---|---|---|
author | Srikrishna Iyer <sriyer@google.com> | Mon Dec 05 09:50:01 2022 -0800 |
committer | Srikrishna Iyer <46467186+sriyerg@users.noreply.github.com> | Fri Dec 09 23:47:25 2022 +0000 |
tree | 376bc49a49bc582c1c34acfd34ff1af5edc89dfa | |
parent | 1109b62d29fbc6b46a103f84f163a49ccdab3e5a [diff] |
[dv] Move sw_symbol_get_addr_size to dv_utils_pkg This commit moves the function sw_symbol_get_addr_size from chip_env_pkg to dv_utils_pkg, since the JTAG debugger model (added in subsequent commit) also needs access to it. The function is also slightly enhanced to address special characters in the symbol arg such as `$`. Signed-off-by: Srikrishna Iyer <sriyer@google.com>
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at CONTRIBUTING and our documentation on project organization and processes for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).