Skip to content

In this repository you can find a 6-bit ALU with 4 operation using dataflow code. I hope you enjoy it.

Notifications You must be signed in to change notification settings

SMousavi7/Verilog-code-for-a-6-bit-ALU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

In this repository you can find a 6-bit ALU with 4 operation using dataflow code. These operations are:

  1. $(A<<<2)+(B>>>1)$
  2. $A+3B$
  3. $-B$
  4. $|2A-B|$

I implemented it using dataflow code. Also I worte a testbench for it to see it works or not. I hope you like it.

About

In this repository you can find a 6-bit ALU with 4 operation using dataflow code. I hope you enjoy it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published