Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabeltud committed Nov 8, 2016
1 parent 5b55394 commit f0bd8df
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

ddr3_mem2mig_adapter_Spartan6
ddr2_mem2mig_adapter_Spartan6
#############################

Adapter between the :doc:`PoC.Mem </References/Interfaces/Memory>`
Expand Down Expand Up @@ -30,13 +30,13 @@ Containts only combinational logic.

.. rubric:: Entity Declaration:

.. literalinclude:: ../../../../src/mem/ddr3/ddr3_mem2mig_adapter_Spartan6.vhdl
.. literalinclude:: ../../../../src/mem/ddr2/ddr2_mem2mig_adapter_Spartan6.vhdl
:language: vhdl
:tab-width: 2
:linenos:
:lines: 61-95

Source file: `mem/ddr3/ddr3_mem2mig_adapter_Spartan6.vhdl <https://github.com/VLSI-EDA/PoC/blob/master/src/mem/ddr3/ddr3_mem2mig_adapter_Spartan6.vhdl>`_
Source file: `mem/ddr2/ddr2_mem2mig_adapter_Spartan6.vhdl <https://github.com/VLSI-EDA/PoC/blob/master/src/mem/ddr2/ddr2_mem2mig_adapter_Spartan6.vhdl>`_



21 changes: 21 additions & 0 deletions docs/PoC/mem/ddr2/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
ddr2
====

The namespace `PoC.mem.ddr2` is designated for own implementations of
DDR2 memory controllers as well as for adapters for vendor-specific
implementations. At the top-level, all controllers and adapters
provide the same simple memory interface to the user application.

.. **Package**
**Entities**

* :doc:`PoC.mem.ddr2.mem2mig_adapter_Spartan6
<ddr2_mem2mig_adapter_Spartan6>` - Adapter for the Xilinx MIG core
for Spartan-6 FPGAs


.. toctree::
:hidden:

ddr2_mem2mig_adapter_Spartan6
4 changes: 0 additions & 4 deletions docs/PoC/mem/ddr3/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,9 @@ provide the same simple memory interface to the user application.
* :doc:`PoC.mem.ddr3.mem2mig_adapter_Series7
<ddr3_mem2mig_adapter_Series7>` - Adapter for the Xilinx MIG core
for 7-Series FPGAs
* :doc:`PoC.mem.ddr3.mem2mig_adapter_Spartan6
<ddr3_mem2mig_adapter_Spartan6>` - Adapter for the Xilinx MIG core
for Spartan-6 FPGAs


.. toctree::
:hidden:

ddr3_mem2mig_adapter_Series7
ddr3_mem2mig_adapter_Spartan6
2 changes: 2 additions & 0 deletions docs/PoC/mem/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ implementations.
**Sub-Namespaces**

* :doc:`PoC.mem.ddr3 <ddr3/index>` - DDR3 memory controllers
* :doc:`PoC.mem.ddr2 <ddr2/index>` - DDR2 memory controllers
* :doc:`PoC.mem.is61lv <is61lv/index>` - ISSI - IS61LV SRAM controller
* :doc:`PoC.mem.is61nlp <is61nlp/index>` - ISSI - IS61NLP SRAM controller
* :doc:`PoC.mem.lut <lut/index>` - Lookup-Table (LUT) implementations
Expand All @@ -25,6 +26,7 @@ implementations.
:hidden:

ddr3/index
ddr2/index
is61lv/index
is61nlp/index
lut/index
Expand Down

0 comments on commit f0bd8df

Please sign in to comment.