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 6133 - 6163 of 16500   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6133
Hi all, I m implementing a AHB master & slave integrated with Leon. I m facing the following problems In simulation I couldnt figure out how to use a self test...
ajay bhutani
ajaybhutani18
Offline Send Email
Feb 1, 2005
5:19 pm
6134
Jiri, Could you confirm that the IO width can be configured to 32 bit even if the SRAM bank width is 16 bit ? It means there will be only ONE access to IO area...
Stephane Davy
stephane.davy@...
Send Email
Feb 1, 2005
5:42 pm
6135
Dear Jiri. I downloaded leon2-1.0.26-xst, and synthesized with design_compiler. I used leon.dcsh, script for design_compiler. After synthesis, I found some...
kinsman44
Offline Send Email
Feb 1, 2005
6:01 pm
6136
Run 'make xconfig' to configure the processor. Do NOT analyze debug.vhd, it is only for simulation. Unused ports should be removed by synopsys - which version...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 1, 2005
6:25 pm
6137
The I/O bus width is independent of the prom and ram bus width. I/O area operations should not cause multiple accesses on 8- or 16-bit I/O buses, this is...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 1, 2005
6:58 pm
6138
Hi all, this is the first question that i send to this mailing list, so i hope that my problem had not been resolved previously. I have implemented...
Ivan
salorankatu
Offline Send Email
Feb 2, 2005
1:16 am
6139
Hi all, I m facing a problem in writing to AHB slave via Leon . The read is working properly It dsnt give any error on write . But neither writes the value in...
ajay bhutani
ajaybhutani18
Offline Send Email
Feb 2, 2005
8:00 am
6140
Hi Ajay, I tried a simple AHB slave with couple of registers. I was able to write to the first register but nt to the second register. At the time of this ...
karthik reddy
karthikreddyb
Offline Send Email
Feb 2, 2005
9:55 am
6141
Hi karthik, In my case the write is proper from multiple registers.The problem is that it dsnt read at all . Though id does go in the write loop( i managed to...
ajay bhutani
ajaybhutani18
Offline Send Email
Feb 2, 2005
6:17 pm
6142
Hi Ajay, Well my project was a uni one, which had dead lines. I talked to my supervisor about it and he said its fine. SO I didn't have time to look into it. ...
karthik reddy
karthikreddyb
Offline Send Email
Feb 2, 2005
8:39 pm
6143
Hello,Jiri I want to implement a user peripherals on leon2, this device contains only 4 registers,since this device is slow, I am going to place it on APB. I...
xiaoweihuacom@...
xiaoweihuacom
Offline Send Email
Feb 3, 2005
9:28 am
6144
Hi Jiri, I have just started with the new Leon3. It is full of greast features, wow!! I would like to use 3 UARTs and 2 Ethernet instances. How can I configure...
Walter
walter1298
Offline Send Email
Feb 3, 2005
10:29 am
6145
Read the grlib manual that explains how the plug&play concept works and how you add and configure cores. You can add any number of the same core, just make...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 3, 2005
11:05 am
6146
Seems reasonable, although the default value of APB_SLV_MAX should be sufficient so you don't need to change it. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 3, 2005
11:06 am
6147
Hi Jiri, I have just started with the GRLIB. I would like use the PCI interface. I don’t understand the functionality of the input pin pci_66. Can you...
Modolo Ivan
ivan_modolo
Offline Send Email
Feb 3, 2005
12:19 pm
6148
Jiri, Thanks for your answer. I've found some explanation. I confirm I/O bus width is independent of the prom and ram bus width. I tested the FIFO peripheral...
Stephane Davy
stephane.davy@...
Send Email
Feb 3, 2005
1:43 pm
6149
This pin is not used, the GRPCI core is intended for 33 MHz systems. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 3, 2005
3:13 pm
6150
Dear. I always thank you for your kind reply. My design_compiler version is V-2004.06-SP2 for linux. You said to remove unused pins, but I need these pins I...
Jong-Hwa Shin
kinsman44
Offline Send Email
Feb 3, 2005
6:34 pm
6151
Hi all, I'm trying to evaluate leon3 via grlib on an altera stratix. - i wrote a very simple program and generate a boot rom (nocomp option) - i wrote a nice...
spain2k1
Offline Send Email
Feb 4, 2005
4:35 pm
6152
If you load an application through the dsu into ram, does it run OK then? Which version of quartus do you use? Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 4, 2005
5:24 pm
6154
hi David I use Stratix (1S25-5) and QuartusII (only) with good success at 80MHz (86MHz given by Quartus) you need to have the latest QuartusII version 4.2 SP1...
Manfred privat
manfred_helzle
Offline Send Email
Feb 5, 2005
10:00 am
6155
Hello! I am using leon2-1.0.10 processor for my SoC.When I synthesize this, with required ram black boxes using "leon.dcsh", I am getting few warnings but it...
ikram18_4u
Offline Send Email
Feb 6, 2005
5:19 pm
6156
Hello there. I'm trying to compile some C programs to execute through ModelSim with LEON2 model. The code consists of several C files. I have modified the...
Emmanuel Touloupis
E.Touloupis@...
Send Email
Feb 7, 2005
11:53 am
6157
For standard C programs, do not use the compile procedure for the leon test bench. Instead, use: sparc-elf-gcc -msoft-float -O2 app.c -o app.exe ...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 7, 2005
12:46 pm
6158
Thank you for the help. The simulation ends with the processor in error mode. Is that expected? The reason I tried to run the program through the leon test...
Emmanuel Touloupis
E.Touloupis@...
Send Email
Feb 7, 2005
2:59 pm
6159
The processor can only be stopped by putting it in error mode, that is also what the application does (implicitely) at the end. If you want to stop with ...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 7, 2005
3:07 pm
6160
Hello, I'm facing a strange problem with the Leon2 mapped onto a Xilinx Microblaze board: As soons as I switch the Leon in debug mode (using the appropriate ...
setji
Offline Send Email
Feb 7, 2005
3:23 pm
6161
The read-out from grmon is bad - wrong window numbers and impossible cache config (4 bytes/line). Start grmon with -i to see if the situations improves. Also,...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Feb 7, 2005
3:28 pm
6162
Hi, Thank's for your fast reply. I'm using quartus V4.1 SP2 But, I think I found something. I tried to embed the all system inside the stratix. Including the ...
spain2k1
Offline Send Email
Feb 8, 2005
9:00 am
6163
Hello, By changing the baud rate of grmon, I could successfully download the hello.elf on to multimedia board. (I had to set the baud rate to 9600) Is it not...
setji
Offline Send Email
Feb 9, 2005
2:06 pm
Messages 6133 - 6163 of 16500   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