ProcessorArchitectureY86 Instructions to run the code in ubuntu - Extract all the files to your system Open the folder where your files are in the terminal Run the command iverilog y86processor_tb.v Y86Processor.v Run the command ./a.out Run the command gtkwave y86processor.vcd to get the desired gtkwave output Other Instructions The instrtuction set takes in 10 bytes of input in one cycle The instruction set can be changed by modyfing the contents of instructions.mem The desired output can be seen in eValE register.