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

24 lines
1.2 KiB
Markdown
Raw Normal View History

=======
2015-04-21 21:19:10 -04:00
# OH!
2015-11-06 07:03:28 -05:00
An Open Hardware Library for Chip and FPGA Designers
2015-11-01 16:47:40 -05:00
2015-11-06 07:03:28 -05:00
This library is written in vanilla Verilog. Pull requests accepted.
2015-11-01 16:47:40 -05:00
| Spec | Status | Description |
|---------------------|--------|---------------------------------------------|
2015-11-06 07:03:28 -05:00
| [common](common) | | Common modules (synchronizer,clocks,etc) |
| [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 |
2015-11-01 16:47:40 -05:00
| [memory](memory) | | Various simple memory structures (RAM/FIFO) |
| [rand](rand) | | Random number generators |
2015-11-06 07:03:28 -05:00
| [scripts](scripts) | | Common scripts/utilities for FPGA design |
2015-11-01 16:48:58 -05:00
| [xilibs](xilibs) | | Simulation modules for Xilinx primitives |
## LICENSE
2015-11-06 11:25:05 -05:00
The OH! repository source code is licensed under the MIT license unless otherwise specified. See [LICENSE](LICENSE) for full copyright terms.
2015-11-01 17:09:12 -05:00