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 9334 - 9363 of 16506   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9334
Hi, Jiri I added this code in the leon3mp.vhd : gpio0 : if CFG_GRGPIO_ENABLE /= 0 generate -- GPIO unit grgpio0: grgpio generic map( pindex => 5, paddr...
marco_ryo
Offline Send Email
Aug 1, 2006
10:04 am
9335
Now I can access SDRAM up to 4,672 (0x60000000 - 0x60001340) ... From: aurelyentomp To: leon_sparc@yahoogroups.com Sent: Friday, July 28, 2006 8:55 PM Subject:...
Agus Ariffianto
aariffianto
Offline Send Email
Aug 2, 2006
1:42 am
9336
The IRQ15 is a non-maskable interrupt. It seems to be used by OS only. In my experience, I don't suggest you to use this as usual interrupt triggered by some ...
sirius_yang
Offline Send Email
Aug 2, 2006
5:43 am
9337
Hi Sirius, i read that note in the leon2 document and didn't understand it completly, because it says "the IU can't mask it". What does that mean? Within the...
markus_danninger
markus_danni...
Offline Send Email
Aug 2, 2006
6:35 am
9338
Hi, I encountered a strange problem.The program implements below initialization operation: 1 Set TBR with "0x10000000" 2 Set PSR with "0xc0" 3 Set WIM with...
hawk_chenbo
Offline Send Email
Aug 2, 2006
9:52 am
9339
Dear Sir/ Madam, When I was trying to synthesis the leon processor code in synopsis design compiler , I get this kind of error meesage in log file and the ...
prakash srinivasn
srmprakash
Offline Send Email
Aug 2, 2006
9:57 am
9340
Hi to all. I'm interested in spacewire bus. I'm using Leon3 board GR-CPCI-AX2000 with 2 spacewire port. I read on rtems site that RTEMS handle the spacewire...
lucagermano
Offline Send Email
Aug 2, 2006
3:02 pm
9341
Interrupt 15 cannot be masked by %psr.irl, so it is unsafe to use for anything else then an emergency shutdown and reset. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Aug 2, 2006
8:58 pm
9342
Hi everybody, My LEON video game project is now finished! I have a video game system in an FPGA based on the LEON-2. It runs an original game, "Alien...
johnbeeckler
Offline Send Email
Aug 3, 2006
3:28 am
9343
Hi Jiri and everyone, I'm concerning running DDR controller from the latest 1.0.9 library on Xilinx XUP board (Virtex II Pro). The current example of grlib is...
Zhangxi Tan
xtan@...
Send Email
Aug 3, 2006
6:58 am
9344
Hi Jiri, right nothing else I want to do. IRQ 15 is connected to watchdogs-output. A underrun will start the IRQ-handler which decides what to do (save data,...
markus_danninger
markus_danni...
Offline Send Email
Aug 3, 2006
12:14 pm
9345
Hi all, I am a bit confused about all the memory controllers in LEON3. MCTRL: 1 of these controllers can handle at the same time, a PROM, I/O, SRAM and SDRAM,...
acm_project_06
Offline Send Email
Aug 3, 2006
12:55 pm
9346
The DDR clock and the AHB clock can be completely unrelated. You can run the DDR at 100 MHz and the AHB at 75 for instance. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Aug 3, 2006
1:37 pm
9347
Why don't you simulate it in VHDL to see what causes the extra interrupts ...? Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Aug 3, 2006
1:46 pm
9348
Estaré ausente de la oficina desde el Jue 03/08/2006 y no volveré hasta el Lun 21/08/2006 . I will be out of office until Monday 21st of August with no...
martinora@...
pafbat00
Offline Send Email
Aug 3, 2006
6:04 pm
9349
Hi Giri, I have a problem about printf on rcc tool-chain. My platform includes a uart on APB. I compile hello.c under bcc, and it can output "hello world" ....
strawhatter81
Offline Send Email
Aug 4, 2006
3:13 am
9350
Congratulations! Congratulations!! Congratulations!!!...
acro_way
Online Now Send Email
Aug 4, 2006
3:42 pm
9351
Dear Jiri and all, I am a newbie. When I execute a program which writing to SDRAM, before it finish its job, there's an error: IU in error mode (tt = 0x02) ...
Agus Ariffianto
aariffianto
Offline Send Email
Aug 5, 2006
5:27 am
9352
Does the ATAPI CDROM driver in linux2.6.11 is a broken ATAPI driver??...
bygreencn
Offline Send Email
Aug 7, 2006
3:09 am
9353
Hi, I made a design based on GRLIB 1.0.7, with home-made IPs added on AHB bus. I use grmon-eval to communicate with the DSU, and I can't get a correct...
o_agopian
Offline Send Email
Aug 7, 2006
8:25 am
9354
GRMON does not have access to the vendor/device descriptions in grlib, but has an own table of IDs. To add you ID, you must have the professional version of...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Aug 7, 2006
5:04 pm
9355
Why? With snapgear-p26 and the GRLIB IDE core, we can mount and read CDROMs. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Aug 7, 2006
5:06 pm
9356
We do not use the GRLIB IDE core, but we use the snapgearp26, now we could identify the device and get the capability from the CDROM, but we meet some error...
bygreencn
Offline Send Email
Aug 8, 2006
2:35 am
9357
Dear Jiri and all, I did run test a program using grmon and dsumon. The responsses are different: grmon: $ grmon-eval.exe -u -i GRMON LEON debug monitor...
Agus Ariffianto
aariffianto
Offline Send Email
Aug 8, 2006
3:47 am
9358
Hi all, Now I setted up a RTL simulation platform. In the platform,the binary code of test code is located at ROM from 0x0000000. The test code is as follows: ...
hawk_chenbo
Offline Send Email
Aug 8, 2006
7:52 am
9359
Readme file for prebuilt ecos bsp from Gaisler say : " The ECOS configuration files (ecos.ecc, ecos.ecm) are provided with each bsp. The recompile the bsp from...
gioia6767
Offline Send Email
Aug 8, 2006
10:53 am
9360
Do you use the inverted-clock option on the SDRAM? If not, do you use a DCM and pllref feed-back to generate the SDRAM clock? Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Aug 8, 2006
8:19 pm
9361
Dear Jiri, thank you for your response. I don't know wether my SDRAM using inverted-clock or not (or wether using DCM and PLL feed-back). What should I check...
Agus Ariffianto
aariffianto
Offline Send Email
Aug 9, 2006
4:04 am
9362
I am using SDRAM type MT48LC4M32B2TG-7 Thank you Regards, Agus ... From: Jiri Gaisler To: leon_sparc@yahoogroups.com Sent: Wednesday, August 09, 2006 3:18 AM ...
Agus Ariffianto
aariffianto
Offline Send Email
Aug 9, 2006
5:25 am
9363
Hi Michele, this idea will work - but instead mapping a jump to 0x0 you can mirror your memory so it is accessible to 0x00000000 AND 0x40000000. To copy your...
markus_danninger
markus_danni...
Offline Send Email
Aug 9, 2006
7:19 am
Messages 9334 - 9363 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