| commit | be2293d49db42cfd88d386ef6350b30104898794 | [log] [tgz] |
|---|---|---|
| author | Philipp Wagner <phw@lowrisc.org> | Thu Oct 24 17:21:27 2019 +0100 |
| committer | Philipp Wagner <mail@philipp-wagner.com> | Fri Oct 25 11:52:38 2019 +0100 |
| tree | b369685cc83b68ec01b0b2d1301c3d31f13295e5 | |
| parent | d4534384012fec28945879608350d213873b4bf3 [diff] |
[doc] Update FPGA quickstart instructions We already had a quickstart.md with instructions to get quickly started on FPGA and Verilator. When adding the FPGA quickstart instructions, I didn't remember that and Tim added the instructions instead to a new document at fpga/quick_start_fpga.md. This PR updates the existing document with a modified version of the FPGA quickstart that Tim wrote, in the "original" quickstart place. This quickstart is currently a skeleton, it needs to be filled in once we have a RC of the bitstream and tried out the process.
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.
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 python3 python3-pip $ pip3 install --user -r python-requirements.txt
$ ./util/build_docs.py --preview
This compiles the documentation into ./opentitan-docs and starts a local server, which allows you to access the documentation at http://127.0.0.1:5500.
Have a look at CONTRIBUTING.md for guidelines 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).