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

Adding WIP/broken warning

This commit is contained in:
aolofsson 2021-04-26 10:26:24 -04:00
parent 3c6c41ff83
commit a0625a7d0f

View File

@ -3,6 +3,12 @@
## Introduction
!!! WARNING!!!
* Main branch is Work In Progress (ie broken)
* For a stable version, seee Tag V1.0
------
OH! is an open-source library of hardware building blocks based on silicon proven design practices at 0.35um to 28nm. The library is being used by Adapteva in designing its next generation ASIC.
The library is written in standard Verilog (2005) and contains over 25,000 lines of Verilog code, over 150 separate modules. Examples of functionality include: FIFOs, SPI (master/slave), GPIO, high speed links, memories, clock circuits, synchronization primitives,interrupt controller, DMA.