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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 6619 - 6648 of 16506   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6619
If don't have a DSU, how are going to load the contents of the ram? Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
May 1, 2005
4:39 pm
6620
Hi, ... I wrote a SRAM-Controller to access the local bus of the board and generate the special signals for the SRAM. The data can be written to the SRAM from...
Oliver Mattes
olivermattes
Offline Send Email
May 1, 2005
4:53 pm
6621
can anyone kindly explain to me how does the integer unit work and what are the related signals that control each step? (or just give me a brief concept of the...
hueychian
Offline Send Email
May 1, 2005
5:18 pm
6622
Hi Jiri, We have tried to generate the image for leon3 uClinux of snapgear- p12, that's ok. But download and run it on tsim-leon3, it seems to block between...
reanphoto
Offline Send Email
May 2, 2005
1:20 am
6623
Hi, I'm also facing a similar problem with Snapgear. But i'm using leon2. The output halts at the same point. Here is the output. <some messages> VFS: Mounted...
Amitoj Cheema
amitoj_cheema
Offline Send Email
May 2, 2005
5:37 am
6624
Hi Jiri! I've got a prom image of a basic eCos application which looks like it should mostly work. One minor problem is that I don't have a ram_vectors...
Mike Hogan
drmthogan
Online Now Send Email
May 2, 2005
9:35 am
6625
The eCos leon port does not support booting from prom. To boot an application, make a prom image using the sparc-elf-mkprom utility in BCC. The mkprom loader ...
Jiri Gaisler
jiri_gaisler
Offline Send Email
May 2, 2005
9:45 am
6626
Hi Jiri! ... Yoiks! We can't afford to run from RAM - not enough of it - but we have plenty of ROM space. I've been using sparc-elf-mkprom and seem to be...
Mike Hogan
drmthogan
Online Now Send Email
May 2, 2005
11:05 am
6627
Hello Jiri, Unfortunately, it acts the same after some changes: I have now pio_signal(1 downto 0) <= "00" when resetn='0' else "ZZ"; (instead of rom_cs(0)='0'...
Stephane Davy
stephane.davy@...
Send Email
May 2, 2005
12:53 pm
6628
... This will not work since the pio[1:0] must be stable at least 8 clock after the release of reset (due the the internal reset stretching). Why don't you not...
Jiri Gaisler
jiri_gaisler
Offline Send Email
May 2, 2005
1:05 pm
6629
... Thanks for this quick answer, I will try this. 8-bit bus is enabled. I wanted to keep the possibility to use the interrupts of the main controler. But I...
Stephane Davy
stephane.davy@...
Send Email
May 2, 2005
1:08 pm
6630
... Are you sure about the number 8 ? Actually, I couldn't force pio(1..0) to "00" because XST throws an error because of multi-sources on pio(1) and pio(0)...
Stephane Davy
stephane.davy@...
Send Email
May 2, 2005
3:24 pm
6631
I think you miss-understood what I ment. The pull-downs should be placed on the outside PIO pads, not inside. Your work-around with the counter solved the...
Jiri Gaisler
jiri_gaisler
Offline Send Email
May 2, 2005
3:38 pm
6632
I think I had correctly understood: I mean I placed the pull-downs at my top-level (outside of your processor) and XST refused to connect GNDs to these pios...
Stephane Davy
stephane.davy@...
Send Email
May 2, 2005
4:18 pm
6633
You cannot have on-chip pull-downs, they must be outside the device, i.e. on the PCB. You can also assign pull-ups to the pads through the .ucf file, but never...
Jiri Gaisler
jiri_gaisler
Offline Send Email
May 2, 2005
4:46 pm
6634
Running from prom is tricky, and involves changing logical address in data segments etc. You can get the basic idea from how it is done for the bare-C runtime...
Jiri Gaisler
jiri_gaisler
Offline Send Email
May 2, 2005
8:43 pm
6635
Hi JiJiri ... I seem to have this running okay now after a little bit of fiddling. Under simulation at least, we boot, go to the eCeCostart and it appears to...
Mike Hogan
drmthogan
Online Now Send Email
May 3, 2005
5:57 am
6636
That's the last time I'll use the Yahoo spell checker! IT gave me a ststutter!! Here's what I really wrote: Hi Jiri! ... I seem to have this running okay now...
Mike Hogan
drmthogan
Online Now Send Email
May 3, 2005
6:04 am
6637
Hello, I am using the stanford benchmark and I would like to confirm my results. I have found the following messages about the stanford benchmark: 1 - Re:...
bumkele
Offline Send Email
May 3, 2005
7:20 am
6638
Hi Jiri, Is it possible to use grmon-eval to connect a SoC based on AMBA bus whit an ahbuart (Serial debug interface for AHB) but without LEON3 processor and...
Modolo Ivan
ivan_modolo
Offline Send Email
May 3, 2005
9:45 am
6639
Sure. grmon scans the bus and reports the attached units. The basic commands (mem/wmem etc.) are always available even if no leon3/dsu is in the system. There...
Jiri Gaisler
jiri_gaisler
Offline Send Email
May 3, 2005
10:08 am
6640
Dear all: I am trying to build ecos on my box. I am wondering if there is a ecosconfig for Debian Linux ? If not , Can I or what should I do to build ecos on...
jiou0962
Offline Send Email
May 3, 2005
10:15 am
6641
Ingenious! Tanks Jiri! Ivan ... From: Jiri Gaisler <jiri@...> Date: Tuesday, May 3, 2005 12:07 pm Subject: Re: [leon_sparc] grmon-eval with only...
Modolo Ivan
ivan_modolo
Offline Send Email
May 3, 2005
10:57 am
6642
... Why? It is enough to have the gcc manual, so you understand what the options does. ... I think that this is the key to get it to work. Your applications...
Jiri Gaisler
jiri_gaisler
Offline Send Email
May 3, 2005
11:53 am
6643
OK now I've fixed my pull-down problem. I'm a bit confused where objcopy steps in. So what I've done first is: sparc-elf-objcopy -O binary test.exe prom8.bin ...
Stephane Davy
stephane.davy@...
Send Email
May 3, 2005
12:51 pm
6644
The steps to get a prom image are explained in the BCC manual, please have a look at it. There are three basic steps: compilation, prom creation, image file...
Jiri Gaisler
jiri_gaisler
Offline Send Email
May 3, 2005
4:13 pm
6645
Hi Jiri! ... I want to see how it interprets the elf file. By the way, what does the -rmw parameter do. Does it mean "read, modify, write"? If so, I still...
Mike Hogan
drmthogan
Online Now Send Email
May 3, 2005
10:29 pm
6646
Dear all: can I build ecos on leon without ecos configuration tool ? If yes, what process I need to follow ? Thanks Yibin...
jiou0962
Offline Send Email
May 4, 2005
2:35 pm
6647
No, you need either ecosconfig or configtool to create the build tree. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
May 4, 2005
2:40 pm
6648
Hi, My program is used to be compiled with leccs-cygwin-1.1.5.3.tar and works fine. Becuase it pure C sequential C files wiuth some interrupt handling, I tried...
mingo_tsai
Offline Send Email
May 5, 2005
12:45 am
Messages 6619 - 6648 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