commit | d8bfaf10406d915cc76254a14dd5d8043f5f725f | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Mon Sep 21 12:53:35 2020 +0100 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Tue Oct 13 08:54:38 2020 +0100 |
tree | 3a472cb3f9380587c4dbfeec3bd5d938af986dfb | |
parent | d36be2ed3eee551a967fa2e4e7b28cef4e63ad9d [diff] |
[otbn] Generate a skeleton test framework with uvmdvgen We've currently got various "verification-ish" tools in hw/ip/otbn/dv, so we either have to move them or put the DV code generated by uvmdvgen in its own subfolder. In this patch, I've gone for the latter option. It's generated by running: util/uvmdvgen/uvmdvgen.py otbn -e -eo hw/ip/otbn and then moving everything that was created in hw/ip/otbn/dv into a new directory called hw/ip/otbn/dv/uvm. I then manually fixed up a couple of paths. 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).