Re: [gem5-users] What is "format" in *.isa file

2015-02-01 Thread Steve Reinhardt via gem5-users
Unfortunately the page you found is an orphan created during an unfinished attempt to reorganize the documentation. The original (complete, though somewhat out-of-date) documentation is here: http://www.m5sim.org/ISA_description_system In particular, the 'format' section is covered here: http://w

[gem5-users] What is "format" in *.isa file

2015-02-01 Thread n26001482 via gem5-users
Hi, all. Here's the code in arm.isa file - decode COND_CODE { 0xF: ArmUnconditional::armUnconditional(); default: decode ENCODING { format DataOp {     0x0: decode SEVEN_AND_FOUR {         1: decode MISC_OPCODE {          

[gem5-users] Cache Replacement policy

2015-02-01 Thread Sreya Sringa via gem5-users
Somebody please tell me how to add new replacement policy in cache. After adding my own replacement policy LIP it shows an error:LIP name not found. Please somebody help me in adding a new replacement policy in to the cache. I would be thankful. ___ gem5-