You want to check that the compiler encoded your instruction…

You want to check that the compiler encoded your instructions correctly. The RISC-V instruction you want to encode is: blt s1,t2,-1234 What are the binary fields of the instruction that will be stored into the instruction memory. NOTE: Your answer should be a combination of 1s and/or 0s ONLY! Make sure to enter the correct number of digits. Example to enter the value 3 into 6 bits: 000011 Opcode: [opcode] function 3: [funct3] rs1: [rs1] rs2: [rs2] imm(12:1): [imm] 

Consider the following 7 stage processor. F D RR R E M…

Consider the following 7 stage processor. F D RR R E M WB 150ps 125ps 175ps 150ps 175ps 250ps 225ps For a single cycle processor: What is the minimum clock period: [single_period] ps What is the maximum clock rate: [single_rate] MHz   For a pipelined processor: What is the minimum clock period: [pipe_period] ps What is the maximum clock rate: [pipe_rate] GHz   NOTE: Be careful of the units. I want freq in MHz/GHz and time in ps!