Hi all,

I am using ALPHA architecture
I want to trace the content of the instruction cache (on the fly when
instruction are written to the cache).
there are different methods in cache_impl.hh such as using memcpy and
writeDataToBlock.
But all the above mentioned methods are giving me 8-bit data in hexdecimal
ntation like 0x90. However Alpha instructions are 32 bit in length.

Is there other means of extracting the instructions trace?

Thanks,
Anteneh
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to