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 6768 - 6797 of 16506   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6768
Hello... I have implemented the leon2-1.0.28-xst in a XILINX XC2V3000-6. The system runs at 48MHz with 2Mbytes SRAM at address 0x40000000. I'm using XILINX ISE...
Thomas Kühn
thomaskuehn_djo
Offline Send Email
Jun 1, 2005
3:36 pm
6769
Hi Sorry, but we have a questions about the modelsim binaries to run make: - Where is the modelsim binaries to run make? - Is it automaticaly load with vhdl...
fpga fpga
fpgacr
Offline Send Email
Jun 1, 2005
9:43 pm
6770
Modelsim is a very popular (and highly capable) commercial VHDL simulator that is sold by MentorGraphics. See www.model.com. There are multiple versions of the...
Tom Verbeure
tom_verbeure
Offline Send Email
Jun 1, 2005
9:49 pm
6771
Dear Thomas: I use Synplify for synthesis. The result sholuld be more stable than ISE. For VirtexII DCM. DCM CLKFX_MULTIPLIER min = 2 DCM CLKFX_DIVIDE min = 1 ...
 
t_t_huang2003
Offline Send Email
Jun 2, 2005
1:08 am
6772
Hello Jiri and all, I am currently working with a trainee, who tries to use Xilinx incremental synthesis applied to Leon 2. After many attempts, we finally...
Stephane Davy
stephane.davy@...
Send Email
Jun 2, 2005
8:08 am
6773
Hello Jiri, hello community, I (that means we) think about an ASIC-implementation of the LEON2. I don't understand all these license-things (like GNU, LPGL,...
markus_danninger
markus_danni...
Offline Send Email
Jun 2, 2005
8:41 am
6774
Hi, The store instruction always takes an additional cycle to execute. It looks to me that the processor first performs a read at the given address before...
serge_leon_forum
serge_leon_f...
Offline Send Email
Jun 2, 2005
9:20 am
6775
Hi, Does anybody know who owns dsumon and how/where to obtain the source ? Thanks Gioia...
gioia6767
Offline Send Email
Jun 2, 2005
1:25 pm
6776
Hello, Read-modify-write sequence is performed on byte and half-word stores if this is enabled in the memory configuration register. This is only needed in...
Edvin Catovic
edvin@...
Send Email
Jun 2, 2005
3:10 pm
6777
The store instruction takes two clocks to execute, as indicated in the manual. This is because it can you up to three register file values, but the register...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jun 2, 2005
5:09 pm
6778
Dsumon (aka grmon) is written and owned by Gaisler Research. The source code is not publicly available. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jun 2, 2005
5:09 pm
6779
LEON2 is LGPL, which means that you can use it for any purpose you want, including integrating on an ASIC and charge money for it. The only restriction is that...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jun 2, 2005
5:09 pm
6780
This is a bug in XST, for sure. There seems to be something magic about the ioport code. I have been told that the new synopsys PRESTO VHDL front-end also...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jun 2, 2005
5:09 pm
6781
Hi, I have got a 16-bit flash PROM attached to the bus like this. memo.address[24..1] = flashaddr_pin[23..0] memo/memi.data[31..16] = flashdata_pin[15..0] I do...
mikael_krus
Offline Send Email
Jun 3, 2005
6:29 am
6782
Dear all: I am trying to run some program on leon3. The thing is the program have been compiled and it work fine when I set parameter small . But when I try to...
jiou0962
Offline Send Email
Jun 3, 2005
8:03 am
6783
Hi all, I'm wondering if anyone has a working c++ compiler for uClinux-2.4 and uclibc? With the gcc-patches provided by Jiri I was able to build a ...
lexi-list@...
lexi200774
Offline Send Email
Jun 3, 2005
9:07 pm
6784
I'm a newbe here... I'm simulating LEON with GRMON software. When running hello.c I could ... grmon[sim]> run resuming at 0x40000000 Program exited normally. ...
niginio
Offline Send Email
Jun 5, 2005
5:55 pm
6785
Hi all, I found the following "feature" when using the -Os optimization switch with gcc (tried several rtems, bcc until gcc version 3.2.3) : the volatile...
serge_leon_forum
serge_leon_f...
Offline Send Email
Jun 6, 2005
8:47 am
6786
Serge, I think you are wrong here. Note that the branch instruction hs a delayed branch slot, which means that %o0 is reset to the address of testvar: sethi...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jun 6, 2005
11:20 am
6787
Yes you're right. Great I can continue to use this option. Thanks. --Serge...
serge_leon_forum
serge_leon_f...
Offline Send Email
Jun 6, 2005
12:49 pm
6788
Leon2-1.0.29-xst is now available for download from: http://www.gaisler.com/bin/leon2-1.0.29-xst.tar.gz Change log below. Good news is that ISE/XST 7.1.02i can...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jun 6, 2005
10:56 pm
6789
grlib-eval-1.0.1 is now available for download from: http://www.gaisler.com/products/grlib/grlib-eval-1.0.1.tar.gz Change log below. Good news is that ISE/XST...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jun 6, 2005
11:02 pm
6790
You can download some sample linux images from: http://www.gaisler.com/src/images.tar.bz2 Running the leon2 image should give you an output like: $ tar xjf...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jun 6, 2005
11:36 pm
6791
hi all i want to know what is cache snooping? also i do not understand the flush concept and how it is implemented in the memory model. i have read the manual...
mohamed samy
msm6eg
Offline Send Email
Jun 7, 2005
5:35 am
6792
Hi all and Hi Jiri I've obtained my leon.db with Synopsys DC. Now i'm evaluating the results of "report area" command of my script. I want to know a medium...
dariosumerano
Offline Send Email
Jun 7, 2005
9:02 am
6793
Hi jiri, I have found that Zero flag is set(or remains 1) when there is an overflow in "udivcc" instruction execution and this seems to be wrong,because the...
hparand
Offline Send Email
Jun 7, 2005
1:36 pm
6794
Hi jiri, Why local ram is not supported when MMU has been enabled? Regards....
hparand
Offline Send Email
Jun 7, 2005
1:36 pm
6795
This is indeed a bug, the zero flags should be cleared on an overflow. Will be fixed in next release. Thanks, Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jun 7, 2005
2:34 pm
6796
If the local ram is located in the virtual address space, it would be writeable by all processes and thus not protected. If it would be placed in the physical...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jun 7, 2005
2:37 pm
6797
Dear all: I am trying to run some testbench in leon3mp dir with changed clock period. It seem the clock period have some mini value in testbench.vhd. Is it...
jiou0962
Offline Send Email
Jun 8, 2005
8:28 am
Messages 6768 - 6797 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