Hi,
Until now I was working with a machine with 4 processors build using the
prepare-test-app script provided with flexus. The only thing that I did is I
changed the num_cpus from 4 to 8 and tried to run the tes-app. Flexus
creates the flexpoints without any problem but when I run the timing jobs I
get this error:
98 <PiranhaCacheControllerImpl.
cpp:367> (<undefined>[<undefined>]) {1246}- Assertion failed:
((!(l2Lookup.hit()))) : Failed: PDEntry: 0xd7b3eec0 dir state:
PiranhaDirState[D_S] #sharers: 0 sharersList: 0 Owner: -1 acount: 0
MemoryMessage[Read Request]: Addr:0xp:8d7b3eec0 Size:64 Serial: 1332 Core: 3
I am using simics 3.0. I have seen in the prepare-test-app script that for
Simics 2.0 they use this:
@boards = {0 : [[0, 4, 256], [1, 4, 0]]}
What are these numbers representing and how can we translate them to Simics
3.0 commands ?
Thank you