commit | 0945e55dbf76e9743eafcf2295f48353d810c0c2 | [log] [tgz] |
---|---|---|
author | Igor Kouznetsov <igor.kouznetsov@wdc.com> | Fri Oct 11 10:16:43 2019 -0700 |
committer | igk8 <53956010+igk8@users.noreply.github.com> | Thu Oct 24 17:57:59 2019 -0700 |
tree | 09a392cf93bbf91f6d956013f647627bd6987f55 | |
parent | 43b705f5fefa68528bb0d83f2d2f893a7f4d762a [diff] |
[i2c] Update FSM Initial FSM framework, updated based on the feedback - Added comments for code - Added _i and _o sufixes to inputs and outputs, respectively - States and transitions: - Idle state - Issue start (SetupStart and HoldStart) - Transmit byte (four substates) - Read byte (four substates) - Issue stop (SetupStop and HoldStop) - Target acknowledge (four substates) - Host (not)acknowledge (four substates) - PopFmtFifo - Event flags are not implemented yet
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).