duplicated cpu instance
Brought to you by:
ruttenm
hi
in this case trace model has one cpu 'zeroA' only.
this is correct.
---
cpu 0 zeroA
sta 0 1 1
sto 0 1 2
cpu 0 zeroB
sta 0 2 3
sto 0 2 4
end
---
but in this case it has two SampleCPU objects.
though, cpu-id ( or cpu-name ) is same.
---
cpu 0
sta 0 1 1
sto 0 1 2
cpu 0
sta 0 2 3
sto 0 2 4
end
---
does second argument mean cpu-id or cpu-name?
it's defference between help-page and source code.