Learning outcomes Understanding of a Verilog module. Understanding of Verilog ports. Understanding of combinatorial logic assignments. Video Exercise Edit the file simple_in_n_out.sv so that out_1 is an XOR of all the inputs. Edit the file simple_in_n_out.sv so that out_2 is the NAND of all the inputs. Type make in the terminal to run the simulation. Open wavedump.vcd in gtkwave and verify that your changes are correct. Exercise hints Information on the different bitwise operators of Verilog can be found [here].