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

25 lines
1.3 KiB
Markdown
Raw Normal View History

=======
2015-04-21 21:19:10 -04:00
# OH!
An Open Hardware Model Library for Chip and FPGA Designers
2015-11-01 16:47:40 -05:00
The library is written in vanilla Verilog. Pull requests accepted.
| Spec | Status | Description |
|---------------------|--------|---------------------------------------------|
| [eaxi](eaxi) | | AXI network interface stuff |
| [common](common) | | Common modules (synchronizer etc) |
| [edma](edma) | | Basic 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-01 16:48:58 -05:00
| [xilibs](xilibs) | | Simulation modules for Xilinx primitives |
## LICENSE
This library is made available with a GPL V3 copyleft license with the added condition that the Verilog code herein is to be considered software and physical chips and FPGA bitstreams are the hardware equivalent of a binary program.
2015-11-01 17:09:12 -05:00