commit | 12df55a89fcf3a0b2ad55871919a22419cfe480a | [log] [tgz] |
---|---|---|
author | Srikrishna Iyer <sriyer@google.com> | Sun Oct 10 12:19:16 2021 -0700 |
committer | Srikrishna Iyer <46467186+sriyerg@users.noreply.github.com> | Mon Oct 11 15:22:59 2021 -0700 |
tree | 864da6271c5a682f2d4b45069f10e0cfbac1c472 | |
parent | ea0b2400c5673c72104ee068dd358fdf2aa2b1d8 [diff] |
[dv, sw_logger_if] Improve tool compability The following enhancements are made: - Introduce `arg_t` as a combined packed array to display args with all format specifiers, including integral and string types - Add MAX_ARGS param to make implementation a bit more robust - Simplify how string arg indices are indicated - use a simple bit vector instead of associative array - Move macro defs closer to where they are used The side effect of the first bullet is at runtime, there is no need to know if the arg is a string or of integral type. The conditional argument to `$sformatf` worked with VCS but not with other tools. The simplification now works for all tools. 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).