commit | 394ce0554bdf740d94f9debba6c77dedf26c3319 | [log] [tgz] |
---|---|---|
author | Canberk Topal <ctopal@lowrisc.org> | Thu Mar 03 17:02:21 2022 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Thu Mar 24 14:16:43 2022 +0000 |
tree | 6a4be5b48ec7035b1d04699cf5033fa493cf522c | |
parent | de26664c791e021c8208e8b7fdffc73e14122dad [diff] |
[otbn,dv] Support different CMD operations in DV This commit includes SEC_WIPE_DMEM and SEC_WIPE_IMEM operation support in DV model. Basically it waits in external wipe state while setting the status register of the model and when it gets a done signal from RTL it goes back to IDLE state. Slight changes in the base_vseq of OTBN produce MEM_WIPE operations in every run (before loading elf file for execution tests). Also introduces some relaxations in NotIdleIfRunning assertion since we are setting Idle too fast while we are doing SEC_WIPE operations. Signed-off-by: Canberk Topal <ctopal@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 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).