commit | 9b875061ded24fbfb38b7820e7d680189abeaa0c | [log] [tgz] |
---|---|---|
author | Shareef Jalloq <shareef@jalloq.co.uk> | Wed Jan 27 09:38:29 2021 +0000 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Wed Feb 03 12:06:45 2021 +0000 |
tree | 7cd3b81405814b3fe602868fbf423bf208ba26fb | |
parent | 4a015f9e1e316e5ce4741214263a4ebcd485e0b9 [diff] |
Updates to uartdpi.sv - fixed bug in cycle counters where (CYCLES_PER_SYMBOL-1) should be used as counter end value. Only visible when running UART at max baud rate for simulation test, i.e. CYCLES_PER_SYMBOL==2. - added initial block to set 'seen_reset' qualifier for UART receive start bit. This prevents spurious characters being printed when the rx_i pin toggles before reset. Signed-off-by: Shareef Jalloq <shareef@jalloq.co.uk>
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).