Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 317 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 317 Bytes

Fast_Multipliers

Contains the RTL code and test benches for multipliers.

Setup

  1. Generate ssh keys
  2. Copy add ssh keys to github
  3. clone repo via "git clone [email protected]:saqibkh/Fast_Multipliers.git"

Push changed

  1. git add <file_changed>
  2. git commit
  3. git commit -s --amend
  4. git push origin master