Skip to content

SNU 430.315A : Design UART Communication considering Metastability Issues / Design Fully Connected Layer in CNN for Image Classification / Design CNN(Conv2d Layers) Image Classifier Accerlerator

Notifications You must be signed in to change notification settings

moonjayden/430.315a

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

430.315a

@SNU, 2022

FPGA Verification : Nexys4 DDR Board(Artix-7 Based FPGA)

Design UART Communication(Asynchronous) considering Metastability Issues

[Metastabitlity Issue]

  • Problems with asynchronous data transfer
  • Capturing a value when the data is not stable sometimes leaves a half-way value other than 0 and 1

[Common Solution]

  • Perform buffering with multiple flip-flops
  • Usually, the value becomes stable to 0 or 1 after a certain period of time
  • Reduce the probability of metastability through buffering

image

[UART Communication] image

[Result] image

Design Fully Connected Layer in CNN for Image Classification

[Fully Connected Layer]

  • FC Layer in CNN for Image Classification
  • Generally at the end of the network
  • Classify images through features extracted by the convolution layer.

image

[Architectue of the Module] image

[Result] image

Design CNN(Conv2d Layers) Image Classifier Accerlerator

[Image Classifier Accelerator]

image

[Architecture of the Module] image

[Result] image

image

About

SNU 430.315A : Design UART Communication considering Metastability Issues / Design Fully Connected Layer in CNN for Image Classification / Design CNN(Conv2d Layers) Image Classifier Accerlerator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published