-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b608b2e
commit 17d0863
Showing
38 changed files
with
5,680 additions
and
2 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 |
---|---|---|
@@ -1,2 +1,33 @@ | ||
# GNN-ARCH | ||
This repository is about hardware architecture to accelerate graph neural networks inference computation. The contents will be updated soon. | ||
# GCN-arch-intel | ||
|
||
software: Quartus Prime Pro 20.2 | ||
|
||
|
||
|
||
### IP configuration | ||
#### In feature aggregation module | ||
- acc: selecting Native Floating Point DSP intel Stratrix 10 FPGA IP. The detailed configurations are: | ||
|
||
<p align="center"> | ||
<img src="./pic/acc.PNG" alt="drawing" width="800"/> | ||
</p> | ||
|
||
- sourcebuffer: selecting RAM: 4-port intel FPGA IP. The detailed configurations are: | ||
|
||
<p align="center"> | ||
<img src="./pic/sourcebuffer.PNG" alt="drawing" width="800"/> | ||
</p> | ||
|
||
- fifoindpr: selecting FIFO Intel FPGA Ip. The detailed configurations are: | ||
|
||
<p align="center"> | ||
<img src="./pic/FIFOindptr.PNG" alt="drawing" width="800"/> | ||
</p> | ||
|
||
#### In feature aggregation module | ||
- MAC: selecting Native Floating Point DSP intel Stratrix 10 FPGA IP. The detailed configurations are: | ||
|
||
|
||
<p align="center"> | ||
<img src="./pic/mac.PNG" alt="drawing" width="800"/> | ||
</p> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Oops, something went wrong.