Engineering Homework Help

Engineering Homework Help. logisim project, build CPU circit

 

You will be developing a two cycle(FetchDecode, ExecuteWriteback) 15bit RISCV like CPU forthis project. The CPU will contain 8, 15bit general purpose registers R0 R7(though R0 is hardwired to zero). A 15bit program counter PC, 15bit instruction buffer IB,15bit save restore program counter,an 8bit flags register, and an 8bit save restore flags register. The flags register has twoempty bit, and sixflags: Interrupt I, Zero Z, Negative N, Overflow O, Carry C, Interrupt Enable E. All instructions are 15bits and are described in the following section.

Engineering Homework Help