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 12794 - 12823 of 16505   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12794
I got GrLib, what should I do? For example, I want to have a memory ctrl, I2C and uart debug port. What should I do with the GrLib?...
Aiken Pang
aikenusa
Online Now Send Email
Feb 1, 2008
2:14 pm
12795
Post a patch and I will merge it. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 1, 2008
6:10 pm
12796
Would you exactly tell me how to do that? To compile I use CFLAGS += -msoft-float, what would be the thing to write for linking and where? Thanks. Jiri Gaisler...
Mohammad Nikoupour
mnikpour59
Offline Send Email
Feb 2, 2008
7:48 am
12797
Which compiler and kernel are you using? How does your Makefile look ...? Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 2, 2008
11:45 am
12798
Thanks a lot for the response, I found the answer: LDFLAGS+=-msoft-float Jiri Gaisler <jiri@...> wrote: Which compiler and kernel are you using? How...
Mohammad Nikoupour
mnikpour59
Offline Send Email
Feb 2, 2008
12:37 pm
12799
... Ok. I uploaded watchdog-gr-xc3s-1500-grlib-1.0.17.patch in the Files section (since I can't figure out how to send attachments). I made the WDOGN signal...
Joris van Rantwijk
jvrantwijk
Offline Send Email
Feb 4, 2008
9:38 am
12800
Dear Jiri Well I'm using Xup virtex-II pro board, the problem is that when i try to debug the design, the message 'Stack pointer not set' appears: GRMON LEON...
shakeel sultan
shakeel_candid
Offline Send Email
Feb 4, 2008
2:31 pm
12801
'Stack pointer not set' means that no DDR memory was detected. Make sure you have inserted a DDR DIMM in the socket of the board, and also pressed the...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 4, 2008
2:39 pm
12802
From the new GrLib, it has new I2C core. How can I connect that to the design under the designs folder? I used "make xconfig", but it seems not include the I2C...
Aiken Pang
aikenusa
Online Now Send Email
Feb 4, 2008
6:24 pm
12803
... Assuming that you are talking about the I²C-master: Some of the template designs include I2CMST. Have a look at the leon3-xilinx-ml505 or...
Jan Andersson
hjkhhnjkh
Offline Send Email
Feb 4, 2008
7:19 pm
12804
Hallo Jiri, all, I am involved in an academic project about cache predictability and cache impacts. Our target platform is the LEON processor and we are using...
enricomez
Offline Send Email
Feb 5, 2008
4:13 pm
12805
... Yes. ... Flushing in tsim is instant, rather than with a certain delay as in the hardware. An application should typically not flush the cache (very often)...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 5, 2008
6:14 pm
12806
Well let me tell you that DDR is already there in the scoket of the board, moreover this particular error 'Stack pointer not set' occur only when I try to...
shakeel sultan
shakeel_candid
Offline Send Email
Feb 6, 2008
9:42 am
12807
You have disabled the DDR controller in your configuration, so the DDR memory can of course not be detected ... Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 6, 2008
10:31 am
12808
Hi, I wonna try to use a double clocking with clock gating in my design. At grip.pdf and grlib.pdf is written down that the sample leon3-clk2x design shows how...
mrboykov
Offline Send Email
Feb 6, 2008
12:59 pm
12809
Double clocking is only provided with the commercial version of grlib. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 6, 2008
1:32 pm
12810
Thanks!...
mrboykov
Offline Send Email
Feb 6, 2008
3:05 pm
12811
Hi Jiri, The http://gaisler.com/doc/IPCores.pdf document hasn't any description about the double clocking unsupporting by free GPL license. Are there any more...
mrboykov
Offline Send Email
Feb 6, 2008
3:58 pm
12812
The grip.pdf document has a table in the beginning which indicates how the cores are licensed. Only the cores marked as GPL are provided with the GPL version. ...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 6, 2008
4:57 pm
12813
Hi Jiri, On the Leon3 Processor Introduction page are written down about low- cost commercial license. But I'm not quite understand what is the difference...
mrboykov
Offline Send Email
Feb 7, 2008
8:41 am
12814
The commercial license is low-cost. Feel free to compare the price against similar offerings from other vendors ... Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 7, 2008
9:47 am
12815
Hello Jiri and co. I work for a small company in germany and we want to use the LEON3 in our product. We want to use IP-Core like LEON3, AHBCTRL, APBCTRL and ...
wrengamer
Offline Send Email
Feb 7, 2008
2:09 pm
12816
Hi Markus, if we read the gpl licence I think you are right (correct me if i'm wrong jiri). GPL says "if you distribute a softwareusing GPL material you have...
Florent
florent.manni
Offline Send Email
Feb 7, 2008
2:55 pm
12817
Hi there, I wonna control clock gating by my own logic, but I've read the DBGO.idle singal is generated when all outstanding AHB accesses have been completed...
mrboykov
Offline Send Email
Feb 7, 2008
3:42 pm
12818
If you don't use the 'wr %g0, %asr19' sequence it will not be possible to know when it is safe to gate the clock. Note that if you gate the clock when the...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 7, 2008
4:12 pm
12819
As long as you publish the full source code of your chip you can use the GPL in a product. Note that you must publish the *full* source code, including any...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 7, 2008
4:15 pm
12820
Dear Jiri, I've got some questions about TSIM. Please, could you give me an answer on them? 1) I've wondered if it is possible for an I/O module to raise an...
hwulf@...
Send Email
Feb 7, 2008
5:41 pm
12821
... Only ioif.set_irq() should be use to generate interrupts from emulated AHB/APB devices. Remember to unmask the interrupt in the interrupt controller or the...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 7, 2008
6:21 pm
12822
Hello, How do I start the processor on reset at address 0x0 without using grmon? I'm using scratchpads and loading the program with data2mem on the XUP board....
Hiren
hirenvt
Offline Send Email
Feb 7, 2008
7:42 pm
12823
The processor will start at address 0 when reset is pressed. Make sure DSUBRE is '0' or the processor will go in debug mode. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 7, 2008
7:45 pm
Messages 12794 - 12823 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