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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 6266 - 6295 of 16506   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6266
Hello, In order to choose between LEON2 and LEON3, I have some questions: Among LEON3 features, we find: SPARC V8 instruction set with V8e extensions. In LEON3...
abdelmajid_forum
abdelmajid_f...
Offline Send Email
Mar 1, 2005
2:36 pm
6267
... Leon3 also supports V8e single-vector trapping (grlib-0.16). Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 3, 2005
12:58 am
6268
Hello Jiri, Hi all, i compiled a snapgear-2.0.x-Kernel (finally on a linuxhost :) but i have problems with tsim. My configuration uses SRAM. So i have to...
markus_danninger
markus_danni...
Offline Send Email
Mar 3, 2005
1:38 pm
6269
Hi all... when i launch my script in dc_shell, synopsys tells me that thare are 2 unresolved reference to TIEHI and TIELO. I've used in the script the LINK...
dariosumerano
Offline Send Email
Mar 3, 2005
3:11 pm
6270
If you have configured the kernel to use sram, you must of course not use the -nosram option in the simulator. Make sure that you have configured the correct...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 3, 2005
4:06 pm
6271
An updated eCos port for leon2 and leon3 is now available for download via: http://www.gaisler.com/products/ecos.html This port is based on the latest eCos cvs...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 3, 2005
8:46 pm
6272
Hi, Jiri and other members: I try to simulate leon2 in power-down mode, like SDRAM in self- refresh mode. So I pull down SDRAM CKE input to force SDRAM in...
¥d¥¬¨ä¿Õ
sirius_yang
Offline Send Email
Mar 4, 2005
2:23 am
6273
Hi, I'm looking at using the LEON2 as an embedded processor in a low power device. There are a few changes to the current architecture that I'm planning on...
Michael Cowell
mjcowell_g2
Offline Send Email
Mar 4, 2005
5:08 am
6274
... Removing the caches and accessing data over the AHB bus will give you a large penalty, since a cache miss will take 2 clocks to process before the access...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 4, 2005
3:22 pm
6275
Hi Jiri I am looking into running a number of (statically-multithreaded) video coding algorithms on the Leon3 platform. I have validated the algorithms on a...
never95433
Offline Send Email
Mar 5, 2005
9:09 am
6276
hi,jiri Thank you for adding me in this group! I have two questions about DSU UART in leon2: 1)Can DSU UART be used as UART1? If it is,how to do it? 2)In...
echo2005_wang
Offline Send Email
Mar 6, 2005
10:58 am
6277
... The DSU uart cannot work as a normal UART, it is specially designed for DSU communications. ... The -u switch in grmon sets the normal UART (i.e. not the...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 6, 2005
11:37 am
6278
... thank you,jiri when i use command dsumon -i -u ,then the printf function will transmitted all characters through DSU UART to screen.i want to know wether...
echo2005_wang
Offline Send Email
Mar 6, 2005
2:16 pm
6279
... What's wrong with the reply below ...?...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 6, 2005
2:34 pm
6280
Note that any shared vaiable (as well as variables used for implementing delay counters) must be marked 'volatile' or the compiler might remove them or...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 6, 2005
3:40 pm
6281
Hi all, I´m trying to interface a ZBT RAM to leon. So I have to introduce some wait states while reading/writing. Can I use BRDYN signal to introduce wait...
amitoj_cheema
Offline Send Email
Mar 6, 2005
4:05 pm
6282
Thank you for the tip. Unfortunately, it didn't work in this instance; Both contexts (dual CPU AHB system) can access variables however, when contexts try to...
never95433
Offline Send Email
Mar 6, 2005
8:06 pm
6283
It is of course not possible to maintain absolute coherency when two cpus write the same variable unless you use semaphores or some form of critical sections....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 6, 2005
8:13 pm
6284
Serialization should be via the memory port - the caches should be able to support such code. What I experience here is loosing state (ie, cpu0 executes a...
never95433
Offline Send Email
Mar 6, 2005
8:26 pm
6285
It is impossible to have to cpus incrementing a shared variable in parallel and then get the combined result written out to memory. Especially if both cpu have...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 6, 2005
8:44 pm
6286
I agree. Updates to variables cached in the architected register file cannot be made immediately visible since the register file does not participate in...
never95433
Offline Send Email
Mar 6, 2005
9:55 pm
6287
... I'm using the LEON2 with ZBT SSRAM at the moment. I set the RAM waitstates to 3 (my MEMCFG2 words is 0xc7a) and then wrote a small state machine that takes...
Michael Cowell
mjcowell_g2
Offline Send Email
Mar 6, 2005
10:13 pm
6288
Thnx Michael for your suggestion. Can you tell me where do u set the values for mcfg2. I´m working on ADM-XRC board. I´m thinking of writing the controller...
Amitoj Cheema
amitoj_cheema
Offline Send Email
Mar 6, 2005
11:01 pm
6289
... Unfortunately, DMA transfers to memory from other devices is necessary in my situation. One thing I was thinking of doing was using dual port ram and...
Michael Cowell
mjcowell_g2
Offline Send Email
Mar 6, 2005
11:09 pm
6290
... You set MEMCFG2 in software (for example in the boot prom). You could also set it over the debug port, running something like GRMON and issuing a 'wmem'...
Michael Cowell
mjcowell_g2
Offline Send Email
Mar 6, 2005
11:15 pm
6291
... If you can use dual-port RAM, then mapping the processor's local-ram also on the AHB is the best solution. You could reuse the AHB interface from the...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 6, 2005
11:34 pm
6292
... The -mflat option sounds like a good idea. I'll see if I can get eCos running this way, and post in case anyone is interested. Thanks for your help, ...
Michael Cowell
mjcowell_g2
Offline Send Email
Mar 7, 2005
12:07 am
6293
Hi, I'm using GRMON with the LEON2 and I've noticed that GRMON stops responding to requests on port 2222 when GDB closes the connection. However, it does not...
Michael Cowell
mjcowell_g2
Offline Send Email
Mar 7, 2005
6:38 am
6294
grmon should close the port and return to the prompt when gdb closes the connection. You need then then to type 'gdb' again to restart gdb communications. The ...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 7, 2005
9:14 am
6295
hello I'm working to adapt Leon processor for smart cards and test him with a program for digital sign of documents. i configured the processor and i tested...
chaari_lassaad
Offline Send Email
Mar 7, 2005
4:05 pm
Messages 6266 - 6295 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