commit | 17df5a2fcf2825e3bdd8a89cfd5dbea0dd39cd63 | [log] [tgz] |
---|---|---|
author | Michael Schaffner <msf@opentitan.org> | Thu Mar 12 11:23:50 2020 -0700 |
committer | Michael Schaffner <msf@google.com> | Wed Mar 18 21:33:02 2020 -0700 |
tree | f7985daac7ef25527de7480477fc2bc66685cf7d | |
parent | a39557eb0b8f1bc90461b4bc90f7a22b49a410ec [diff] |
[syn] This adds a simple testsynthesis flow for DC This adds a similar makefile based test synthesis flow for DC analogous to the AscentLint flow. It allows to run a simple wire-load-model-based synthesis of individual IPs or the top-level. Two example targets are provided within this PR, and they can be called by stepping into `hw/syn` and running: ``` make ip-aes_syn make systems-top_earlgrey_syn ``` Area, timing, power and link reports will be written to `hw/syn/reports` once synthesis has completed. Note that this is only a starting point and will soon be extended. Also, this requires a technology setup scripts and the corresponding technology wrapper primitives to be present under `hw/foundry/syn/dc` and `hw/foundry/ip/prim_<tech id>/` The integration into the dvsim dashboard (analogous to AscentLint) is in the making and will follow in a subsequent PR (together with more documentation). 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 either access it online or build it locally by following the steps below.
$ sudo apt install curl python3 python3-pip $ pip3 install --user -r python-requirements.txt
$ ./util/build_docs.py --preview
This compiles the documentation into ./build/docs
and starts a local server, which allows you to access the documentation at http://127.0.0.1:1313.
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).