Skip to content

Commit

Permalink
add project files
Browse files Browse the repository at this point in the history
  • Loading branch information
byzhang333 committed Mar 6, 2021
1 parent b608b2e commit 17d0863
Show file tree
Hide file tree
Showing 38 changed files with 5,680 additions and 2 deletions.
35 changes: 33 additions & 2 deletions README.md
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>
Binary file added pic/FIFOindptr.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/acc.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/mac.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/sourcebuffer.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added simulation/readme.md
Empty file.
Loading

0 comments on commit 17d0863

Please sign in to comment.