-
Notifications
You must be signed in to change notification settings - Fork 818
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Cathal McCabe <cathal.mccabe@xilinx.com>
- Loading branch information
1 parent
8687408
commit c84e87f
Showing
1,746 changed files
with
2,949 additions
and
311,951 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,6 @@ | ||
# Compiled Sources | ||
################### | ||
*.o | ||
*.map | ||
*.hex | ||
*.dis | ||
*.exe | ||
|
||
# Packages | ||
############ | ||
|
||
# Windows Thumbnail | ||
###################### | ||
Thumbs.db | ||
thumbs.db | ||
|
||
# Logs, Databases and Journals | ||
###################### | ||
*.log | ||
*.jou | ||
*.vitis_hls_log*.xml | ||
|
||
# VIM Swap Files | ||
###################### | ||
*.swp | ||
|
||
# Build directory | ||
###################### | ||
build/ | ||
sdcard/ | ||
|
||
# Raw overlay files | ||
*.bit | ||
*.hwh | ||
*.xsa | ||
|
||
# Test failure outputs | ||
###################### | ||
tests/*.exp | ||
tests/*.out | ||
|
||
# Python cache files | ||
###################### | ||
__pycache__/ | ||
|
||
# Customized Makefile/project overrides | ||
###################### | ||
GNUmakefile | ||
user.props | ||
_site | ||
.sass-cache | ||
Gemfile.lock | ||
*.gem | ||
.jekyll-cache | ||
.jekyll-cache |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
inherit_gem: | ||
rubocop-github: | ||
- config/default.yml | ||
|
||
AllCops: | ||
Exclude: | ||
- _site/**/* | ||
- vendor/**/* | ||
|
||
Layout/LineLength: | ||
Enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
language: ruby | ||
cache: bundler | ||
rvm: 2.6 | ||
|
||
install: script/bootstrap | ||
script: script/cibuild |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
www.pynq.io |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# frozen_string_literal: true | ||
|
||
source "https://rubygems.org" | ||
|
||
gemspec |
Oops, something went wrong.