Skip to content

Commit db57f8f

Browse files
authored
update README to mention analog components (#129)
1 parent 200dae6 commit db57f8f

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# UCIe Digital IP
1+
# UCIe IP
22

33
An open-source digital implementation of the UCIe 1.1 specification.
44

55
You can request a copy of the UCIe 1.1 specification [here](https://www.uciexpress.org/1-1-spec-download).
66

77
> [!NOTE]
8-
> We are currently in the process of rewriting portions of the implementation. Latest changes can be found on the [`dev`](https://github.com/ucb-bar/uciedigital/tree/dev) branch.
8+
> We are currently in the process of rewriting portions of the implementation and adding detailed schematics/models for analog components. Latest changes can be found on the [`dev`](https://github.com/ucb-bar/ucie/tree/dev) branch.
99
>
1010
1111
## Getting Started
@@ -22,17 +22,12 @@ If you are running `sbt` commands frequently, you may find it useful
2222
to leave the sbt shell (launched by running `sbt` with no arguments) open.
2323
You can then compile/test the code from the sbt shell.
2424

25-
## Documentation
26-
27-
See the [API documentation](https://ucb-ucie.github.io/uciedigital/edu/berkeley/cs/ucie/digital/index.html).
28-
The API docs are updated automatically in continuous integration.
29-
3025
## Contributing
3126

3227
If you'd like to contribute, please let us know. You can:
3328

3429
- Open an issue.
35-
- Email vikramj@berkeley.edu and rahulkumar@berkeley.edu.
30+
- Email rahulkumar@berkeley.edu and rohankumar@berkeley.edu.
3631

3732
Documentation updates, tests, and bugfixes are always welcome.
3833
For larger feature additions, please discuss your ideas with us before implementing them.

0 commit comments

Comments
 (0)