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 7517 - 7547 of 16506   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7517
I try leon on GR-PCI-XC2V FPGA Development board and it's back board (with uarta and uartb),I link a linux pc to the dev board and through uar0(1) to another...
fengchengyao
Offline Send Email
Nov 1, 2005
8:33 am
7518
and i use rtems embedded os...
fengchengyao
Offline Send Email
Nov 1, 2005
8:50 am
7519
The RTEMS devices names for the LEON uarts are: UART1 = /dev/console UART2 = /dev/console_b The stdin/stdout are automatically mapped on UART1. To read or...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Nov 1, 2005
9:21 am
7520
Hello, Could anyone give good resource for understanding elf32-sparc file format? thanks in advance Boldoo...
boldoodd
Offline Send Email
Nov 1, 2005
5:23 pm
7521
http://www.skyfree.org/linux/references/ELF_Format.pdf Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Nov 1, 2005
5:28 pm
7522
Ok, so the linux driver should work at 100 Mbps, in Half-Duplex ? How to do that because I always get this kernel panic ? Regards Damien_...
BARDON Damien
damienbd83
Offline Send Email
Nov 2, 2005
6:37 am
7524
Hi all. I'm working from a unniversity job. I will study about uClinux's architecture for a port. I would like to ask something easy. Is there any paper,...
Pablo Silva
magoguevarapablo@...
Send Email
Nov 2, 2005
2:35 pm
7525
This bug has now been resolved by Synplicity. To receive an update for your synplify software, contact Synplicity and refer to bug ID#00161255. Jiri. ... the ...
jiri_gaisler
Offline Send Email
Nov 2, 2005
6:35 pm
7526
Hi Jiri, The simulation of the ahbtrace modules doesn't work, because the aindex register value is not initalized. Adding v.aindex:=(Others=>'0'); in the reset...
David.Krutz@...
Send Email
Nov 2, 2005
8:37 pm
7527
The aindex register must be written by software before tracing can start, it is not reset on power-on. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Nov 2, 2005
9:37 pm
7528
Dear Jiri and All, Is the dma.vhd of LEON2 a complete module? Any document for it? thanks. Regards, reanphoto...
reanphoto
Offline Send Email
Nov 3, 2005
8:50 am
7529
The dma.vhd is a very simple example of a AHB DMA engine. There is no documentation, but the code is simple... The register layout can be derived from the...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Nov 3, 2005
9:07 am
7530
Hi ! i am tring to make the twothreads.c sample program from eCos run on 2 processors. I am simulating with Modelsim and I only get dissasembly output from...
carrttman
Offline Send Email
Nov 3, 2005
1:38 pm
7531
I want to see contents of regfiles (contents of global registers, % g1,...%g7) and control registers (psr, wim, etc) when running testbench (tb_func32_disas)....
boldoodd
Offline Send Email
Nov 3, 2005
5:27 pm
7532
Hi, I followed the instruction on www.gaisler.com called "Linux for LEON processors". I run make xconfig and tried to set the settings from the screenshot on...
feu_andi
Offline Send Email
Nov 4, 2005
11:53 am
7533
Could anyone tell me where (exactly in which vhdl file) the registers such %psr, %wim are implemented?...
boldoodd
Offline Send Email
Nov 4, 2005
3:30 pm
7534
lib/gaisler/leon3/iu3.vhd : signal r (r.w.s). Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Nov 4, 2005
3:34 pm
7535
Sorry, I am simulating the LEON2 processor, so could you tell me the implementation of those registers in case of the LEON2 processor? thanks ... registers...
boldoodd
Offline Send Email
Nov 4, 2005
4:19 pm
7536
Hi Jiri I've a problem with the sparc-elf-gdb tool. I'm using the BCC-1.0.16-win32-mingw-toolchain. The gdb starts fine. When I try to open a remote-connection...
markus_danninger
markus_danni...
Offline Send Email
Nov 4, 2005
4:34 pm
7537
leon/iu.vhd, signal sregs . Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Nov 4, 2005
4:35 pm
7538
Hi All When I simulate leon3mp using ncsim (version 5.4-s008) , I got wrong simuation results compared to the results of modelsim. Are there anyone who using...
silicon_lab
Offline Send Email
Nov 5, 2005
1:20 am
7539
Hi? All I solved problem. After install latest BCC, there is no problem....
silicon_lab
Offline Send Email
Nov 5, 2005
2:07 am
7540
hi , I try use xilinx ise 7.1i to synthesize the "leon3mp " design. I use cygwin to change "leon3mp" directory then type "make xgrlib" command, and then...
peter0530
Offline Send Email
Nov 6, 2005
2:01 pm
7541
You boot code must enable the remaining processors before jumping to ram. Uncomment the following lines in prom.S, and rebuild the prom code with 'make soft' :...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Nov 6, 2005
6:20 pm
7542
Did you start tsim with -gdb before attempting a remote connection with gdb? Was tsim able to open the port? Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Nov 6, 2005
6:20 pm
7543
You need to configure the processor for virtex2 target technology. Run make xconfig and select virtex2 under 'Synthesis'. Exit with 'save and exit' and re-run...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Nov 6, 2005
6:30 pm
7544
Hi Jiri, of course I started TSIM with "-gdb". It waited for a connection on the port. What do you mean with "able to open the port"? Should I receive an...
Markus Danninger
markus_danni...
Offline Send Email
Nov 6, 2005
7:06 pm
7545
Note that tsim-leon-mmu is a leon2 simulator. You need to select leon2/mmu target processor (not leon3) to use the simulator. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Nov 6, 2005
7:10 pm
7546
Markus Danninger wrote: TSIM just sayd "gdb interface: using port 1234" This means that the port was open OK. Maybe you can try with 127.0.0.1:1234 instead of...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Nov 6, 2005
7:26 pm
7547
Thank you for your answer. I think I selected the right one. Here are all my configurations from my .config file: CONFIG_DEFAULTS_GAISLER=y ...
feu_andi
Offline Send Email
Nov 6, 2005
10:24 pm
Messages 7517 - 7547 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