CDL Modules
|
Files | |
file | riscv_i32_decode.cdl |
Instruction decoder for RISC-V implementation. | |
module riscv_e32c_decode::riscv_e32c_decode | ( | input t_riscv_i32_inst | instruction, |
output t_riscv_i32_decode | idecode, | ||
input t_riscv_config | riscv_config | ||
) |
[in] | riscv_config | Instruction decoder for RISC-V RV32E instruction set. |
This is based on the RISC-V v2.1 specification (hence figure numbers are from that specification)