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 12613 - 12642 of 16499   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12613
you can see snapgear manual P.17 and paragraph 3.5.1 6 GRLib ATA Controller Ahmed. Zhihua Lv <hardest1981@...> a écrit :...
ahmed ben atitallah
ahmed_ba2002
Offline Send Email
Jan 1, 2008
3:21 pm
12614
Thank you very much. But I am unclear all the same. Whether should I select the "PCCARD (PCMCIA/CardBus) support" to enable "PCMCIA IDE support" ? And besides...
Zhihua Lv
hardest1981
Offline Send Email
Jan 2, 2008
2:24 am
12615
Hi thank you for your answers but uni lab was closed during the holiday and i could not try the things you told me. these are the step that i take 1 make vsim ...
shohrehst
Offline Send Email
Jan 2, 2008
7:23 am
12616
Hello everyone: I use the ML501 design , and set two Leon3 processor. After I use grmon to boot linux, the message form os shows "Note: SMP with snooping only...
pierce528
Offline Send Email
Jan 2, 2008
2:35 pm
12617
Each way (set) of the data cache cannot be larger than the MMU page size, which is 4 Kbyte. To get a larger data cache, use 2 - 4 ways, which will give you up...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jan 2, 2008
4:19 pm
12618
Start grmon with -u and check if you get the application output in the grmon window when you run hello-world or similar. That would indicate that the DDR2 work...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jan 2, 2008
11:20 pm
12619
Hy all, i'm trying to simulate smc_mctrl but when running the simulation i found that testbench dont use the mctrl_subtest() function .and tis is the output...
sammoudinaim
Offline Send Email
Jan 3, 2008
10:19 am
12620
Well I'm trying to port LEON3 to Virtex-II board, kindly send me some documents which may help me out to achieve this task, Docs like what should be the lin...
shakeel sultan
shakeel_candid
Offline Send Email
Jan 3, 2008
10:29 am
12621
Hi, The systest.c in leon3-altera-ep2s60-sdr runs base_test() which does not call mtrl_test. Furthermore the mctrl_test in GRLIB is for the ftmctrl and not for...
Kristoffer Glembo
e0toffe
Offline Send Email
Jan 3, 2008
12:35 pm
12622
Look at for example GRLIB/designs/leon3-gr-pci-xc2v3000 which is a template design for our GR-PCI-XC2V Virtex-II board. You will have to modify the design to...
Kristoffer Glembo
e0toffe
Offline Send Email
Jan 3, 2008
12:45 pm
12623
Thank you veru much Kristoffer, i changed base_test() : leon3_test(1, 0x80000200,1); //the third parameter used to activate the cramtest() function , i...
sammoudinaim
Offline Send Email
Jan 3, 2008
5:26 pm
12624
Hello Jiri and all, Happy new year. I'm working on a board with spartan3 XC3S5000 and HY512Mb DDR SDRAM. I'm using the leon3-digilent-xc3s1600e as a...
May
zhaoxuemei1
Offline Send Email
Jan 4, 2008
12:08 am
12625
hi i finally compiled leon , and i ran tbfun32 as the test bench. now i need to Compile and simulate VHDL code for peripheral modules and AMBA controller. i...
shohrehst
Offline Send Email
Jan 4, 2008
1:54 am
12626
amba.vhd is just a package file (if you know how to write vhdl, you should know what I say). Check all the source files in detail. For AMBA controller, it has...
Yi Tang
ty_sunset
Offline Send Email
Jan 4, 2008
7:33 am
12627
Hi, Not sure if someone is interested in compiling the leon-ecos on the new GR-TOOLS. Since GRTOOLS come with the managed make file, it is a bit tricky to...
Yi Tang
ty_sunset
Offline Send Email
Jan 4, 2008
7:55 am
12628
Dears , I order to simulate the memory controller i changed I changed the base_test()function : leon3_test(1, 0x80000200,1); //the third parameter used to...
sammoudinaim
Offline Send Email
Jan 4, 2008
8:12 am
12629
Hello, The cramtest() function provides more testing of the cache ram and not the memory controller. You don't seem to have succeeded in recompiling the test...
Kristoffer Glembo
e0toffe
Offline Send Email
Jan 4, 2008
8:41 am
12630
Thank you very much Kristoffer, But i'm so sorry i relly don't understand how can i use the memory controller to simulate the reading data from smc ethernet...
sammoudinaim
Offline Send Email
Jan 4, 2008
9:10 am
12631
I did not see a reference to accessing the ethernet controller in your original mail. The SMSC LAN91C111 ethernet controller is attached to the I/O area of the...
Kristoffer Glembo
e0toffe
Offline Send Email
Jan 4, 2008
10:07 am
12632
Dear Kristoffer, Knowing that there is no simulation model of the ethernet controller . Can I read data from the memory (ram) considering it comming from the...
sammoudinaim
Offline Send Email
Jan 4, 2008
11:39 am
12633
You can add negative RSKEW to try to align the DDR clock. This can however NOT be done in the xconfig menu, since it will not accept negative values. Instead,...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jan 4, 2008
2:31 pm
12634
hy Wu bin ... I am solving this problem yet. My GROMON detect all the Leon3 SoC devices. But, GRMON is losing data when we try to write something to SDRAM...
yang yun ju
yangsjeff
Offline Send Email
Jan 4, 2008
3:31 pm
12635
hy all, In order to load program to the memory we use ( #sparc-elf-mkprom -rmw -nocomp -msoft-float -v -ramsize 1024 prog.exe #sparc-elf-objcopy -O srec...
sammoudinaim
Offline Send Email
Jan 4, 2008
5:50 pm
12636
Hello everyone, I am a beginner on VHDL. I am using the leon3-gr-xc3s-1500 to do a project. I have read the IP of ahbctrl in the GRLIB. The ahbctrl is composed...
simonyoyo.tw
Offline Send Email
Jan 5, 2008
3:08 am
12637
Hello I am trying to compile an application from the MiBench, using this command: $ sparc-elf-gcc -g -msoft-float -O2 qsort_large.c -o qsort.exe but there are...
Sidney Lima
sidocalima
Offline Send Email
Jan 5, 2008
6:06 am
12638
There is the #include <math.h> on the code of the qsort_large -- Sidney Lima Recife Brasil [Non-text portions of this message have been removed]...
Sidney Lima
sidocalima
Offline Send Email
Jan 5, 2008
6:12 am
12639
I just followed the instruction to clone the git repository and compile the u-boot image. The image compiled from the git repository does not work while the...
extremecodec
Offline Send Email
Jan 5, 2008
8:08 am
12640
Add -lm to the end of the command to link against the math library. This is a standard procedure for gcc, and applies to most processor ports not only sparc. ...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jan 5, 2008
12:11 pm
12641
Hi everyone: the latest BCC version is 3.4.4. I update my BCC 3.2.3 with the latest BCC version and find that my code compiled with BCC3.4.4 cann't run...
cui_632
Offline Send Email
Jan 6, 2008
5:26 am
12642
Here everything works fine, but if its a compiler bug, you need to identify what part of your code specifically is not running correctly and post a short...
Bernhard Froemel
froemel@...
Send Email
Jan 6, 2008
9:55 am
Messages 12613 - 12642 of 16499   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