commit | f57964e144363951ed59eca5c8e6f6dfce211a82 | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Mon Nov 04 17:57:06 2019 +0000 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Mon Nov 04 19:31:01 2019 +0000 |
tree | d555102eb243388fe4c9bfe12824a9909d49aadc | |
parent | 67d951e8c0f09d94f6f77c950d6c3a521fb7d70f [diff] |
[top_earlgrey] Fix vendor in JTAG IDCODE The JTAG IDCODE field uses a manufacturer ID from the JEDEC list of manufacturers. This list organizes its entries in banks. Google is in bank 9. The previously used number was from bank 10. With this change, OpenOCD reports the right vendor: ``` $ /tools/openocd/bin/openocd -s util/openocd -f board/lowrisc-earlgrey-nexysvideo.cfg Open On-Chip Debugger 0.10.0+dev-00823-g20804cb4d (2019-10-30-22:27) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html none separate Info : Listening on port 6666 for tcl connections Info : Listening on port 4444 for telnet connections Info : clock speed 30000 kHz Info : JTAG tap: riscv.tap tap/device found: 0x04f5484d (mfg: 0x426 (Google Inc), part: 0x4f54, ver: 0x0) Info : datacount=2 progbufsize=8 Info : Examined RISC-V core; found 1 harts Info : hart 0: XLEN=32, misa=0x40001104 Info : Listening on port 3333 for gdb connections ``` Fixes #490
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.
Download and install hugo-extended
.
Ensure that you have the required Python modules installed (to be executed in the repository root):
$ sudo apt install 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 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).