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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 10180 - 10209 of 16505   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10180
The relevant bits are the Fault Type (FT) field of the Fault status register. If the page table entries ET field is 0 it means it is a invalid address....
Konrad Eisele
konradeisele
Offline Send Email
Jan 2, 2007
9:01 am
10181
Hello Jiri, hello everyone, First Question: Assumed one interrupt has happened and the IU enters its ISR, during this time other IRQs arrive. Is it possible to...
lgzco
Offline Send Email
Jan 2, 2007
3:11 pm
10182
... When entering the ISR the ET bit is 0. So no irq will happen. When setting it to 1 (to be able to receive winoverflow traps etc) you can at the same time...
Konrad Eisele
konradeisele
Offline Send Email
Jan 2, 2007
4:18 pm
10183
Hi, I am very sorry. I mistyped the name of the Access Type field of the Fault Status Register. When I was talking about the ACC field I was referring to...
Pablo Parra
errorderegistro
Offline Send Email
Jan 2, 2007
4:30 pm
10184
I think I mistyped the field too so here is my answer again: The relevant bits are the Fault Type (FT) field of the Fault status register. If the page table...
Konrad Eisele
konradeisele
Offline Send Email
Jan 2, 2007
4:55 pm
10185
I think you are referring to the ACC field of the PTE, not to the AT field of the FSR. I think that the Fault Type (FT) depends on the Access Type (AT) and...
Pablo Parra
errorderegistro
Offline Send Email
Jan 2, 2007
5:45 pm
10186
Hi Jiri, I'm looking at the timer code in the latest Linux kernel. To get time resolution beyond 10ms (jiffies), system call gettimeofday calls ...
Zhangxi Tan
xtan@...
Send Email
Jan 2, 2007
9:48 pm
10187
There was a minor update in the MMU in the latest version of GRLIB, so I have updated the pre-compiled bitfiles for the GR-XC3S-1500 board. You can download it...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jan 3, 2007
1:46 am
10188
In case the Fsr:FT is 1 (invalid address) there has not been any access (ony a tablewalk) so Fsr:AT is random. I guess this makes sense. -- Konrad...
Konrad Eisele
konradeisele
Offline Send Email
Jan 3, 2007
9:03 am
10189
Hello Konrad, thanks a lot for your kind answer ! But the nested irq issue is still unclear for me. The following text ... I seems that nested interrupt is not...
lgzco
Offline Send Email
Jan 3, 2007
9:54 am
10190
... Nested irq are handled correctly now. I'm not shure weather it is in the current release. I guess it is. Jiri knows weather it is. ... The irq get...
Konrad Eisele
konradeisele
Offline Send Email
Jan 3, 2007
10:32 am
10191
Hello Jiri, ... Can nested irqs be handled correctly by the current BCC-1.0.24? Thanks in Advance ! Ligang...
lgzco
Offline Send Email
Jan 3, 2007
11:54 am
10192
Hi When I make prom files with sparc-rtems-mkprom it always says leon3 bootloader at startup.. I use leon2 and can not find an option to select leon2 in the...
reinegll
Offline Send Email
Jan 3, 2007
12:00 pm
10193
BCC-1.0.26 for linux is now available, and solves all known issues. For windows hosts, use the tool-chain in the eclipse plugin. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jan 3, 2007
3:05 pm
10194
... You are right. Use LEON_BYPASS_LOAD_PA. Strange that it didn't segfault here. ... This might also be erronous. Since the scalar reload scales the timer...
Konrad Eisele
konradeisele
Offline Send Email
Jan 3, 2007
3:33 pm
10195
Thanks! I have another question towards memory barrier implementation in current cross-compiler (gcc 3.2.2). In Linux, when barrier() function is called in...
Zhangxi Tan
xtan@...
Send Email
Jan 4, 2007
10:28 am
10196
Hello Jiri, thank you very much for your quick answer. But there is also problem with nested interrupt.I updated the bcc plugin for eclipse to 1.0.26 and try...
lgzco
Offline Send Email
Jan 4, 2007
11:55 am
10197
... If PIL is 13 then only 14 and 15 can come in. Maybe you forgot to enable the timer 1 irq? Read the irq ctrl's mask bit. I think you can also force a irq...
Konrad Eisele
konradeisele
Offline Send Email
Jan 4, 2007
1:19 pm
10198
... I'd say that the memory_barrier() for single procesor system is to prevent the optimization to shuffle around the insns. I'd also say that stbar is for...
Konrad Eisele
konradeisele
Offline Send Email
Jan 4, 2007
1:20 pm
10199
... LEON implements Total store ordering (TSO), so it does not really need the STBAR instruction. I am not aware of any SPARC V8 processor (LEON or others)...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jan 4, 2007
2:23 pm
10200
Hi, I have just tested the latest version you gave me and it works! Thank you very much. Sorry for the inconvenience. Regards, Pablo Parra Jiri Gaisler...
Pablo Parra
errorderegistro
Offline Send Email
Jan 4, 2007
3:18 pm
10201
Hi I tried to run the rtems-irq.c program to verify my hardware.. It always got stuck in the interrupt!! Early on i tried to remove the printf statment and ...
reinegll
Offline Send Email
Jan 4, 2007
3:29 pm
10202
Hi, I have tried to add a double grgpio module to the leonmp.vhd template. Source code is like the following, the problem is that I can see the gpio_lcd0 been...
Yi Tang
ty_sunset
Offline Send Email
Jan 4, 2007
3:44 pm
10203
Hi, I have tried to add a double grgpio module to the leonmp.vhd template. Source code is like the following, the problem is that I can see the gpio_lcd0 been...
Yi Tang
ty_sunset
Offline Send Email
Jan 4, 2007
3:51 pm
10204
... I do have enabled the timer 1 irq and it is not masked. Even force timer 1 interrupt brings nothing. Could you do a similar test? ... NMI is non maskable...
lgzco
Offline Send Email
Jan 4, 2007
3:56 pm
10205
Hello all, I'm trying to duplicate a grlib/simulation from a pc to a laptop. I have the following error message on the laptop: /bin/sh: vsim: command not found...
Stéphane Davy
davy_lesia_o...
Offline Send Email
Jan 4, 2007
4:15 pm
10206 Stéphane Davy
davy_lesia_o...
Offline Send Email
Jan 4, 2007
5:02 pm
10207
Check that modelsim works when launched from a cygwin shell. You might need to add the install path to the PATH variable otherwise. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jan 4, 2007
11:55 pm
10208
Check that the second GRGPIO port is listed in the plug&play information at the start of VHDL simulation. If not, you have a problem somewhere ... Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jan 5, 2007
12:14 am
10209
Hi Jiri, I have tried your suggestion and used modelsim to perform a simulation. In the simulation, the "run" command does list the second GRGPIO port and the ...
Yi Tang
ty_sunset
Offline Send Email
Jan 8, 2007
1:51 am
Messages 10180 - 10209 of 16505   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