you can see snapgear manual P.17 and paragraph 3.5.1 6 GRLib ATA Controller Ahmed. Zhihua Lv <hardest1981@...> a écrit :...
12614
Zhihua Lv
hardest1981
Jan 2, 2008 2:24 am
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...
12615
shohrehst
Jan 2, 2008 7:23 am
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 ...
12616
pierce528
Jan 2, 2008 2:35 pm
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...
12617
Jiri Gaisler
jiri_gaisler
Jan 2, 2008 4:19 pm
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...
12618
Jiri Gaisler
jiri_gaisler
Jan 2, 2008 11:20 pm
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...
12619
sammoudinaim
Jan 3, 2008 10:19 am
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...
12620
shakeel sultan
shakeel_candid
Jan 3, 2008 10:29 am
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...
12621
Kristoffer Glembo
e0toffe
Jan 3, 2008 12:35 pm
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...
12622
Kristoffer Glembo
e0toffe
Jan 3, 2008 12:45 pm
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...
12623
sammoudinaim
Jan 3, 2008 5:26 pm
Thank you veru much Kristoffer, i changed base_test() : leon3_test(1, 0x80000200,1); //the third parameter used to activate the cramtest() function , i...
12624
May
zhaoxuemei1
Jan 4, 2008 12:08 am
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...
12625
shohrehst
Jan 4, 2008 1:54 am
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...
12626
Yi Tang
ty_sunset
Jan 4, 2008 7:33 am
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...
12627
Yi Tang
ty_sunset
Jan 4, 2008 7:55 am
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...
12628
sammoudinaim
Jan 4, 2008 8:12 am
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...
12629
Kristoffer Glembo
e0toffe
Jan 4, 2008 8:41 am
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...
12630
sammoudinaim
Jan 4, 2008 9:10 am
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...
12631
Kristoffer Glembo
e0toffe
Jan 4, 2008 10:07 am
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...
12632
sammoudinaim
Jan 4, 2008 11:39 am
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...
12633
Jiri Gaisler
jiri_gaisler
Jan 4, 2008 2:31 pm
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,...
12634
yang yun ju
yangsjeff
Jan 4, 2008 3:31 pm
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...
12635
sammoudinaim
Jan 4, 2008 5:50 pm
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...
12636
simonyoyo.tw
Jan 5, 2008 3:08 am
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...
12637
Sidney Lima
sidocalima
Jan 5, 2008 6:06 am
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...
12638
Sidney Lima
sidocalima
Jan 5, 2008 6:12 am
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]...
12639
extremecodec
Jan 5, 2008 8:08 am
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...
12640
Jiri Gaisler
jiri_gaisler
Jan 5, 2008 12:11 pm
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. ...
12641
cui_632
Jan 6, 2008 5:26 am
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...
12642
Bernhard Froemel
froemel@...
Jan 6, 2008 9:55 am
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...