Skip to content

Commit 3d9353e

Browse files
committed
Add ZCU208 and ZCU216
1 parent 6148ab7 commit 3d9353e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+6158
-90697
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@
2222
*vivado.log
2323

2424
# Ignore ./rfstrath/rfstrath/
25-
**/block_design
25+
**/block_design
26+
rfsoc_qpsk.tar.gz

Makefile

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1-
all: rfsoc2x2 rfsoc4x2 zcu111
1+
all: rfsoc2x2 rfsoc4x2 zcu111 zcu208 zcu216 tarball
22

33
rfsoc2x2:
44
$(MAKE) -C boards/RFSoC2x2/rfsoc_qpsk/
55

6+
zcu208:
7+
$(MAKE) -C boards/ZCU208/rfsoc_qpsk/
8+
9+
zcu216:
10+
$(MAKE) -C boards/ZCU216/rfsoc_qpsk/
11+
612
rfsoc4x2:
713
$(MAKE) -C boards/RFSoC4x2/rfsoc_qpsk/
814

915
zcu111:
1016
$(MAKE) -C boards/ZCU111/rfsoc_qpsk/
17+
18+
tarball:
19+
tar -czvf rfsoc_qpsk.tar.gz .
Binary file not shown.

boards/RFSoC2x2/rfsoc_qpsk/bitstream/rfsoc_qpsk.hwh

-24,987
This file was deleted.

0 commit comments

Comments
 (0)