DESIGN A PROCESSOR

DESIGN A RISC PROCESSOR I'm trying to give you another side of Computer Architecture. This is limited functional processor.you can create this alogorthamcally.also you can use test bench for testing input & outputs. What is RISC? Actually it is called reduced instruction Set Computer. Also there are two types architectures. 1.ARM 2.MIPS i'm going to design a processor using VERILOG VHDL in MIPS Architecture. there are 7 milestones you have to achive to create Processor. 1.create 4 bit bidirectional shift register using verilog. it is called as an Universal shift register.you can create it using 4 multiplexers(4:1) and 4 D- flip flops.i want to develop your own verilog code for that. if you want more activities from this....please look below page.This is related to milestone 1. // d flip flop module module dFlipFlop(q, qbar, ...