Skip to content

Commit edda3ac

Browse files
committed
Specify more clearly, that the support is for the cmod A7 with the Artix 35T.
Signed-off-by: Bastian Löher <[email protected]>
1 parent 09ea526 commit edda3ac

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

common/common.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ ifeq ($(TARGET),arty_35)
66
DEVICE := xc7a50t_test
77
BITSTREAM_DEVICE := artix7
88
PARTNAME := xc7a35tcsg324-1
9-
else ifeq ($(TARGET),cmod_a7)
10-
DEVICE := xc7a50t_test
11-
BITSTREAM_DEVICE := artix7
12-
PARTNAME := xc7a35tcpg236-1
139
else ifeq ($(TARGET),arty_100)
1410
DEVICE := xc7a100t_test
1511
BITSTREAM_DEVICE := artix7
1612
PARTNAME := xc7a100tcsg324-1
13+
else ifeq ($(TARGET),cmod_a7_35)
14+
DEVICE := xc7a50t_test
15+
BITSTREAM_DEVICE := artix7
16+
PARTNAME := xc7a35tcpg236-1
1717
else ifeq ($(TARGET),nexys4ddr)
1818
DEVICE := xc7a100t_test
1919
BITSTREAM_DEVICE := artix7

xc7/counter_test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ifeq ($(TARGET),arty_35)
66
XDC := ${current_dir}/arty.xdc
77
else ifeq ($(TARGET),arty_100)
88
XDC := ${current_dir}/arty.xdc
9-
else ifeq ($(TARGET),cmod_a7)
9+
else ifeq ($(TARGET),cmod_a7_35)
1010
XDC := ${current_dir}/cmod_a7.xdc
1111
else ifeq ($(TARGET),nexys4ddr)
1212
XDC := ${current_dir}/nexys4ddr.xdc

xc7/counter_test/README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ counter example, depending on your hardware, run:
1616
TARGET="arty_100" make -C counter_test
1717
1818
19+
.. code-block:: bash
20+
:name: example-counter-cmod_a7_35-group
21+
22+
TARGET="cmod_a7_35" make -C counter_test
23+
24+
1925
.. code-block:: bash
2026
:name: example-counter-nexys4ddr-group
2127

0 commit comments

Comments
 (0)