Skip to content

Latest commit

 

History

History
73 lines (42 loc) · 2.77 KB

README.md

File metadata and controls

73 lines (42 loc) · 2.77 KB

MIT License

FPGA : Field-Programmable Gate Array Architectures

This repository has files that were implemented by myself during the summer semester in 2020 at the University of Jordan.

These files are : Assignments' Codes. Final Project Files.

Dscription:

The Supervisor for this course was Dr. Musa Al-Yaman

  • Mechatroincs Engineering Department
  • The University of Jordan
  • Implement a counter that goes through the state sequence.

    000 > 001 > 011 > 010 > 110 > 111 > 101 > 100 > 000 > ...

  • 8-bit Adder
  • Low Priority Encoder 16 to 4.
  • linear-feedback shift register (LFSR)
    • Implement Random bit generator

Assignment # 5 :

  • Implementing testbench for gcd
  • Implementing sram and its test benchtest ** Special thanks to Muhammad Arslan since he contribute to this assignemnt with me.
  • Implementing hvsync_generator + adding vga demo

Students who work on project :

  • Muhammad Al-Barham
  • Zeina abdelaziz
  • Muhammad Arslan
  • Saed Al-Nabelse
  • Mohannad Atiyeh

Note: The project may has some bugs. it works on simulation, but we did't have a chance to test it on hardware kit (since we were in Covid-19 situation).