implemented method returning the trans exe events

This commit is contained in:
Franz Fuchs
2021-06-22 08:49:40 +01:00
parent 06e0a3d810
commit 8f45238b5d

View File

@@ -509,4 +509,9 @@ module mkAluExePipeline#(AluExeInput inIfc)(AluExePipeline);
default: 0;
endcase);
endmethod
`ifdef PERFORMANCE_MONITORING
method events = events_reg;
`endif
endmodule