计算机组成原理实验
[TOC]
Last Revised:
7/1/2017
Jump to on board project directory
Total: 36 + 9
Status | Ins Type | op | func | ALUctr | Compare | Jump | RegDst | ALUSrcB | ALUSrcA | MemtoReg | RegWr | MemWr | ImmExt | CopWr | ByteExt | iaddrtoNPC | ManInput_raddr | ManInput_shf |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
supported |
addu | 000000 | 100001 | 0000 | 0 | 0 | 01 | 00 | 00 | 00 | 01 | 00 | x | 00 | x | 00 | ||
supported |
subu | 000000 | 100011 | 0001 | 0 | 0 | 01 | 00 | 00 | 00 | 01 | 00 | x | 00 | x | 00 | ||
supported |
and | 000000 | 100100 | 0010 | 0 | 0 | 01 | 00 | 00 | 00 | 01 | 00 | x | 00 | x | 00 | ||
supported |
or | 000000 | 100101 | 0011 | 0 | 0 | 01 | 00 | 00 | 00 | 01 | 00 | x | 00 | x | 00 | ||
supported |
xor | 000000 | 100110 | 0101 | 0 | 0 | 01 | 00 | 00 | 00 | 01 | 00 | x | 00 | x | 00 | ||
supported |
nor | 000000 | 100111 | 0100 | 0 | 0 | 01 | 00 | 00 | 00 | 01 | 00 | x | 00 | x | 00 | ||
supported |
slt | 000000 | 101010 | 1011 | 0 | 0 | 01 | 00 | 00 | 00 | 01 | 00 | x | 00 | x | 00 | ||
supported |
sltu | 000000 | 101011 | 1010 | 0 | 0 | 01 | 00 | 00 | 00 | 01 | 00 | x | 00 | x | 00 | ||
supported |
addiu | 001001 | x | 0000 | 0 | 0 | 00 | 01 | 00 | 00 | 01 | 00 | 00 | 00 | x | 00 | ||
supported |
slti | 001010 | x | 1011 | 0 | 0 | 00 | 01 | 00 | 00 | 01 | 00 | 01 | 00 | x | 00 | ||
supported |
sltiu | 001011 | x | 1010 | 0 | 0 | 00 | 01 | 00 | 00 | 01 | 00 | 00 | 00 | x | 00 | ||
supported |
andi | 001100 | x | 0010 | 0 | 0 | 00 | 01 | 00 | 00 | 01 | 00 | 00 | 00 | x | 00 | ||
supported |
ori | 001101 | x | 0011 | 0 | 0 | 00 | 01 | 00 | 00 | 01 | 00 | 00 | 00 | x | 00 | ||
supported |
xori | 001110 | x | 0101 | 0 | 0 | 00 | 01 | 00 | 00 | 01 | 00 | 00 | 00 | x | 00 | ||
supported |
lui | 001111 | x | 0110 | 0 | 0 | 00 | 01 | 10 | 00 | 01 | 00 | 00 | 00 | x | 00 | x | 0x00000010 |
supported |
sll | 000000 | 000000 | 0110 | 0 | 0 | 01 | 00 | 01 | 00 | 01 | 00 | x | 00 | x | 00 | ||
supported |
srl | 000000 | 000010 | 0111 | 0 | 0 | 01 | 00 | 01 | 00 | 01 | 00 | x | 00 | x | 00 | ||
supported |
sra | 000000 | 000011 | 1000 | 0 | 0 | 01 | 00 | 01 | 00 | 01 | 00 | x | 00 | x | 00 | ||
supported |
sllv | 000000 | 000100 | 0110 | 0 | 0 | 01 | 00 | 00 | 00 | 01 | 00 | x | 00 | x | 00 | ||
supported |
srlv | 000000 | 000110 | 0111 | 0 | 0 | 01 | 00 | 00 | 00 | 01 | 00 | x | 00 | x | 00 | ||
supported |
srav | 000000 | 000111 | 1000 | 0 | 0 | 01 | 00 | 00 | 00 | 01 | 00 | x | 00 | x | 00 | ||
supported |
lw | 100011 | x | 0000 | 0 | 0 | 00 | 01 | 00 | 01 | 01 | 00 | 01 | 00 | 11 | 00 | ||
supported |
sw | 101011 | x | 0000 | 0 | 0 | x | 01 | 00 | x | 00 | 01 | 01 | 00 | 11 | 00 | ||
supported |
lb | 100000 | x | 0000 | 0 | 0 | 00 | 01 | 00 | 01 | 01 | 00 | 01 | 00 | 01 | 00 | ||
supported |
lbu | 100100 | x | 0000 | 0 | 0 | 00 | 01 | 00 | 01 | 01 | 00 | 01 | 00 | 00 | 00 | ||
supported |
sb | 101000 | x | 0000 | 0 | 0 | 00 | 01 | 00 | x | 00 | 01 | 01 | 00 | 10 | 00 | ||
supported |
beq | 000100 | x | x | 1 | 0 | x | 00 | 00 | x | 00 | 00 | x | 00 | x | 00 | ||
supported |
bne | 000101 | x | x | 1 | 0 | x | 00 | 00 | x | 00 | 00 | x | 00 | x | 00 | ||
supported |
bgez | 000001 | x | x | 1 | 0 | x | 00 | 00 | x | 00 | 00 | x | 00 | x | 00 | ||
supported |
bgtz | 000111 | x | x | 1 | 0 | x | 00 | 00 | x | 00 | 00 | x | 00 | x | 00 | ||
supported |
blez | 000110 | x | x | 1 | 0 | x | 00 | 00 | x | 00 | 00 | x | 00 | x | 00 | ||
supported |
bltz | 000001 | x | x | 1 | 0 | x | 00 | 00 | x | 00 | 00 | x | 00 | x | 00 | ||
supported |
j | 000010 | x | x | 0 | 1 | x | x | x | x | 00 | 00 | x | 00 | x | 00 | ||
supported |
jr | 000000 | 001000 | x | 0 | 1 | x | x | 00 | 00 | 00 | 00 | x | 00 | x | 00 | ||
supported |
jalr | 000000 | 001001 | x | 0 | 1 | 01 | x | 00 | 11 | 01 | 00 | x | 00 | x | 00 | ||
supported |
jal | 000011 | x | x | 0 | 1 | 10 | x | x | 11 | 01 | 00 | 00 | 00 | x | 00 | 11111 |
Status | Ins Type | op | func | ALUctr | Compare | Jump | RegDst | ALUSrcB | ALUSrcA | MemtoReg | RegWr | MemWr | ImmExt | CopWr | ByteExt | iaddrtoNPC |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
supported |
mult | 000000 | 011000 | 1001 | 0 | 0 | x | 00 | 00 | x | 00 | 00 | x | 00 | x | 00 |
supported |
mfhi | 000000 | 010000 | 1101 | 0 | 0 | 01 | 00 | 00 | 00 | 01 | 00 | x | 00 | x | 00 |
supported |
mthi | 000000 | 010001 | 1110 | 0 | 0 | x | x | 00 | x | 00 | 00 | x | 00 | x | 00 |
supported |
mflo | 000000 | 010010 | 1100 | 0 | 0 | 01 | 00 | 00 | 00 | 01 | 00 | x | 00 | x | 00 |
supported |
mtlo | 000000 | 010011 | 1111 | 0 | 0 | x | x | 00 | x | 00 | 00 | x | 00 | x | 00 |
supported |
mfc0 | 010000 | x | x | 0 | 0 | 00 | x | x | 10 | 01 | 00 | x | 00 | x | 00 |
supported |
mtc0 | 010000 | x | x | 0 | 0 | 00 | 00 | x | 00 | 00 | 00 | x | 01 | x | 00 |
supported |
syscall | 000000 | 001100 | x | 0 | 1 | x | x | x | 00 | 00 | 00 | x | 01 | x | 01 |
supported |
eret | 010000 | 011000 | x | 0 | 1 | x | x | x | 00 | 00 | 00 | x | 01 | x | 01 |
- PC (Program Counter)
- NPC (Next PC)
- RF (Register File)
- ALU (Arithmetic Logic Unit)
- EXT (Extender)
- IM (Instruction Memory)
4KB (32bits*1024)
- DM (Data Memeory)
4KB(32bits*1024)
- MUX (Multiplexer)
- CMP (Compare)
- CoP0 (CoProcessor0)
单周期处理器开发
Total: 12
Status | Ins Type | op | func | ALUctr | Branch | Jump | RegDst | ALUSrc | MemtoReg | RegWr | MemWr | ExtOp |
---|---|---|---|---|---|---|---|---|---|---|---|---|
supported |
addu | 000000 | 100001 | 0000 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | x |
supported |
add | 000000 | 100000 | 0001 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | x |
supported |
subu | 000000 | 100011 | 1000 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | x |
supported |
sub | 000000 | 100010 | 1001 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | x |
supported |
and | 000000 | 100100 | 0010 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | x |
supported |
or | 000000 | 100101 | 0011 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | x |
supported |
slt | 000000 | 101010 | 1011 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | x |
supported |
beq | 000100 | x | 1001 | 1 | 0 | x | 0 | x | 0 | 0 | x |
supported |
sltu | 000000 | 101011 | 1010 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | x |
supported |
jump | 000010 | x | x | 0 | 1 | x | x | x | 0 | 0 | x |
supported |
lw | 100011 | x | 0001 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 1 |
supported |
sw | 101011 | x | 0001 | 0 | 0 | x | 1 | x | 0 | 1 | 1 |
supported |
ori | 001101 | x | 0011 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 |
- PC (Program Counter)
- NPC (Next PC)
- RF (Register File)
- ALU (Arithmetic Logic Unit)
- EXT (Extender)
- IM (Instruction Memory)
4KB (32bits*1024)
- DM (Data Memeory)
4KB(32bits*1024)
- MUX (Multiplexer)