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 5537 - 5566 of 16505   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5537
Hi: I am not the expert here, so forgive my idiotic response. But if you see "command not found" I would guess you don't have the dsumon program in your...
ty483.tw
Offline Send Email
Sep 1, 2004
11:52 am
5538
I observed are two serious problems (at least for me) with the following code: 1. The sparc-rtems-gcc optimizer(-O2) produces wrong code 2. Mixed 32/8-bit...
Rolf Schroedter
rolfschroedter
Offline Send Email
Sep 1, 2004
3:18 pm
5539
Hi all: We are working with two boards GR-PCI-XC2V-FPGA and we would like to know if it is possible the communication between LEON boards through PCI bus. And...
Pedro Palomo
pedropalomop...
Offline Send Email
Sep 1, 2004
6:03 pm
5540
Do anyone know how to unalign the double in structure? I have tried -munaligned-doubles and -fpack-sturct. They have no any effect. Mingo...
mingo_tsai
Offline Send Email
Sep 2, 2004
10:28 am
5541
Is it possible to configure Leon that it use 1 clock cycle to read/write SRAM ? [Non-text portions of this message have been removed]...
bjoern
leonspace2000
Offline Send Email
Sep 2, 2004
12:07 pm
5542
Hi! I'm using the gr-pci-xc2v evaluation board with a Leon2 with SDRam controller and I am not able to disable SRAM and map SDRam to address 0x40000000. I've...
stefanti
Offline Send Email
Sep 2, 2004
1:04 pm
5543
Dear Jiri, I am trying to run hello world program on LEON target board (alterna nios board with APEX fpga). I haven't configured the leon to have sram or sdram...
karthik reddy
karthikreddyb
Offline Send Email
Sep 2, 2004
1:06 pm
5544
Dear Jiri, I have another problem, apart from the one reported before. Now I am trying to use LECCWS1.1.5 instead of 1.2.2 and I get the same result with...
karthik reddy
karthikreddyb
Offline Send Email
Sep 2, 2004
1:21 pm
5545
Hi! I'm having problems to configure the FPGA on my gr-pci-xc2v board in JTAG mode. In Impact I have enabled the "verify" option and it reports failed...
stefanti
Offline Send Email
Sep 2, 2004
1:32 pm
5546
... When you disable the SRAM, the SDRAM starts at 0x40000000 (see paragraph 8.9.2 of the Leon manual). You have 64Mbyte of SDRAM, so it will wrap around at...
Richard Pender
richardpenderch
Offline Send Email
Sep 2, 2004
1:39 pm
5547
1. You access the same memory location using pointers of different types. This is called "type aliasing" and is not allowed by the C Standard. Pointers of...
Edvin Catovic
edvin@...
Send Email
Sep 2, 2004
1:46 pm
5548
... Well, I would expect the behavior that you describe but I'm not getting it: $ grmon-eval.exe -i GRMON - The LEON multi purpose monitor v1.0.4 (evaluation...
stefanti
Offline Send Email
Sep 2, 2004
2:22 pm
5549
Hi All, I am wondering if DSUMON comes in LECCS pakage. But I cannot find any in my directoris. Should I get DSUMON seperatly? If yes where? Is GRMON replacing...
karthik reddy
karthikreddyb
Offline Send Email
Sep 2, 2004
2:33 pm
5550
Thanks Edvin, for your reply, especially for the info about prohibited "type aliasing". I really didn't know ... Usually I do not write such kind of code. ;-) ...
Rolf Schroedter
rolfschroedter
Offline Send Email
Sep 2, 2004
3:25 pm
5551
Hi Stefan, To be honest, I hadn't realised that it worked like this, but I think the explanation is as follows: 1) For SRAM it is possible to have four banks...
Richard Pender
richardpenderch
Offline Send Email
Sep 2, 2004
3:45 pm
5552
... this ... with ... Yes this explains the behavior. But I have still the problem that disabling SRAM via bit 13 of mcfg2 does not work. Do you have any idea ...
stefanti
Offline Send Email
Sep 2, 2004
3:51 pm
5553
... OK. I think I know what is happening. Try setting it with the 'mcfg2' and then look at the memory with the command 'mem 0x80000000' or the command 'leon'. ...
Richard Pender
richardpenderch
Offline Send Email
Sep 2, 2004
4:09 pm
5554
... Yes, GRMON is a front end which combines a simulator and the DSU monitor. DSUMON is no longer distributed with the Leon VHDL model. See the GRMON user...
Richard Pender
richardpenderch
Offline Send Email
Sep 2, 2004
4:32 pm
5555
... Have you tried to run your program from grmon? grmon will initialize memory configuration registers to correct values. You can also put your application in...
Edvin Catovic
edvin@...
Send Email
Sep 2, 2004
4:40 pm
5556
... That did the trick. Oddly, I remember an older thread where it was recommended to use mcfg2 to set the contents of the register ... Thanks for your help. ...
stefanti
Offline Send Email
Sep 2, 2004
4:47 pm
5557
Dear All, I have a problem with GRMON when I want to start with -gdb option. Can any one please tell me how to solve this problem. Thank you, Karthik. ...
karthik reddy
karthikreddyb
Offline Send Email
Sep 2, 2004
4:59 pm
5558
... Okay, I'll try grmon tomorrow and let you know. ... That's what I'm usually doing (faster than burning flash). From RAM the results are the same. Only for...
Rolf Schroedter
rolfschroedter
Offline Send Email
Sep 2, 2004
5:28 pm
5559
Hi everyone, I want to run simple hello world program on my LEON target. So far I have been able to connect the system to GRMON. But when I sun the program I...
karthik reddy
karthikreddyb
Offline Send Email
Sep 2, 2004
5:40 pm
5560
If I have understood correctly, you do not have any SRAM or SDRAM in your system (according to an earlier post of yours). At least GRMON/DSUMON does not seem...
Richard Pender
richardpenderch
Offline Send Email
Sep 2, 2004
5:53 pm
5561
Dear Richard, According to the Leon manual, if I have AHB RAM, it starts at address 0X60000000. I hope to load it there (if I am not wrong). I found this info ...
karthik reddy
karthikreddyb
Offline Send Email
Sep 2, 2004
6:08 pm
5562
Edvin, I tried grmon-1.0.4-eval, same result: # gcc -O0, withous asm("nop"); # memcfg1=00000222 memcfg2=92204E60 leoncfg=7077BFCC OPT=-O0 test8:...
Rolf Schroedter
rolfschroedter
Offline Send Email
Sep 3, 2004
6:28 am
5563
We should check, whether we are using the same Leon configuration. I have "hardware mult/div" enabled in both and no FPU. Maybe you could send me your Leon...
Rolf Schroedter
rolfschroedter
Offline Send Email
Sep 3, 2004
7:42 am
5564
... OK. I have tried the same thing, using a Xilinx XC2V3000 board (GR-PCI-XC2V). With 64k AHB ram at 0x60000000, and the program compiled with sparc-rtems-gcc...
Richard Pender
richardpenderch
Offline Send Email
Sep 3, 2004
8:24 am
5565
Dear Richard, Can I ask you one favor. In you LEON configuration, can you disable the SDRAM and run the hello program. I mean configure your LEON with out any ...
karthik reddy
karthikreddyb
Offline Send Email
Sep 3, 2004
10:36 am
5566
... Yes this works fine. Attached is GRMON output. The AHB RAM is 64kByte in size. bash-2.05b# ./Desktop/grmon-eval -i GRMON - The LEON multi purpose monitor...
Richard Pender
richardpenderch
Offline Send Email
Sep 3, 2004
11:03 am
Messages 5537 - 5566 of 16505   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