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 6486 - 6516 of 16506   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6486
I'm finding difficults to understand how can I tell Leon in Cjpeg code informations (path etc...) about the position of initial image ppm file and final jpeg...
dariosumerano
Offline Send Email
Apr 1, 2005
9:52 am
6487
Dear Jiri: I have used the code like " a=0x80000210; asm volatile("ld [%0],%%l0"::"r"(a) ); asm volatile("st %%l0,[%0]"::"r"(&t1)); printf("value=%x\n",t1); "...
jiou0962
Offline Send Email
Apr 1, 2005
1:13 pm
6488
You have not understod how the MP status register works. There is only one such register, and it indicates how many processors are in the system (bits [31:28])...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 1, 2005
1:19 pm
6489
hello, LEON2 boots from DSU. I compiled my program with LECCS. with grmon I loaded the file. ... section : my_file.srec at 0x40000000, size 8256 bytes entry...
leon2_project
Offline Send Email
Apr 1, 2005
3:56 pm
6490
In the SPARCV8 document is written that "flush address" instruction flushes two consecutive words of cache memory, but in leon this instruction flushes all of...
hparand
Offline Send Email
Apr 3, 2005
9:59 am
6491
Diagnostic access to the cache is not possible during a FLUSH operation and will cause a data exception (trap=0x09) if attempted, but in leon this case causes...
hparand
Offline Send Email
Apr 3, 2005
10:03 am
6492
Hi we tried to simulate this code: we took "main.dat" and copied it into ram.dat. we run "scirocco" with tbench/tbleon.vhd, and we get the folowing error...
d_karnin
Offline Send Email
Apr 3, 2005
5:57 pm
6493
I am not really sure if this is the problem, but a similar error happens when the end of a section is not correctly aligned (in the DAT file). For example: . ....
Eduardo Billo
eduardobillo
Offline Send Email
Apr 3, 2005
6:52 pm
6494
Hi Jiri: Thank you for your tip. To make sure different CPUs can share a value as we set, which memory address range can be shared by different CPUs safely...
jiou0962
Offline Send Email
Apr 4, 2005
2:20 pm
6495
Hi Jiri: I am stilll trying to synchronize all CPUs. I found the reason why I have been stuck is I don't have 100% Coherence mechanism . But since Leon3MP is...
jiou0962
Offline Send Email
Apr 4, 2005
2:38 pm
6496
Hi, all I found somthing strange when I finished the whole chip synthesis. According to the web site, leon should be 35K gates using standard confifuration....
kinsman44
Offline Send Email
Apr 5, 2005
3:46 am
6497
I've noticed some odd behaviour related to how gdb handles signals. Just wondering if anyone can clear this up for me. I have compiled run the program below...
Simon
smtakita
Offline Send Email
Apr 5, 2005
5:24 am
6498
BCC stands for bare-c cross-compiler. As such, it does not support file I/O, streams, signals or any other O/S specific feature. The source code of the...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 5, 2005
10:47 am
6499
"Hello world" program runs fine with the RTL code. But after the code is synthesised no o/p is observed. Could there be problem with the synthesised netlist? I...
mishra545
Offline Send Email
Apr 5, 2005
12:09 pm
6500
Hello! I tried to synthesize Leon3 (1 processor + DSU + UART + timer + IRQ + ethernet) from grlib 0.16b with ISE 7.1SP1 (Win32 version), but the ISE complains...
Martin Simlastik
simlastik
Offline Send Email
Apr 5, 2005
2:39 pm
6501
The problem is in the prioritize function in irqmp.vhd. Replace it with: function prioritize(b : std_logic_vector(15 downto 1)) return std_logic_vector is ...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 5, 2005
3:50 pm
6502
Hi; I just finished the synthesis of Leon processor (leon2-1.0.26-xst). area : 3.1mm^2 power : 68mW gate count : 604215 area and power were estimated from...
supersemikr
Offline Send Email
Apr 6, 2005
1:08 am
6503
Hej! Thanks a lot! I did it myself already, but I was more curious why ISE 6.3 doesn't complain about it and ISE 7.1 does... Another issue I found in ISE 7.1...
Martin Simlastik
simlastik
Offline Send Email
Apr 6, 2005
8:40 am
6505
Dear all: which memory address range in Leon3MP is non-cacheable in (grlib-beta-0.16 version)? Thanks Yibin...
jiou0962
Offline Send Email
Apr 6, 2005
9:40 am
6506
This is is a problem with the AMBA settings for the number of AHB masters and slaves. You can change lib/grlib/amba/amba.vhd to: constant NAHBMST : integer :=...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 6, 2005
11:26 am
6507
One slice is generally 2 LUT. The synthesis report should also conatins the LUT number - what does it say? Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 6, 2005
11:28 am
6508
Hi all, I'm working with snapgear-p12 and i compiled a dsu image for leon2mmu. I mostly used the default options in xconfig. The board i'm using is xess...
Amitoj Cheema
amitoj_cheema
Offline Send Email
Apr 6, 2005
12:52 pm
6509
Make sure you use synplify for synthesis, XST cannot be used to compile the MMU. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 6, 2005
12:55 pm
6510
What is the name of the LEON Stack Pointer in its VHDL description?...
Leif Granholm
leif_ssc
Offline Send Email
Apr 6, 2005
1:37 pm
6511
The leon (sparc) stack pointer in in %sp (%o6) in the current register window. There is no explicite stack pointer register in the sparc architecture. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 6, 2005
1:50 pm
6512
The sparc instruction set doesn't have a special register to store the stack pointer. It simply uses one of the regular registers to store the pointer. By...
Tom Verbeure
tom_verbeure
Offline Send Email
Apr 6, 2005
3:24 pm
6513
It could be that Synopsys and/or Cadence has used the area of memories and added it to the gate count. This depends on the parameters in your cell and memory...
Tom Verbeure
tom_verbeure
Offline Send Email
Apr 6, 2005
3:25 pm
6514
Thnx Jiri Which version of ISE are you using? It seems like Leon doesn't get compiled properly while using Synplify Pro and ISE. I'm using 6.2.03i. Amitoj ... ...
Amitoj Cheema
amitoj_cheema
Offline Send Email
Apr 6, 2005
4:15 pm
6515
I use synplify 8.0 for synthesis and ISE 6.3.02i for place&route. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 6, 2005
4:55 pm
6516
The area depends on the size of the cache and register file rams - how are they implemeted and are they included in the area estimation? Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Apr 6, 2005
9:54 pm
Messages 6486 - 6516 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