1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
oh/README.md
Andreas Olofsson 7f8b95eafd Fixing typos
2015-11-01 16:48:58 -05:00

1.1 KiB

=======

OH!

An Open Hardware Modle Library for Chip and FPGA Designers

The library is written in vanilla Verilog. Pull requests accepted.

Spec Status Description
axi AXI network interface stuff
common Common moini modules (syncrhonziers etc)
edma A bare metal DMA module
elink The Epiphany point to point LVDS link
emailbox A simple mailnox with interrupt output
emmu A simple memory map translation unit
memory Various simple memory structures (RAM/FIFO)
emesh Epiphany emesh packet related circuits
xilibs Simulation modules for Xilinx primitives

Building

git clone https://github.com/parallella/oh.git
cd oh
mkdir build
cd build
../configure
make elink