Author |
Message |
Topic: Cache Modified |
AwaisYousaf
Replies: 0
Views: 7567
|
Forum: Memories and Caches Posted: Thu Nov 24, 2011 5:35 am Subject: Cache Modified |
Hi,
I have made some changes in
/Imperas.20110906/ImperasLib/source/ovpworld.org/mmc/support/1.0/include$ pico cache.h
Then I run the example fullMMC as
/Examples/Platforms/fullMMC$ make ... |
Topic: Binary Interception and MMC |
AwaisYousaf
Replies: 4
Views: 5553
|
Forum: Ask a Question Posted: Wed Nov 02, 2011 4:15 am Subject: Binary Interception and MMC |
The MMC is implemented as native host code, this make its execution efficient but it is required to be called by the simulator to execute whenever there is an access to it.
When we create a platfor ... |
Topic: Binary Interception and MMC |
AwaisYousaf
Replies: 4
Views: 5553
|
Forum: Ask a Question Posted: Fri Oct 14, 2011 4:12 am Subject: Binary Interception and MMC |
...execute whenever there is an access to it.
...when and as required.
It means both are non-intrusive as in case of MMC, execution is efficient (native code) but HITS, MISSES,...etc all are mo ... |
Topic: Binary Interception and MMC |
AwaisYousaf
Replies: 4
Views: 5553
|
Forum: Ask a Question Posted: Thu Oct 13, 2011 3:53 am Subject: Binary Interception and MMC |
Dear All,
Is MMC non intrusively monitor the cache activities as Binary Interception does?
-Awais Yousaf |
Topic: CACTI |
AwaisYousaf
Replies: 5
Views: 5808
|
Forum: Ask a Question Posted: Tue Oct 11, 2011 3:09 am Subject: CACTI VS Binary Interception |
Dear All,
Binary Interception Technology (BIT) can be used for non-intrusive monitoring of micro operations performed by platform. One of my friend used CACTI for non-intrusive monitoring of his pl ... |
Topic: a junior question |
AwaisYousaf
Replies: 3
Views: 5209
|
Forum: Ask a Question Posted: Thu Aug 18, 2011 1:39 am Subject: Piplines |
OVPsim is an instruction accurate simulator. If you want to test pipelines, you are working at cycle accuracy, you can look for Xilinx or others...
-Awais |
Topic: Binary Interception and MMC |
AwaisYousaf
Replies: 1
Views: 3388
|
Forum: Ask a Question Posted: Tue Aug 16, 2011 1:30 am Subject: Binary Interception and MMC |
Dear All,
I have created binary interception plugin for monitoring of bus activities. Now, I want to monitor cache activities and based on extracted profile I want some calculations. For caches, I ... |
Topic: Peripheral |
AwaisYousaf
Replies: 15
Views: 14121
|
Forum: Ask a Question Posted: Thu Jun 30, 2011 5:34 am Subject: Peripheral |
Have you ensured that ALL files are being re-built i.e. there are no old object files in your directory?
I used make clean before make all!
Please check for any changes in the API between versio ... |
Topic: Peripheral |
AwaisYousaf
Replies: 15
Views: 14121
|
Forum: Ask a Question Posted: Thu Jun 30, 2011 4:02 am Subject: Peripheral |
Thanks for sending me the file. Now, one of my simulation is not running on 20101126.5. The simulation was developed on earlier version. On 20101126.5, it is giving the following message:
$ make a ... |
Topic: Peripheral |
AwaisYousaf
Replies: 15
Views: 14121
|
Forum: Ask a Question Posted: Tue Jun 28, 2011 5:16 am Subject: Peripheral |
One of my simulation is not running on 20101126.5. This simulation was developed on earlier version. I just tried on 20101126.5. It is giving the following message:
$ make all
make -C platform NOV ... |
Topic: Peripheral |
AwaisYousaf
Replies: 15
Views: 14121
|
Forum: Ask a Question Posted: Tue Jun 28, 2011 4:59 am Subject: Peripheral |
I am using 20101126.5 OVPsim. I didn't deleted it accidentally. Can you please email me this file? Will it run on 20101126.5?
Nobody wants to install and uninstall then install and uninstall then, ... |
Topic: Peripheral |
AwaisYousaf
Replies: 15
Views: 14121
|
Forum: Ask a Question Posted: Tue Jun 28, 2011 3:45 am Subject: Model.c file?? |
Look at the Example ImperasLib\source\ovpworld.org\mmc\endianSwap\1.0\model\model.c
In the folder:
C:\Imperas\lib\Windows\ImperasLib\ovpworld.org\mmc\endianSwap\1.0
mmc.igen.xml
model. ... |
Topic: Peripheral |
AwaisYousaf
Replies: 15
Views: 14121
|
Forum: Ask a Question Posted: Wed Jun 22, 2011 5:09 am Subject: Peripheral |
In the folder:
C:\Imperas\lib\Windows\ImperasLib\ovpworld.org\mmc\endianSwap\1.0
mmc.igen.xml
model.dll
README.txt
files are there. There is no file as model.c
Look at the Example Imper ... |
Topic: Peripheral |
AwaisYousaf
Replies: 15
Views: 14121
|
Forum: Ask a Question Posted: Wed Jun 22, 2011 5:02 am Subject: Peripheral |
Thanks for your reply!
A register in a peripheral that can be connected onto a bus and accessed by a processor is by default, memory mapped
What is the difference between:
ppmCreateInternalRe ... |
Topic: Peripheral |
AwaisYousaf
Replies: 15
Views: 14121
|
Forum: Ask a Question Posted: Wed Jun 22, 2011 3:27 am Subject: MMC Vs Peripheral |
Are you asking for a Peripheral which has 3 memory mapped 32 bit registers at some memory mapped address, from the view of the CPU, lets say
0x10000000 reg1
0x10000004 reg2
0x10000008 reg3
NO ... |
|