Search the web
Sign In
New User? Sign Up
leon_sparc · LEON SPARC
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 13650 - 13679 of 16506   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13650
You must define a debug target for either TSIM or GRMON. Running a sparc binary on the local x86 host will of course not work. See our GRtools manual for...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Aug 1, 2008
8:07 am
13651
I defined the target as TSIM2, giving the path for the tsim-leon3 exe file. In the Debugger tab for the Run and Debug dialogs, I've also given sparc-elf-gdb...
ailiagardezi
Offline Send Email
Aug 1, 2008
11:43 am
13652
Oh, i forgot to mention, i've kept the field asking for the path to the gdb command file in the debugger tab empty...i don't know what path to give there or if...
ailiagardezi
Offline Send Email
Aug 1, 2008
12:13 pm
13653
Hi, I have a few regisers and a couple of FIFO inside my device located under address 0xCF200000 AHB bus. After I started my program with next code in linux : ...
Vladimir Boykov
mrboykov
Offline Send Email
Aug 1, 2008
1:29 pm
13654
when you are select the options in the debug tab, did you make sure that you selected the right option in the "external target" field? it should have the TSIM...
gaislerguru
Offline Send Email
Aug 1, 2008
1:48 pm
13655
After I made make clean and make again, I've got more clear message during loading linux from flash, here you are: ecompress_kernel(to:...
Vladimir Boykov
mrboykov
Offline Send Email
Aug 1, 2008
2:00 pm
13656
Hi Jiri, Hi all, background: we are using mkprom2 to create our leon2 image. There is a requirement to disable interrupt during the startup phase as early as...
lgzcnde
Offline Send Email
Aug 1, 2008
2:34 pm
13657
This is a problem in the non-FT leon3 without MMU. In this particular configuration, you can only use LDA for uncached access, not LDUBA. The FT versions and...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Aug 1, 2008
3:12 pm
13658
Have you used the grmon verify command to check that your flash is correctly programmed? Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Aug 1, 2008
3:21 pm
13659
I'd like to compile a newer version of GCC for the LEON3. I was wondering if someone already did some work on building one perhaps using crosstools? If so, any...
Hiren
hirenvt
Offline Send Email
Aug 1, 2008
4:07 pm
13660
Hi Jiri, Yes, I did it: ... Block @ 0x03fc0000 : code = 0x00800080 OK Erase complete grlib> flash load image.flashbz section: .text at 0x0, size 2280068 bytes...
Vladimir Boykov
mrboykov
Offline Send Email
Aug 1, 2008
4:57 pm
13661
The only thing I can think of is that you compare the values of the DDR2 control registers when running from flash or when running a RAM image. You can also ...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Aug 1, 2008
7:47 pm
13662
Hi all, I was trying with some simple VHDL-Code to build some sort of own IP with which I want to communicate from within a C-program in the LEON3. For this...
rafael_plonka
Offline Send Email
Aug 3, 2008
4:31 pm
13663
Thanx for your reply. I've set up a TSIM2 target and given the relevant path for the tsim-leon3 exe file. When I run the program, I get "exec error: Launching...
ailiagardezi
Offline Send Email
Aug 4, 2008
5:29 am
13664
You should run your system in a VHDL simulator (modelsim) when you try to design new hardware. If you do so, you can easily see whats going wrong. And also I...
nilsjohan
wesni
Offline Send Email
Aug 4, 2008
9:23 am
13665
Hi everyone, From the pipeline, I see that ld/st instructions are 2/3 cycles respectively. But if longer access time is required by the MMU to return data, how...
jin.ouyang
Offline Send Email
Aug 4, 2008
6:25 pm
13666
Hi everyone I am configuring my LEON3 system in multi processor configuration. From the "make xconfig" dialgs, in the cache system section of the processor...
gaislerguru
Offline Send Email
Aug 5, 2008
1:17 pm
13667
The scratch pad RAM is local to each processor, i.e. it is not shared among processors in an SMP system. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Aug 5, 2008
1:41 pm
13668
Thank you Jiri for the response. In that case if the liram and ldram are local to the processor, how are their AHB address determined assuming that all...
gaislerguru
Offline Send Email
Aug 5, 2008
1:49 pm
13669
Local scratch pad RAM in not anticipated to be used in SMP systems, as migration of processes using the local RAM will difficult. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Aug 5, 2008
1:55 pm
13670
in that case if i write a program and "link" it to these 2 addresses, will it be put in all the processors' local ram or will just be transfered to the...
gaislerguru
Offline Send Email
Aug 5, 2008
2:04 pm
13671
grmon will probably only load it into the local RAM of the first processor. The same thing if you create a boot prom with mkprom2. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Aug 5, 2008
2:23 pm
13672
I apologies for being persistant but what if processor 1 has ldram @ 0x8e000000 with 0x1000 locations liram @ 0x8f000000 with 0x1000 locations and processor 2...
gaislerguru
Offline Send Email
Aug 5, 2008
2:36 pm
13673
If processor 2 has local RAM enabled at the same addresses, it would access its own RAM. If it has no local RAM configured, then the access would be sent to...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Aug 5, 2008
2:43 pm
13674
Here is the pow.summary from Power Play (Quartus) *PowerPlay Power Analyzer Status : Successful - Tue Aug 05 01:16:31 2008 Quartus II Version : 7.0 Build 33...
Sidney Lima
sidocalima
Offline Send Email
Aug 6, 2008
3:52 am
13675
Hi, I got a problem when i compile the Makefile of the custom APP in snapgear-2.6-p36c with my C++ application(testc1.cpp), it can go through the compilation....
yusheyi1023
Offline Send Email
Aug 6, 2008
4:40 pm
13676
Hello, Ihave an application which crashes, the history is: using GRMON I got this trap: 0x4000_xxxx call 0x40001384 0x4000_xxxx nop 0x4000_1384 save %sp,...
abdelmajid_forum
abdelmajid_f...
Offline Send Email
Aug 7, 2008
5:38 pm
13677
this is an FPU_disabled trap. The program is trying to store a value in an FPU register f8, but the FPU is not enable, or non-existent - causing the trap.If...
Jerry Needell
jerryneedell
Online Now Send Email
Aug 7, 2008
5:45 pm
13678
Hi, Does Grmon-eval support loading custom modules? Thanks. -Jin...
jin.ouyang
Offline Send Email
Aug 7, 2008
9:11 pm
13679
No, this is only possible with grmon professional. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Aug 7, 2008
9:39 pm
Messages 13650 - 13679 of 16506   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help