1
0

[commitlog] Added privilege-level to output

This commit is contained in:
Christopher Celio
2015-09-11 16:08:12 -07:00
parent 53a02a62c8
commit 7d14abf262
2 changed files with 6 additions and 6 deletions

View File

@ -386,7 +386,7 @@ class FPU extends CoreModule
when (load_wb) {
regfile(load_wb_tag) := load_wb_data_recoded
if (EnableCommitLog) {
printf ("f%d p%d 0x%x\n", load_wb_tag, load_wb_tag + UInt(32), load_wb_data) // TODO see what happens, either change spike to sext, or us or whatever.
printf ("f%d p%d 0x%x\n", load_wb_tag, load_wb_tag + UInt(32), load_wb_data)
}
}