added Nexys4DDR to the documentation

Signed-off-by: Chandler Jearls <cjearls@vt.edu>
This commit is contained in:
Chandler Jearls 2021-04-21 17:48:13 +00:00
parent 1e92d9c288
commit 8c67e280e1
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,7 @@ from docutils.core import publish_doctree
full_name_lut = {
'a35t': 'Arty 35T',
'a100t': 'Arty 100T',
'nexys4DDR': 'Nexys 4 DDR',
'basys3': 'Basys 3',
'eos_s3': 'EOS S3',
'zybo': 'Zybo Z7',

View File

@ -16,6 +16,11 @@ counter example, depending on your hardware, run:
TARGET="arty_100" make -C counter_test
.. code-block:: bash
:name: example-counter-nexys4ddr-group
TARGET="nexys4ddr" make -C counter_test
.. code-block:: bash
:name: example-counter-basys3-group