Skip to content

chris-dmello/verilog_alu

Repository files navigation

verilog_alu

A 16-bit ALU designed in the Verilog HDL

To run:

iverilog -o alu_obj alu.v followed by vvp alu_obj

OR

CMD/Powershell (Windows)

iverilog -o alu_obj alu.v && vvp alu_obj

bash/zsh (Linux/macOS)

iverilog -o alu_obj alu.v ; vvp alu_obj

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published