Project 2: Single Cycle Processor Project description: In this project, you will design a single-‐cycle processor and synthesize it on your FPGA board. The processor should be able to support the entire set of instructions described in the project-‐isa.pdf on the course webpage (http://www.cc.gatech.edu/~hadi/teaching/cs3220/01-‐2014fa/doc/project/project-‐isa.pdf). We provide two assembly code files, Test2.a32 and Sorter2.a32, and a sample object file, Sample.mif. The object file shows how you can generate object files from assembly code. You should implement your own assembler that reads the assembly code and generate the object files. Note that there is no performance requirement (the