You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
# UCIe Digital IP
1
+
# UCIe IP
2
2
3
3
An open-source digital implementation of the UCIe 1.1 specification.
4
4
5
5
You can request a copy of the UCIe 1.1 specification [here](https://www.uciexpress.org/1-1-spec-download).
6
6
7
7
> [!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.
9
9
>
10
10
11
11
## Getting Started
@@ -22,17 +22,12 @@ If you are running `sbt` commands frequently, you may find it useful
22
22
to leave the sbt shell (launched by running `sbt` with no arguments) open.
23
23
You can then compile/test the code from the sbt shell.
24
24
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
-
30
25
## Contributing
31
26
32
27
If you'd like to contribute, please let us know. You can:
33
28
34
29
- Open an issue.
35
-
- Email vikramj@berkeley.edu and rahulkumar@berkeley.edu.
30
+
- Email rahulkumar@berkeley.edu and rohankumar@berkeley.edu.
36
31
37
32
Documentation updates, tests, and bugfixes are always welcome.
38
33
For larger feature additions, please discuss your ideas with us before implementing them.
0 commit comments