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 3101 - 3130 of 16495   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3101
We have recently down loaded the leon 2-2 processor core to use for one of applications. we are unable to simulate and verify the code. I will be glad if any...
raovenkat <raovenkat@...
raovenkat
Offline Send Email
Mar 3, 2003
3:41 am
3102
tb_msp should not be used. Simulate tb_func32 as it says in the manual. Jiri. ... -- ... Gaisler Research, Stora Nygatan 13, 41108 Goteborg, Sweden,...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 3, 2003
11:50 am
3103
Thanks to the work of Konrad Eisele, the first version of leon+mmu and a port of linux-2.5.59 is available at: ...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 3, 2003
4:13 pm
3104
Hello group, I want to reuse the given test programs in order to test technology specific memories, so I had to recompile the program (leon_ram.c) with the...
Christian Sayer
csayer_leon
Offline Send Email
Mar 3, 2003
7:08 pm
3105
Apologies for my last posting, re-reading it I mentioned that it is partly uncorresponding... My 'compile procedure' of the quoted (reduced) leon_ram.c...
Christian Sayer
csayer_leon
Offline Send Email
Mar 3, 2003
7:38 pm
3106
Hi all, I am a newbie working in kernel programming with leon. Is there a mini HOWTO describing how to build the tool chain and build port of linux-2.5.59 for...
Kai Long
dinelong@...
Send Email
Mar 4, 2003
3:23 am
3107
I have uploaded a linux version of a cross-compiler that can compile the leon linux kernel. Download from: http://www.gaisler.com/bin/leonccs.tar.bz2 The...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 4, 2003
9:18 pm
3108
Hi all, has anybody sucessfully simulated mkprom boot-images? I tried several small programs that work fine but I still dont get the report() function used in...
Christian Sayer
csayer_leon
Offline Send Email
Mar 5, 2003
2:14 pm
3109
As mentioned before: the leon test bench from the VHDL model cannot be executed on tsim since the vhdl test bench instantiates a test module in the I/O area,...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 5, 2003
3:34 pm
3110
Hello, We would like to verify the correct setting of the UART scaler register for Baud Rate Generation. Section 8.3.4 of the manual suggests to use scaler =...
pschaumont
Offline Send Email
Mar 5, 2003
4:14 pm
3111
... Sorry, I did not state explicitly: I'm talking about VHDL simulation, not TSIM! It seems to me that the memory mapped I/O acces does not VHDL simulate ...
Christian Sayer
csayer_leon
Offline Send Email
Mar 5, 2003
4:30 pm
3112
Hello all, Could you tell me where to find information relative to using LEON core for DSP algorithm purpose ? If anyone of you have experience in it, could...
Stéphane Davy
stephane.davy@...
Send Email
Mar 5, 2003
4:58 pm
3113
... You might need to enable the I/O area first (memory config reg 1), this is not done by mkprom. ... The test program uses a special trap table (locore.S)...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 5, 2003
5:07 pm
3114
The -5 is to get rounding rather than truncation when the best value for the baud rate divisor is calculated. Jiri. ... -- ... Gaisler Research, Stora Nygatan...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 5, 2003
5:08 pm
3115
A new beta version of TSIM/LEON with MMU support is now availble: http://www.gaisler/com/bin/tsim-leon-mmu-1.1.6d.tar.gz. This version of tsim can boot the...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 5, 2003
11:04 pm
3116
Konrad has now added some instructions on how to build the tool-chain and the kernel on the LEON MMU page: http://www.ra.informatik.uni-stuttgart.de/LeonMMU/ ...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 5, 2003
11:18 pm
3117
Hi all, thanks to the work of Konrad! Is it possible to run the Linux kernel on real Hardware using the MMU-Design? How much BlockRAMs are used for the MMU? Is...
Ronald Hecht
ronald.hecht@...
Send Email
Mar 6, 2003
6:33 am
3118
... Yes. ... None. ... Leon/mmu is based on leon2-1.0.9, and only modifies the IU and caches. Adding new peripherals is done the standard way by attaching to...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 6, 2003
10:00 am
3119
The correct symbol file to load is actually vmlinux in the top directory, not arch/sparc/leon/boot/tsim/tsimlinux_sym as I wrote before. Thanks to Konrad for...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 6, 2003
9:14 pm
3120
Hi, I am trying to assemble a full test bench for the leon with a 16 bit wide SDRAM controller modifications added (yes, I finally managed it), but I am having...
Andrew Hall
andrew@...
Send Email
Mar 8, 2003
12:12 pm
3121
... If only one instruction is loaded, then maybe the hready generation on the AHB bus is corrupted. If the processor does not get hready, it will not issue...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 9, 2003
4:36 pm
3122
... If you really use eprom there should not be any further use of mkprom. Both they 'boot' the processor and load the application either by decompressing it...
Christian Sayer
csayer_leon
Offline Send Email
Mar 10, 2003
8:27 am
3123
... Thanks for that Jiri, should have thought have that one... Turned out I had made a rather short-sighted modification to mctrl.vhd which broke the hready...
Andrew James Hall
andrew@...
Send Email
Mar 10, 2003
7:03 pm
3124
Hi, I am trying to compile and link a simple C program to run out of a boot prom. I tried using the mkprom utility but the settings this used disabled the ...
Andrew James Hall
andrew@...
Send Email
Mar 11, 2003
11:29 am
3125
Hi, Having successfully used DDD under Linux, I'm trying to get gdbtk to work under cygwin. Unfortunately, I'm getting a variety of error messages (such as...
marcus_clyne
Offline Send Email
Mar 11, 2003
11:43 am
3126
The best thing is probably to download the latest gdbtk (or insight) sources from the cygwin cvs, and rebuild it locally. The gdbtk version provided with leccs...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 11, 2003
12:18 pm
3127
... Using the mkprom with the various sdram switches should produce a boot image that correctly programs the (standard) sdram controller. Alternatively, you...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Mar 11, 2003
12:25 pm
3128
Well, "gdbtk" does not exist for many years. This project is now called insight. Insight is a graphical user interface to GDB, the GNU Debugger, written in...
The LEOX team
lpm@...
Send Email
Mar 11, 2003
7:47 pm
3129
Hi, Thanks for the input. I spent some time today compiling Insight, and getting it to run on my PC. It's not as easy as I thought it would be, and it doesn't...
marcus_clyne
Offline Send Email
Mar 12, 2003
8:27 am
3130
Hi everybody, I try to run the Testbenches from LEON on ActiveHDL 5.1 and it seems to work. But after a while, depending on the testbench I used, the...
Maik Scheer
myst_biker_098
Offline Send Email
Mar 12, 2003
10:10 am
Messages 3101 - 3130 of 16495   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