Skip to content

Commit

Permalink
split sensors96b into v1 and v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rock Qu committed Jun 13, 2019
1 parent bde920f commit 6489648
Show file tree
Hide file tree
Showing 7 changed files with 7,335 additions and 9 deletions.
10 changes: 1 addition & 9 deletions Ultra96/sensors96b/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,9 @@ all: bitstream check_timing dsa
@tput setaf 2 ; echo "Built $(overlay_name) successfully!"; tput sgr0;
@echo

u96v2: bitstream2 check_timing dsa
@echo
@tput setaf 2 ; echo "Built $(overlay_name) successfully!"; tput sgr0;
@echo

bitstream:
vivado -mode batch -source $(overlay_name).tcl -notrace

bitstream2:
vivado -mode batch -source $(overlay_name)_v2.tcl -notrace

check_timing:
vivado -mode batch -source check_$(overlay_name).tcl -notrace

Expand All @@ -28,4 +20,4 @@ dsa:
clean:
rm -rf $(overlay_name) *.jou *.log
rm -rf .dsa
rm $(overlay_name).bit $(overlay_name).hwh $(overlay_name).hdf $(overlay_name).dsa
rm -rf $(overlay_name).hdf $(overlay_name).dsa
Binary file added Ultra96/sensors96b/sensors96b.bit.v1
Binary file not shown.
Binary file added Ultra96/sensors96b/sensors96b.bit.v2
Binary file not shown.
3,667 changes: 3,667 additions & 0 deletions Ultra96/sensors96b/sensors96b.hwh.v1

Large diffs are not rendered by default.

3,667 changes: 3,667 additions & 0 deletions Ultra96/sensors96b/sensors96b.hwh.v2

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.

0 comments on commit 6489648

Please sign in to comment.