Skip to content

shadowsaber16/ProcessorArchitectureY86

Repository files navigation

ProcessorArchitectureY86

Instructions to run the code in ubuntu -

  1. Extract all the files to your system
  2. Open the folder where your files are in the terminal
  3. Run the command iverilog y86processor_tb.v Y86Processor.v
  4. Run the command ./a.out
  5. Run the command gtkwave y86processor.vcd to get the desired gtkwave output

Other Instructions

  1. The instrtuction set takes in 10 bytes of input in one cycle
  2. The instruction set can be changed by modyfing the contents of instructions.mem
  3. The desired output can be seen in eValE register.

About

A processor designed using iverilog based upon the 5 stage pipelined structure of Y86 Processor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors