Hi Everyone, i am trying to test my exception handlers and find some strange behavior. My code looks like this: 400023f4: b2 06 40 18 add %i1, %i0, %i1 ...
data_store_error is not a prices trap as it occurs only when the write buffer in the data cache encounters an AHB error response. This can happen several...
Hello gents, I'm not able to find pads for the interrupt lines in the pcipads entity. Can somebody please tell me what I'm missing ? Thank you. -- Thierry-...
Dear supporters Has anybody been able to compile phob against a 2.6 kernel and use it ? The kernel interface is significantly different from 2.4 and some ...
Thank you for your reply. I understand my question was not clear. I was referring to the interrupt **inputs** which are present on the pci core interface and...
I have an updated version of the phob driver which now compiles against a 2.6 kernel (at least against my RedHat Fedora Core 6). 2.4 compatibility was...
Hi, Jiri grlib-gpl-1.0.12-b1888/designs/leon3-gr-xc3s-1500/leon3mp.vhd Line_463 : "port map (vid_clock, dac_clk);" Should the signal 'dac_clk' be changed to...
Hi all I need to make a program in assembly with the ability to react to external interrupts. can anyone provide me with some example code showing how this is...
Hi all, I'm trying to connect grmon to the master/target pci, but I'm miserably failing. The phob driver looks fine, as I can get reasonable system information...
A driver problem could be a good explanation, it didn't come up to my mind. The driver is the new version I have just compiled for kernel 2.6. Unfortunately I...
Hello Jiri et all, To make a program run from external prom I use mkprom, however how can I make my program run from internal AHB RAM? I guess this is just an ...
Hi, friends what LEON2/3 configuration can be put into spartan-3e starter board (xc3s500?) ? Thanks! Regards, Huang ... Check out the all-new Yahoo! Mail beta...
Hello Jiri and all, I want to mount the flash memory using MTD/JFFS techniques after booting from an image.flashbz stored in flash. Is there any limitation in...
Try the following: sparc-elf-gcc -qsvt -qprom -lsmall -msoft-float hello.c dump.s -lmkprom3 -o ram.exe NOTE: ther order of these commands is important - do not...
GRLIB/LEON3 GPL version 1.0.13 is now available from our server at: http://www.gaisler.com/cms4_5_3/index.php?option=com_content&task=view&id=156&Itemid=104 ...
Huang, Hello... ... About two months ago i tried to get Leon2/3 System running on that board. I did not succeed because of problems with the included DDR...
Hi, all I faced a hard problem: In my design, there are 8 register windows. However, the depth of one of the functions is more than eight. That means new data...
The register windows are normally saved and restored by the appropriate trap handlers in the run-time. If you have removed those, or use your own run-time, you...
My ML401 board has different Intel flashes (B3), so I can't compare directly. However, the Avnet Virtex4 Eval board has the same type (MT28F640J3), which is...
I still can't figure out what this Invalid parameter thing is when using grmon over pci. I'm even not able to determine who sends out the message, the driver...
Hi Jiri, I can't quite follow what's you meaning of "run-time" . Are these appropriate trap handlers generated by the complier? Are there any options to enable...
Hi everybody, my question is about measuring time in debug mode. In a previous post, I was informed that "stepping" should not be used when measuring time, due...
Eclipse CDT plugin 1.1.8 is now available from Software updates in Eclipse. It fixes a problem introduced in 1.1.7 where the option -msoft-float was missing ...
Hi, Jiri I can run the snapgear-p26 successfully with PS2(keyboard) and textVGA. The new snapgear-p27 can work ok with grSVGA framebuffer console, but the...