CS 61C Homework 5 Name: Login: P1 - Pipelining 1) 2) 3) 4) P2 - Waveform Diagrams 1) 2) 3) 4) P3 - Clock Frequency 1) 2) 3) P4 - Simple FSM and Truth Tables CurState | Input | NextState | Output | | | | | | | | | | | | | | | | | | | | | //you can add more rows if necessary P5 - Truth Tables, Boolean Algebra, FSMs, Logic Circuits 1) Out = Next1 = Next0 = 2) hw5fsm.circ 3) P6 1) 2) Instruction | RegDst | ALUSrc | MemToReg | RegWrite | MemRead | MemWrite | Branch | //add more columns here if you need to R-format | 1 | 0 | 0 | 1 | 0 | 0 | 0 | lw | 0 | 1 | 1 | 1 | 1 | 0 | 0 | sw | X | 1 | X | 0 | 0 | 1 | 0 | beq | X | 0 | X | 0 | 0 | 0 | 1 | jal | | | | | | | | ori | | | | | | | | 3)