kronos
kronos copied to clipboard
Kronos is a 3-stage in-order RISC-V RV32I_Zicsr_Zifencei core geared towards FPGA implementations
Hi there! I found a bug in Kronos that in some cases ignores the second consecutive write to a given register in case of a WAW dependency. A problematic example...
Hi! This is a draft proposal for fixing #5 . Thanks! Flavien
Hello, we have found a security vulnerability in the Kronos CPU where an instruction sometimes reads from the previous' instruction's input register. For example, a 'jalr' instruction may read from...
To exploit this vulnerability, the attacker consistently set the "data_ack_i" signal to 1. This behavior is permissible according to the Wishbone Interface Specification, which Kronos core is designed to follow....
To exploit this vulnerability, the attacker consistently set the "data_ack_i" signal to 1. This behavior is permissible according to the Wishbone Interface Specification, which Kronos core is designed to follow....