added Nexys4DDR to the documentation
Signed-off-by: Chandler Jearls <cjearls@vt.edu>
This commit is contained in:
parent
1e92d9c288
commit
8c67e280e1
|
@ -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',
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue