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 4750 - 4779 of 16506   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4750
Actually I use cygwin and I never had problems like it. Try reinstallling (or unistalling->installing, it is somewhat stronger) Tcl/Tk, maybe it will reolve...
Michele Portolan
michele.Portolan@...
Send Email
Apr 1, 2004
8:03 am
4751
I want to write some boot routines for the LEON2, as well as some programs to control different LEONs ports. I want to do that with the C/C++ language. Can you...
csubrin
Offline Send Email
Apr 1, 2004
8:47 am
4752
hi, actually my DSU module options is enabled. The DSU Uart doesn´t want to transmit. Are there some other parameters or settings that can be made ? jack91a ...
jack91a
Offline Send Email
Apr 1, 2004
8:55 am
4753
At first I programed the 8 bit prom with a programmer, I found the data readed from 8 bit prom was different from the data readed from simulator(DSU -sim) . By...
Jonathan Gao
maverickist
Offline Send Email
Apr 1, 2004
9:45 am
4754
Gaisler research has now received implementation id 0xF from Sparc International, so the next leon version will use this id in the %psr register. Version...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 1, 2004
1:37 pm
4755
Hi, I am working on eCos on Leon and I have a few questions about user/supervisor modes: how are they used inside that OS? I usually thought that in any OS...
Michele Portolan
michele.Portolan@...
Send Email
Apr 1, 2004
1:44 pm
4756
eCos/leon runs permanently in supervisor mode. It is only linux with mmu which run the processes in user mode. Jiri. ... -- ... Gaisler Research, 1:a...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 1, 2004
1:54 pm
4757
Dear Jiri May you give more info on How to change from user to supervisor and from supervisor to user on leon under linux. I need this to develop drivers for...
hosam el-zomor
rd-hossam@...
Send Email
Apr 1, 2004
2:12 pm
4758
I'm trying to build a Leon bitfile for the GR-PCI-XC2V board incl. Ethernet and Meiko FPU for 40 and 50 MHz. After successfull burning the Xilinx PROM's I'm...
Rolf Schroedter
rolfschroedter
Offline Send Email
Apr 1, 2004
3:04 pm
4759
How can I call a void function(void) C function from am assembler file (in eCos)? Can I directly use "call" or there is something more to do? In fact I have no...
Michele Portolan
michele.Portolan@...
Send Email
Apr 1, 2004
3:18 pm
4760
When compiling Leon 1.0.21 (or 1.0.19) with default configuration it crashes ISE 6.2.01i with the message below. When we remove PCI it compiles, but we are...
Rolf Schroedter
rolfschroedter
Offline Send Email
Apr 1, 2004
4:19 pm
4761
How can I call a void function(void) C function from am assembler file? Can I directly use "call" or there is something more to do? In fact I have no...
Michele Portolan
michele.Portolan@...
Send Email
Apr 1, 2004
4:22 pm
4762
I cannot recommend to use XST for the time being, we have seen several cases of corrupt netlists. Use synplify until a more stable version of XST is available....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 1, 2004
4:26 pm
4763
Hi, I'd like to know if I can use the ahbram as program memory, without using SRAM, SDRAM and PROM. I have configured leon as follows: - the leon configuration...
Paolo Zicari
paolocsz
Offline Send Email
Apr 1, 2004
5:28 pm
4764
You can run programs from the AHB ram, but you must link them to run from the proper AHB ram address. With 64 kbyte, you can not run rtems apps since they...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 1, 2004
6:07 pm
4765
Hi Jiri: The current configuration software only allow to have AHB ram upto 64k bytes. To get 128k one needs to modify the released RTL, right? Darsun Please...
Darsun.Tsien@...
Send Email
Apr 1, 2004
7:17 pm
4766
The ahbram.vhd does not include a limitation on size. However, the target technology packages (tech_*.vhd) are usually limited in how large rams they can...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 1, 2004
9:03 pm
4767
... thanks for this info. when will the next official leon2/tsim release take place? ... -- RY Stefan +-----------------+----------------+ ... ...
Stefan Holst
ksiiron
Offline Send Email
Apr 1, 2004
9:04 pm
4768
... sparc architecture uses register windows for parameter passing. first parameter goes to register %o0 (output 0), second to %o1 and so on. then you can use...
Stefan Holst
ksiiron
Offline Send Email
Apr 1, 2004
9:23 pm
4769
... Don't know yet, maybe next week... -- ... Gaisler Research, Första Långgatan 19 S-413 27 Göteborg +46-317758650 fax: +46-31421407 email:...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 1, 2004
10:11 pm
4770
Hi, I'm trying to read from the UART. I run in tsim-leon the program: main () { char ch; printf("Hello\n"); ch=getchar(); printf("Bye: %c\n",ch); } , but it...
Dario Sancho
dariosancho
Offline Send Email
Apr 1, 2004
10:55 pm
4771
Works well here: jiri@luna:~$ sparc-rtems-gcc test.c jiri@luna:~$ tsim-leon a.out TSIM/LEON SPARC simulator, version 1.2.7c (evaluation version) Copyright (C)...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 1, 2004
11:59 pm
4772
Hi, Jiri: We found one problem when we simulates the LEON's netlist. The following program codes are part of our test bench. ... 40001018: 29 10 00 07...
icyyeh
Offline Send Email
Apr 2, 2004
5:18 am
4773
even when i write a very simple code, the output of compiler is complicated . So, I think the compiler add the BSP to user code automatically. I's possible to...
maverickist
Offline Send Email
Apr 2, 2004
8:41 am
4774
I try to set a breakpoint on program running in prom, but it always do not work , even with leon simulater(DSU -sim) . whether the leon processor support prom...
maverickist
Offline Send Email
Apr 2, 2004
8:47 am
4775
My leon processor board is working with 8-bit prom. When I try to boot from this 8-bit prom, I meet error message. by checking the .txt section in 0x40000000,...
maverickist
Offline Send Email
Apr 2, 2004
9:13 am
4776
You are probably using software breakpoints inserted by break command in grmon or gdb. Software breakpoints are inserted by writting trap instruction ta 1 to...
Edvin Catovic
edvin@...
Send Email
Apr 2, 2004
10:20 am
4777
Hi I'm a student and I need to use Leon microprocessor for my thesis. I have some problems when I try to interface a component using memory mapped io(during...
wrgarcia77
Offline Send Email
Apr 2, 2004
12:24 pm
4778
Hello all! I've met with probelms fitting leon2.0.21-xst into altera cyclone EP1C20F400C7 device ;-( the LEs using are more than the number the device have. ...
fishingfreeee
Offline Send Email
Apr 2, 2004
2:39 pm
4779
Note that on a cache miss, ctrl.annul is always set to annul the (missed) instuction. The missed instruction (which is X) and associated trap information will...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 2, 2004
5:30 pm
Messages 4750 - 4779 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