mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
Clean up irrelevant FIXME/TODO (#2915)
This commit is contained in:
parent
5355c76147
commit
cb27242e17
2 changed files with 2 additions and 4 deletions
|
@ -53,9 +53,7 @@ module cvxif_issue_register_commit_if_driver #(
|
|||
register_o.rs_valid = rs_valid_i;
|
||||
end
|
||||
|
||||
/* WARNING */
|
||||
// Always commit since speculation in execute in not possible : TODO to be verified
|
||||
|
||||
// Always commit since speculation in execute in not possible
|
||||
// Always do commit transaction with issue
|
||||
// If instruction goes to execute then it is not speculative
|
||||
assign commit_valid_o = issue_valid_o && issue_ready_i;
|
||||
|
|
|
@ -192,7 +192,7 @@ module decoder
|
|||
riscv::OpcodeSystem: begin
|
||||
instruction_o.fu = CSR;
|
||||
instruction_o.rs1 = instr.itype.rs1;
|
||||
instruction_o.rs2 = instr.rtype.rs2; //TODO: needs to be checked if better way is available
|
||||
instruction_o.rs2 = instr.rtype.rs2; //IMPROVEMENT: needs to be checked if better way is available
|
||||
instruction_o.rd = instr.itype.rd;
|
||||
|
||||
unique case (instr.itype.funct3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue