commit | 9d268e23526ed8c528e5d68cbbceb5a5327e18f4 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Tue Dec 15 13:43:48 2020 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Sat Dec 19 16:44:09 2020 +0000 |
tree | 705027fac08f1e7e891ab1c6a0114d4928bf10f4 | |
parent | 418be37e2d6cc9c8468e3ec212c28c1a112ec134 [diff] |
[otbn] Move trace collation to the otbn_tracer core file This code shouldn't be in otbn_top_sim.cc: it's going to be needed for the UVM-based test machinery too. This patch defines a new class called OtbnTraceSource. It's a singleton, whose instance listens to a DPI function and broadcasts calls to all listeners. Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.org>
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 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).