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

44 lines
1.6 KiB
Markdown

=======
# OH!
An Open Hardware library for Chip and FPGA designers written in Verilog.
## CONTENT
| Module | Description |
|----------------------------|---------------------------------------------|
| [accelerator](accelerator) | A simple accelerator tutorial |
| [common](common) | Library of generally useful components |
| [emesh](emesh) | Emesh interface utility circuits |
| [elink](elink) | Point to point LVDS link |
| [emailbox](emailbox) | Simple mailbox with interrupt output |
| [emmu](emmu) | Simple memory transaction translation unit |
| [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 MIT copyright terms. Design specific licenses can be found in the folder root (eg: aes/LICENSE)
## CONTRIBUTING
Instructions for contributing can be found [HERE](CONTRIBUTING.md).
## RECOMMEND TOOLS
* [Verilator Simulator](http://www.veripool.org/wiki/verilator)
* [Emacs Verilog Mode](http://www.veripool.org/wiki/verilog-mode)
* [Icarus Simulator](http://iverilog.icarus.com)
* [GTKWave](http://gtkwave.sourceforge.net)
* [Verilog-Perl](http://www.veripool.org/wiki/verilog-perl)
## RECOMMENDED READING
* [Verilog Quick Reference](verilog/verilog_reference.md)
* [Sunburst Design Verilog Papers](http://www.sunburst-design.com/papers)
* [Sutherland Verilog Papers](http://www.sutherland-hdl.com/papers.html)