README: remove wip banner and add Features
This commit is contained in:
parent
68e4b9322c
commit
bb214ce895
22
README
22
README
|
@ -7,9 +7,6 @@
|
||||||
|
|
||||||
A small footprint and configurable DRAM core
|
A small footprint and configurable DRAM core
|
||||||
|
|
||||||
********************
|
|
||||||
* WORK IN PROGRESS *
|
|
||||||
********************
|
|
||||||
|
|
||||||
[> Intro
|
[> Intro
|
||||||
---------
|
---------
|
||||||
|
@ -35,11 +32,26 @@ by generating the verilog rtl that you will use as a standard core.
|
||||||
|
|
||||||
[> Features
|
[> Features
|
||||||
-----------
|
-----------
|
||||||
XXX
|
PHY:
|
||||||
|
- Generic SDRAM PHY (vendor agnostic, tested on Xilinx, Altera, Lattice)
|
||||||
|
- Spartan6 DDR/LPDDR/DDR2/DDR3 PHY (1:2 or 1:4 frequency ratio)
|
||||||
|
- Kintex7 DDR3 PHY (1:4 frequency ratio)
|
||||||
|
- Artix7 DDR3 PHY (1:4 frequency ratio)
|
||||||
|
Core:
|
||||||
|
- Fully pipelined, high performance.
|
||||||
|
- Configurable commands depth on bankmachines.
|
||||||
|
Frontend:
|
||||||
|
- Configurable crossbar (simply declare your crossbar and use crossbar.get_port() to add a new port!)
|
||||||
|
- Ports arbitration transparent to the user.
|
||||||
|
- Wishbone bridge.
|
||||||
|
- DMA reader/writer.
|
||||||
|
- BIST.
|
||||||
|
|
||||||
[> Possible improvements
|
[> Possible improvements
|
||||||
-------------------------
|
-------------------------
|
||||||
-
|
- add standardized interfaces (AXI, Avalon-ST)
|
||||||
|
- add support for Altera PHYs.
|
||||||
|
- add support for Lattice PHYs.
|
||||||
- ... See below Support and consulting :)
|
- ... See below Support and consulting :)
|
||||||
|
|
||||||
If you want to support these features, please contact us at florent [AT]
|
If you want to support these features, please contact us at florent [AT]
|
||||||
|
|
Loading…
Reference in New Issue