1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
oh/README.md
2015-11-06 11:31:16 -05:00

25 lines
1.0 KiB
Markdown

=======
# OH!
An Open Hardware Library for Chip and FPGA designers written in Verilog
## CONTENT
| Spec | Description |
|---------------------|---------------------------------------------|
| [common](common) | Common utility modules and scripts |
| [edma](edma) | DMA module |
| [emesh](emesh) | Epiphany emesh related circuits |
| [elink](elink) | Epiphany point to point LVDS link |
| [emailbox](emailbox)| Simple mailbox with interrupt output |
| [emmu](emmu) | Simple memory transaction translation unit |
| [memory](memory) | Various simple memory structures (RAM/FIFO) |
| [xilibs](xilibs) | Simulation modules for Xilinx primitives |
## LICENSE
The OH! repository source code is licensed under the MIT license unless otherwise specified. See [LICENSE](LICENSE) for full copyright terms.
## CONTRIBUTING
Instructions for contributing can be found [HERE](CONTRIBUTING.md).