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...
Show off your group to the world. Share a photo of your group with us.

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 8672 - 8701 of 16506   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8672
The German Aerospace Center (DLR) has made a performance comaprison of LEON2, ARM7TDMI and PowerPC823 in the frame of the PRISMA satellite project. The report...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 1, 2006
4:44 pm
8673
In leon3mp synthesis using synplify I get an error like this, @E:BN130 : leon3mp.vhd(43) | Net "ahbso_0.hready" in work.leon3mp(rtl) has multiple drivers I...
prakash
nprakash_456
Offline Send Email
Apr 2, 2006
7:20 am
8674
'pluto' should be the name of your host, which it does not seem to be. Either use the real host name or 'localhost'. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 2, 2006
2:35 pm
8675
You also need to unmask the interrupt in the interrupt controller mask register. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 2, 2006
2:37 pm
8676
Hi Jiri I would like to use eCos on LEON3. I downloaded all necessary files and followed the steps you mentioned on your web page. I encountered problems using...
yan_lin_aung
Offline Send Email
Apr 2, 2006
5:16 pm
8677
Looks like a library problem of some sort on your RedHat box. This is what ldd shows on my slackware host, maybe you can compare to see if there are any...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 2, 2006
8:19 pm
8678
Hi Jiri and all, How do I run a ISR using RTEMS as compiler ? which files to include ? and how to call the function ? catch_interrupt Ankur....
Ankur Mehta
ankurm@...
Send Email
Apr 3, 2006
7:17 am
8679
Hi Jiri I downloaded the sparc-elf-3.2.3-1.0.22-cygwin.tar.gz file from your web site opening an ftp session on cygwin. the destination directory is...
mseveri@...
mariano_severi
Offline Send Email
Apr 3, 2006
12:40 pm
8680
This is described in the RTEMS documentation, see the Interrupt manager in the User's Manual. There is an example provided with RCC, in...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 3, 2006
1:54 pm
8681
Hi Jiri, Many thanks for your mail.Unfortunately I am not able to see any src/examples/samples directory in the "rtems-4.6.5"...
Ankur Mehta
ankurm@...
Send Email
Apr 3, 2006
2:26 pm
8682
The irq example is in RCC, not BCC. You can download RCC and look at the example without installing or using it. Catch_interrupt is a BCC function call, and...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 3, 2006
2:42 pm
8683
Hi Jiri, Thanks once again.From what I could understand I appended to my leon_test.c file the code of rtems-irq.c.It looks like this.I have set the Library...
Ankur Mehta
ankurm@...
Send Email
Apr 4, 2006
10:56 am
8684
Hie Jiri, Do you know how to properly use the data2mem tool from Xilinx and the associated .mem and .bmm files ? I would like to use them to modify the...
aurelyentomp
Offline Send Email
Apr 4, 2006
12:07 pm
8685
Hi how is it possible to calculate the Leon3 processor workload of a SW application under RTEMS? Thanks for the help....
lucagermano
Offline Send Email
Apr 4, 2006
1:02 pm
8686
Hi Jiri Thanks for the reply. I also tried "configtool" on RedHat EL3 and found no problem. Just to check with you about procedure to use eCos on LEON3, 1....
yan_lin_aung
Offline Send Email
Apr 4, 2006
4:30 pm
8687
Hi I'm trying to create a boot prom from Leon. I follow these steps: - compile the source code : sparc-elf-gcc -g -O2 -msoft-float hello.c -o hello.exe -...
mseveri@...
mariano_severi
Offline Send Email
Apr 4, 2006
4:50 pm
8688
See the RCC manual for how to compile an RTEMS application, you cannot use the compile command for sparc-elf-gcc. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 4, 2006
5:59 pm
8689
... Yes. You can also later use sparc-elf-mkprom to create a boot-prom with your application. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 4, 2006
5:59 pm
8690
Hi Jiri I apologize I come again to this problem, but unfortunately I can't solve it on my own. I found in the answer database that the problem I'm dealing...
mseveri@...
mariano_severi
Offline Send Email
Apr 4, 2006
6:54 pm
8691
Hello Jiri; I am using leon2 and I put the code into xilinx fpga. While I was doing the test, I got some problems. Here is the description of code main() { ...
supersemikr
Offline Send Email
Apr 4, 2006
10:35 pm
8692
Hi all , Does anyone have a simple interrupt handler which works with RTEMS ? PS: To Christian/Research Group (MSG-3449) How do you return from ...
Ankur Mehta
ankurm@...
Send Email
Apr 5, 2006
5:18 am
8693
I try to use xilinx fpu netlist. I get an timing warning. @W:MT246 : grfpwx.vhd(48) | Blackbox grfpw is missing a user supplied timing model. This may have a...
prakash
nprakash_456
Offline Send Email
Apr 5, 2006
5:32 am
8694
The BCC compiler includes an interrupt demo program in src/examples/c-irq.c. The RCC compiler provide a similar RTEMS program in...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 5, 2006
7:56 am
8695
This is not an error. The GRFPU netlist is included during place&route, and not during synthesis. This is why you get this warning from synplify. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 5, 2006
7:58 am
8696
The manual for GR-XC3S-1500 describes which parameters to give to mkprom in order to create a suitable prom image. The command is similar to: sparc-elf-mkprom...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 5, 2006
8:03 am
8697
Hi, Just a thought, in my GRLIB, there also seems to be a default .ucf file in the "designs" directories under the particular design template. This is as well...
julianharrisswiss
julianharris...
Offline Send Email
Apr 5, 2006
8:44 am
8698
Hi Jiri, it seems there is a bug in the BCC library file leonbare.a. I have enabled three interrupts timer1, timer2 and UART and installed the interrupt...
lgzco
Offline Send Email
Apr 5, 2006
10:19 am
8699
... How exactly is this supposed to work? The parameter to the interrupt handler is the interrupt number, which is 8 in this case. You will then make an...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 5, 2006
10:53 am
8700
Hi Jiri, Thanks a lot once again.We were able to compile the examples (rtems-irq.c) with RTEMS as you mentioned.We ran the resulting binary on ModelSim but ...
Ankur Mehta
ankurm@...
Send Email
Apr 5, 2006
12:12 pm
8701
Run the binary in tsim instead. RTEMS clears the memory at start-up which will take a long time to simulate in VHDL. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 5, 2006
12:19 pm
Messages 8672 - 8701 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