Fix bug: Tracer prints wrong rs register for fsd instruction (#1123)

This commit is contained in:
Luca Colagrande 2023-03-19 07:21:32 +01:00 committed by GitHub
parent 08ded80239
commit 8d144436b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");