[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [openrisc] OR16 ISA



> I think Huffman encoding is not easily reached in RISC.
> Unless we want to let RISC be CISC, since the insn length is fixed.

If you encode opcodes with huffman this can still be RISC. You simply don't
have a fixed number of bits for the opcode. And it doesn't need to be strict
huffman anyway.

regards,
Damjan