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

46 lines
1.8 KiB
Markdown
Raw Normal View History

=======
2016-02-03 23:16:42 -05:00
# OH! : Open Hardware for FPGA and ASIC designers
2015-11-01 16:47:40 -05:00
2016-02-03 23:10:02 -05:00
![alt tag](common/docs/lego.jpg)
2015-11-06 11:31:16 -05:00
## CONTENT
2015-11-01 16:47:40 -05:00
2016-01-24 23:50:17 -05:00
| 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 |
2016-02-11 22:07:08 -05:00
| [irqc](irqc) | Epiphany nested interrupt controller |
2016-01-24 23:50:17 -05:00
| [xilibs](xilibs) | Simulation modules for Xilinx primitives |
## LICENSE
2016-01-17 21:26:34 -05:00
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)
2015-11-01 17:09:12 -05:00
2015-11-06 11:31:16 -05:00
## CONTRIBUTING
Instructions for contributing can be found [HERE](CONTRIBUTING.md).
2016-01-11 20:51:27 -05:00
## 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)
2016-01-19 13:40:46 -05:00
* [Verilog-Perl](http://www.veripool.org/wiki/verilog-perl)
2016-01-11 20:51:27 -05:00
## RECOMMENDED READING
2016-01-19 13:40:46 -05:00
* [Verilog Quick Reference](verilog/verilog_reference.md)
2016-01-11 20:51:27 -05:00
* [Sunburst Design Verilog Papers](http://www.sunburst-design.com/papers)
* [Sutherland Verilog Papers](http://www.sutherland-hdl.com/papers.html)
2016-02-03 23:16:42 -05:00
----
[picture-license](https://commons.wikimedia.org/wiki/File:Lego_Color_Bricks.jpg)
2016-01-11 20:51:27 -05:00