-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from ReconfigureIO/feature/glide
switch to glide across the board
- Loading branch information
Showing
42 changed files
with
6,390 additions
and
8 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -22,3 +22,7 @@ _testmain.go | |
*.exe | ||
*.test | ||
*.prof | ||
|
||
|
||
.reco-work | ||
.reco |
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,8 @@ | ||
package: . | ||
import: | ||
- package: github.com/ReconfigureIO/sdaccel | ||
version: ~0.15.1 | ||
subpackages: | ||
- axi/memory | ||
- axi/protocol | ||
- xcl |
276 changes: 276 additions & 0 deletions
276
addition-gaps/vendor/github.com/ReconfigureIO/sdaccel/stubs/sda_kernel_action_stub_gmem.v
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
addition-gaps/vendor/github.com/ReconfigureIO/sdaccel/verilog/sda_kernel_ctrl_reg.v
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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,8 @@ | ||
package: . | ||
import: | ||
- package: github.com/ReconfigureIO/sdaccel | ||
version: ~0.15.1 | ||
subpackages: | ||
- axi/memory | ||
- axi/protocol | ||
- xcl |
Oops, something went wrong.