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