SRISC2 CPU

The control unit is the same as srisc1.

Instruction Decoder

assign rc = (iflag? rb: rcx);

Datapath

This datapath implements mov and movi instructions.

assign dc = (iflag? {16'h0000,immed}: da);

Register File


Maintained by John Loomis, last updated 21 October 2008