I have a IDE controler and a NIC and several PNX1301s on my trimedia board.When the IDE'DMA and the NIC'DMA both starting,the DMA will be conflict,so the...
How do you implement the PCI bus arbiter? Someone must be granting the PCI bus to both of these sources. That's not a TriMedia function. Do you have an FPGA...
TriMedia costs less than Equator. The 1500 is more powerful than the 1300 (clock close to 300Mhz, 24 new instructions), but in terms of raw MHz, the Equator...
This doesn't seem to map to any known problem. The fact that you can run your TM program properly in each case seems to say that the TM has been correctly...
... No, I did not. Thanks so much I think that was indeed the problem. I appreciate you taking time to help me. Have a great new year! Greg Garner Real Time...
Hi, all: Does anybody knows how to release IREF Board application with only its win2k driver, and without SDE AND trimediaMDS together?Thanks in adcance....
Here is the first 8 bytes of the boot EEPROM that we use for 166MHz 16MB RAM. D8 00 04 11 36 00 8A 25. You didn't state what your byte 0 was but this byte also...
Dear Group, I am facing a problem. Just a small changes in code is increasing the Instruction Cache Stalls by 3 to 4 times. The Instruction Cache Stalls are ...
Munish, check the instruction mnemonics wrapped by <custom_defs.h> There is no strict 1:1 relation to the full instruction set in the databook. I could not...
Hi: As far as I know that equator's developing tools are very expensive and you should buy the 3rd party software to build your own applications!And Equator is...
The reason that there are no macros for these instructions is that they (if (a!=0) )are easily called from C. The custom ops are not designed to write all...
You seem to want to produce an application that runs on a TriMedia inside of a PC. Your question implies that you'll distribute this to people who do not have...
... Comparing these two is not easy directly without setting up the target application on both and measuring. Then there are issues of cost, and of the...
I added a link to the TriMedia development kit made by Cocom-IA. This is in the 'TriMedia Development Kit' section of the TriMedia Yahoo group, at: ...
There are a lot of possibilities. Let me try to give some ideas. First we rule out the obvious things. Are interrupts running? Is it possible that cache...
Caches work well when the main inner loops of your application fit in the caches. This is called the working set (the pieces of code that is executed 80%, or...
Luis Lucas
luis@...
Jan 3, 2003 6:19 pm
3868
... the ... Stalls are ... Hi Munish, The instruction cache works best when instructions are found in the cache: if a requested instruction is not in the cache...
Hi Chuck, I am experiencing a complex Instruction Cache behavior. At one place if I change the loop count variable I type from uint16 to uin32, the Instruction...
... This is the reverse of anything I would intuitively expect. I think the Uint16 loop counter data type would incur additional instructions to convert to...
Hi: I now meet a question when I'm attempting to use VC 6.0 to make .out file.The problem is that when I test simple file it works OK but when I want to build...
Hi: I now meet a question when I'm attempting to use VC 6.0 to make .out file.The problem is that when I test simple file it works OK but when I want to build...
... I, for one, would like to extend a word of thanks to Chris Bores for his scholarly and objective comparison of the Equator and the PNX1500. This one is ...
Which JTAG card used with which target hardware? Corelis PCI JTAG, Corelis PCMCIA JTAG, TriMedia TurboJTAG card? I have experienced some hardware...
frank.drobot@...
Jan 6, 2003 9:53 pm
3875
Hi! Guys, Planning to impliment SAA7114 in my product, at present I'm using SAA711A. It is quite helpful if somebody can give details of the performance of...
Hello, you need a nmake compatible makefile. We are using the one below which was derived from the original one. Place it in ...\OS\pSOS\pSOSystem\configs and...
... fps, ... on other ... 704x288) ... Can you also send me the evaluation version and more performance detail?We are doing the same work now!Thank you!And my...
Hello,group: I want to know if there are functions that can read/write a serial iic regs together,not one by one as iicWriteReg/iicReadReg do.Are there...