commit | ea90aace618ee9607cb2f89b19e38fa3a684d70a | [log] [tgz] |
---|---|---|
author | Michael Schaffner <msf@opentitan.org> | Wed Aug 05 11:43:06 2020 -0700 |
committer | Michael Schaffner <msf@google.com> | Thu Aug 06 16:43:58 2020 -0700 |
tree | 13bb83e3ead585feab45f9a1340ac5f035c9ec48 | |
parent | fbbf6cbecfa49fa7b571bffd1d859f529eb4e586 [diff] |
[dvsim] Change cores-root to avoid conflicts with autogen'd core files The `$SCRATCH_ROOT` defaults to `$PROJ_ROOT/scratch` the way we invoke dvsim, if `$SCRATCH_ROOT` is not defined. This may cause core file conflicts with autogen'd core files in that build scratch, since all dvsim flows use `$PROJ_ROOT` as the `cores-root` path. This patch changes the `cores-root` to `$PROJ_ROOT/hw` to avoid that from happending. Fix #3049 Signed-off-by: Michael Schaffner <msf@opentitan.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).