Gem5 is primarily a computer architecture simulator. Can I use it to simulate it for specific application wiz. encode a 4k video file (HEVC) as input data to a LDPC encoder, followed by MQAM modulation for energy consumption estimation? If Yes, where to start? How to create the SimObjects?
# Set up video encoding components class HEVCEncoder(SimObject): pass class LDPC(SimObject): pass class MQAMModulator(SimObject): pass Thank You, Regards Anamika
_______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org