openpowerwtf / uciedigital

Pure digital components of a UCIe controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UCIe Digital IP

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

You can request a copy of the UCIe 1.1 specification here.

Getting Started

Install sbt. If you run into issues building the Scala code, you may need to switch to Java 17.

To run the tests, run sbt test from the root of this repository. To compile the code, run sbt compile. To format the code using scalafmt, run sbt scalafmt.

If you are running sbt commands frequently, you may find it useful to leave the sbt shell (launched by running sbt with no arguments) open. You can then compile/test the code from the sbt shell.

Documentation

See the API documentation. The API docs are updated automatically in continuous integration.

Contributing

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

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

Contributions can be submitted by opening a pull request against the main branch of this repository.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed under the BSD 3-Clause license, without any additional terms or conditions.

About

Pure digital components of a UCIe controller

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Scala 97.9%Language:Python 2.1%