mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
Fix bug: Tracer prints wrong rs register for fsd instruction (#1123)
This commit is contained in:
parent
08ded80239
commit
8d144436b2
1 changed files with 0 additions and 3 deletions
|
@ -312,9 +312,6 @@ class instr_trace_item;
|
|||
instr_tracer_pkg::FLW: s = this.printLoadInstr("flw");
|
||||
instr_tracer_pkg::FLD: s = this.printLoadInstr("fld");
|
||||
instr_tracer_pkg::FLQ: s = this.printLoadInstr("flq");
|
||||
instr_tracer_pkg::FSW: s = this.printLoadInstr("fsw");
|
||||
instr_tracer_pkg::FSD: s = this.printLoadInstr("fsd");
|
||||
instr_tracer_pkg::FSQ: s = this.printLoadInstr("fsq");
|
||||
instr_tracer_pkg::SB: s = this.printStoreInstr("sb");
|
||||
instr_tracer_pkg::SH: s = this.printStoreInstr("sh");
|
||||
instr_tracer_pkg::SW: s = this.printStoreInstr("sw");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue