commit | c6bac1049be96a8db8bc017af11644f7df846947 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Mon Jul 13 16:06:24 2020 +0100 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Fri Jul 17 16:38:57 2020 +0100 |
tree | 9d8c8f891d6bbf76d88fba6e9ef7286730726352 | |
parent | 7ea7f0d9e1e5551fd7ad2251155388423917860c [diff] |
[otbn] Always generate an example syntax for an instruction Before, we stored an insn.syntax of None if the syntax was the normal bog-standard one (mnemonic op0, op1, op2). But that means you need special cases later. This patch changes things so that we just generate the bog-standard syntax as we go. 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).