CMU-SAFARI/VAMPIRE

Implementation status on some commands

rachmadvwp opened this issue · 4 comments

Hi,
I'd like to ask whether these following commands have been implemented and used for calculating the latency and power/energy consumption in VAMPIRE: PREA, REF, REFB, PDN_F_ACT, PDN_F_PRE, PDN_S_PRE, SREN, SREX?
Thanks in advance.

Best regards

These commands have not yet been implemented, but we will add support for many of them in an upcoming release.

Hi @SGwithADD ,
I'd like to ask, is it correct that the static power and energy have been incorporated in each of these: total read energy, total write energy, totalPreCmdEnergy, totalActCmdEnergy, total precharge standby energy, and total active standby energy?
Thanks in advance.

Hi,,
I'd like to ask,, is it correct that the current vampire version does not support refresh energy estimate yet? Thanks in advance.

@rachmadvwp Refresh and power commands are not implemented yet and using them would result in an error message:

VAMPIRE/src/vampire.cpp

Lines 532 to 541 in 012b079

case (int(CommandType::PREA)):
case (int(CommandType::REF)):
case (int(CommandType::REFB)):
case (int(CommandType::PDN_F_ACT)):
case (int(CommandType::PDN_F_PRE)):
case (int(CommandType::PDN_S_PRE)):
case (int(CommandType::SREN)):
case (int(CommandType::SREX)):
default:
msg::error("Not implemented yet");