Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

leon_sparc · LEON SPARC

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 2230
  • Category: Hardware
  • Founded: Oct 19, 1999
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 3647 - 3676 of 22999   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3647 Jiri Gaisler
jiri_gaisler Send Email
Aug 3, 2003
12:36 am
The original functionality of the reset bit is that the ethernet core stays reset until the bit is cleared (by software). The linux driver also assumes this ...
3648 Jiri Gaisler
jiri_gaisler Send Email
Aug 3, 2003
12:37 am
At 66 MHz, you will get 266 Mbyte/s peak transfer rate (4 bytes * 66 MHz). The actual rate will depend on master and slave latency, 90 Mbyte/s is by no means...
3649 Mok Wai Meng Daniel
mokwm007 Send Email
Aug 3, 2003
7:00 am
Hi LEON users, The Institute for Infocomm Research has fabricated a test chip based on LEON2-v1.0.7 on TSMC 0.25um process. More information can be found at: ...
3650 Dave Keeshan
dkeeshan Send Email
Aug 5, 2003
7:02 am
Hi Daniel, I was wondering would you be able to share with the group any major issues you had with bringing LEON from the open source VHDL supplied from...
3651 Jiri Gaisler
jiri_gaisler Send Email
Aug 5, 2003
8:20 am
... Leon is SPARC V8 certified, and listed at www.sparc.org. This should remove your doubts on compliance ... Jiri. -- ... Gaisler Research, Stora Nygatan 13,...
3652 Mok Wai Meng Daniel
mokwm007 Send Email
Aug 5, 2003
9:25 am
Hi Dave, There weren't any major issues pertaining to the open-source nature of the LEON. But we did experiment with it for a while in FPGA and let the code...
3653 Taylor Su
mtsu15@... Send Email
Aug 7, 2003
6:06 am
Hi all: Anyone use gdbserver for leon sucessfully? did gdbserver support SPARC ? [Non-text portions of this message have been removed]...
3654 Michele Portolan
michele.Portolan@... Send Email
Aug 7, 2003
12:01 pm
Hi everyone, I'm trying to implement LEON on an Altera Excalibur, connecting it to the on-board DPRAM. For this I must convert the 3-signal (RAMOEM, RWEN,...
3655 Aghama Send Email Aug 7, 2003
3:38 pm
Hi, I'm trying to synthesize Leon on a xc2v8000 part using Xilinx ISE on a Solaris machine. I've searched through the group but have been unable to figure out...
3656 Jiri Gaisler
jiri_gaisler Send Email
Aug 7, 2003
10:01 pm
Try the following steps: 1. Configure the model using 'make xconfig dep' Do not enable the FPU or MMU if you will use XST for synthesis. 2. cd to syn/xst and...
3657 The LEOX team
lpm@... Send Email
Aug 7, 2003
10:11 pm
... Usually gdbserver is used to debug a userland application running onto a UNIX Operating System such as Linux. So you don't have to care about the port of ...
3658 Jack Huang
jack_ftc Send Email
Aug 9, 2003
7:38 am
Hi everyone, I'm trying to implement uClinux for LEON and I found some issues about the vfork() in linux-2.0.x/arch/sparcnommu/platform/LEON- 2.x/entry.S. I...
3659 reanphoto Send Email Aug 11, 2003
6:54 am
Hi everyone, I need to use the DCM of virtex II, so I configure a 2x DCM for clock generation, but after implementing to the FPGA, the clock seems not work,...
3660 Jiri Gaisler
jiri_gaisler Send Email
Aug 12, 2003
5:41 pm
For those of you interested in low-power leon applications, here is a link to a leon-based 40 mW GPS baseband receiver: ...
3661 Robert Wood
robertgwood2000 Send Email
Aug 13, 2003
1:53 pm
We want to create a different cache table to the default. However, I notice that the table PROC_CACHETABLE only seems to be referenced during an AHB bus...
3662 Jiri Gaisler
jiri_gaisler Send Email
Aug 13, 2003
1:58 pm
In the -xst model, change the is_cacheable function in macro.vhd . Jiri. ... -- ... Gaisler Research, Stora Nygatan 13, 41108 Goteborg, Sweden, +46-31802405 ...
3663 rolfschroedter Send Email Aug 13, 2003
4:28 pm
I'm using Jiri's LEON development board with 1 MByte SRAM, 16 MBytes SDRAM. stdout is connected to additional RS-232 "hello.c" runs fine for SRAM: mkprom -freq...
3664 Robert Wood
robertgwood2000 Send Email
Aug 13, 2003
4:47 pm
Reading LEON-2 XST User's manual Version 1.0.18: Page 77, section 13.3.2 AHB cache aspects "Since no MMU comes with LEON,..." but the XST does have n MMU ...
3665 Jiri Gaisler
jiri_gaisler Send Email
Aug 13, 2003
5:08 pm
Try the following options: mkprom -nosram -sdram 16 -freq 40 -baud 38400 -col 8 If it doesn't work, let me know since this would indicate the the mkprom...
3666 rpender@...
richardpenderch Send Email
Aug 13, 2003
6:01 pm
Just to add a bit of clarification to Jiri's answer... 1: Make sure that you are using the mkprom 1.3.8 which is distributed with leccs-linux-1.1.5.3.tar.gz /...
3667 srinivasan hanumesh
svasnhanu Send Email
Aug 14, 2003
7:06 am
Hello Can anyone tell us how to build RTEMS applications using LECCS WITHOUT ADDING -rtems switch. LECCS manual says that this switch is used by the ...
3668 rolfschroedter Send Email Aug 14, 2003
7:25 am
Thanks a lot, Jiri & Richard. The "-col 8" option was the key to success. I noticed the "col bits: 8" report from DSUMON, and desperately tried "-ramwidth 8"...
3669 Jiri Gaisler
jiri_gaisler Send Email
Aug 14, 2003
9:50 am
... By omitting the -nosram bit, both sram and sdram will be enabled. The sram will start at 0x40000000 and the sdram at 0x60000000. You should use the -stack...
3670 Jiri Gaisler
jiri_gaisler Send Email
Aug 14, 2003
9:52 am
Don't use leccs at all. Download and install the sparc tool-chain from www.rtems.com and use the standard method to compile rtems and applications. Leccs is...
3671 Jiri Gaisler
jiri_gaisler Send Email
Aug 14, 2003
11:08 am
This text is obviously outdated, will be fixed in the next release. Thanks, Jiri. ... -- ... Gaisler Research, Stora Nygatan 13, 41108 Goteborg, Sweden,...
3672 anand_12
anand_12@... Send Email
Aug 14, 2003
12:38 pm
I have the following tool binaries installed on my linux machine : rtems-base-binutils-2.13.2.1-2.i686.rpm sparc-rtems-binutils-2.13.2.1-2.i686.rpm ...
3673 Jerry Needell
jerryneedell Send Email
Aug 14, 2003
12:59 pm
... The RTEMS distribution does not use the -rtems switch. I suggest downloading the examples-4.6.0pre4 package from RTEMS and looking at the hello-world ...
3674 rolfschroedter Send Email Aug 14, 2003
2:33 pm
Yes, thanks, it works with setting -stack 0x400FFFF0. Then I have the SRAM for code, data, heap and stack and the SDRAM used as hard addresses. But what...
3675 Jiri Gaisler
jiri_gaisler Send Email
Aug 14, 2003
2:38 pm
Leccs compiles the application to run from 0x40000000, and mkprom will just load it there and start it. So the stack at 0x400ffff0 seems logical to me ......
3676 h_luan Send Email Aug 15, 2003
3:20 am
I want to boot LEON from internal rom and I setup LEON just as the way it is. However, I found out that inside bprom.vhd. There are a lot of when statements...
Messages 3647 - 3676 of 22999   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help