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 15771 - 15802 of 16506   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15771
could you print the answer of cygwin? Normally cygwin is not supposed to see c: The "c:" hard drive should be /cygdrive/c/...
gagnairef
Offline Send Email
Jul 1, 2009
7:25 am
15772
Hi, I'm currently working with interrupts and I'm facing a strange error. I took the file c-irq.c and it's working fine on my design. However I tried to read...
vgloux
Offline Send Email
Jul 1, 2009
7:46 am
15773
Hi, I'm experiencing problems simulating software with modelsim. I start with a simple "hello word" program : #include <stdio.h> int main(int argc, const char*...
clement_foucher
Offline Send Email
Jul 1, 2009
8:14 am
15774
... Maybe the address is cached? You need to use a assembler instruction with ASI=1 (cache miss) or disable the cache....
Konrad Eisele
konradeisele
Offline Send Email
Jul 1, 2009
8:27 am
15775
Dear all, We constantly get problems with GDB source level debugging of a mkprom2-generated Leon3 binary (execute-in-rom configuration): sparc-elf-gdb reports...
chris.veigl
Offline Send Email
Jul 1, 2009
9:03 am
15776
Thanks a lot ! Indeed this address was cached with hconfig....
vgloux
Offline Send Email
Jul 1, 2009
9:06 am
15777
actually the path is set as this /cygdrive/c/ but in error message it gives this type of error "could not find c:program" . But I have resolve this problem as...
jahan zeb
ja_h_an
Offline Send Email
Jul 1, 2009
12:49 pm
15778
Another question, maybe easier, but that would also solve my problem : Instead of making a boot-prom, I first tried to keep the original boot-prom prog, and to...
clement_foucher
Offline Send Email
Jul 1, 2009
1:00 pm
15779
... The design was not updated when pci_rst in pcipads was changed from in to inout. The fix should simply be to change the direction of pci_rst in ... +++...
Jan Andersson
janatgaisler
Offline Send Email
Jul 1, 2009
1:31 pm
15780
... No, sorry. You could try to post specific questions to this list. Best regards, Jan...
Jan Andersson
janatgaisler
Offline Send Email
Jul 1, 2009
1:33 pm
15781
... The FIFOs are located in GRETH. You can see the instantiation of the FIFOs in greth.vhd (syncram_2p). Best regards, Jan...
Jan Andersson
janatgaisler
Offline Send Email
Jul 1, 2009
1:39 pm
15782
... Just make sure to assign a unique APB/AHB indexes and addresses and you should be fine. You can add new configuration parameters directly to config.vhd....
Jan Andersson
janatgaisler
Offline Send Email
Jul 1, 2009
1:45 pm
15783
Hi, The reason for the current implementation is that the clock resources are limited and the use of to many BUFG cells creates a design that can not be...
Magnus Sjalander
magnus@...
Send Email
Jul 1, 2009
1:54 pm
15784
Hello, ... The DDR memory contents is loaded from sdram.srec. I tried with the unmodifed leon3-xilinx-ml506 design here and it executes the application in...
Jan Andersson
janatgaisler
Offline Send Email
Jul 1, 2009
2:09 pm
15785
Hi, My name is Eugen Leontie, a doctoral student in the Computer Science Department at George Washington University in Washington, DC. My group is looking at a...
Gica
e_leontie
Offline Send Email
Jul 1, 2009
7:14 pm
15786
Hi, I'm using the latest version of bcc compiler with leon3. I can't get printf working with long long (%lld). Is this a newlib limitation, i.e. are others...
seguljac
Offline Send Email
Jul 2, 2009
12:15 am
15787
Hi, I'd like to try formality. Can someone share formality scripts for LEON3 RTLs? Regards, MJ...
myungjoo_kim
Offline Send Email
Jul 2, 2009
4:46 am
15788
... Hi, newlibc is compiled without vfprintf support for ("ll"). You need to recompile newlibc using "--enable-newlib-io-long-long". (the newlibc sources are...
Konrad Eisele
konradeisele
Offline Send Email
Jul 2, 2009
7:04 am
15789
... No. ... It is a statistical modeling. There is no interface to specify timing of individual instruction right now....
Konrad Eisele
konradeisele
Offline Send Email
Jul 2, 2009
7:12 am
15792
Thank you for your help. Well, I've alreay tried to use sdram.srec instad of sram.srec, but it doesn't change anything. As I saw, in testbench.vhd, constant...
clement_foucher
Offline Send Email
Jul 2, 2009
8:07 am
15793
I don't think using directly the DCM is better for the timing. But actually ISE don't see clk180r and clk270r as clock (clock Region report). So it is not...
gagnairef
Offline Send Email
Jul 2, 2009
8:18 am
15794
... What error was that? ... Yes, pre-loading was added in 1.0.20. ... There has been a post about that error earlier on the list. The best guess at that time...
Jan Andersson
janatgaisler
Offline Send Email
Jul 2, 2009
9:48 am
15795
I understand. I've tried 2 versions of ModelSim, and the problem exists with both : 6.4a (old) 6.5b (latest) Thank you for your help, I'll search the list for...
clement_foucher
Offline Send Email
Jul 2, 2009
9:54 am
15796
Hi, I would like to know which busts are implemented in the LEON3. When I simulate it on modelsim, it seem to use only "single transfer" (no burst) and...
gagnairef
Offline Send Email
Jul 2, 2009
10:24 am
15797
Hi, It is difficult to judge which of the implementations that would achieve the best results. Why not try to make the modification and see if you manage to...
Magnus Sjalander
magnus@...
Send Email
Jul 2, 2009
11:24 am
15798
Thanks for getting back to me Jiri and excuse me for the late reply. In the meantime, I was able to get the 16-Bit PROM access working. Your suggestion to...
nanzer.thomas
Offline Send Email
Jul 2, 2009
1:45 pm
15799
... From the data I have been able to gather: 6.1e: Working 6.2f: Working 6.3f: Working 6.4a: Fails 6.5a: Fails I do not see anything wrong with the code. The...
Jan Andersson
janatgaisler
Offline Send Email
Jul 2, 2009
2:04 pm
15800
Thank you very much for you helpful work ! It does work now, and I get the following : # Xilinx ML506 Development board # GRLIB Version 1.0.20, build 3403 #...
clement_foucher
Offline Send Email
Jul 2, 2009
2:19 pm
15801
hello jiri, i have written a test application( SYSTEST ) in assembly language(using sparc instruction) instead of writting in 'c' language. so which command i...
Umang Joshi
umang_joshi304
Offline Send Email
Jul 2, 2009
5:47 pm
15802
Hello all, I am trying to control an external peripheral IC using the memory expansion connector on the gr-xc3s1500 board. The peripheral IC is controlled...
Gaurav
gkonchady
Offline Send Email
Jul 2, 2009
6:34 pm
Messages 15771 - 15802 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