2015-04-21 21:22:30 -04:00
=======
2015-04-21 21:19:10 -04:00
# OH!
2015-04-21 21:36:37 -04:00
2015-11-03 10:46:05 -05:00
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 |
|---------------------|--------|---------------------------------------------|
2015-11-03 10:46:05 -05:00
| [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) |
2015-11-03 10:46:05 -05:00
| [rand ](rand ) | | Random number generators |
2015-11-01 16:48:58 -05:00
| [xilibs ](xilibs ) | | Simulation modules for Xilinx primitives |
2015-07-05 23:32:28 +02:00
2015-11-03 10:46:05 -05:00
## LICENSE
2015-07-05 23:32:28 +02:00
2015-11-03 10:46:05 -05:00
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