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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 15529 - 15558 of 16497   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15529
Hi, I want to interface a custom FPU to LEON-3, the FPU has following interfaces: entity myfpu is Port ( clk : in STD_LOGIC; reset_n : in STD_LOGIC; opcode :...
Himanshu Patel
hnpatel81
Offline Send Email
May 1, 2009
7:00 am
15530
... I believe that you should probably not iterate at all then? ... From a quick look, just iterate from 0 to 0. ... Edit leon3mp.vhd and do not instantiate...
Jan Andersson
janatgaisler
Offline Send Email
May 1, 2009
9:00 am
15531
You need to implement your own FPC, since you must also add the floating point register file and the %fsr and %fq registers. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
May 1, 2009
9:43 am
15532
... I don't see how this happens. Have you made any modifications to HY5PS121621F.vhd? What version of ModelSim is this? Best regards, Jan...
Jan Andersson
janatgaisler
Offline Send Email
May 1, 2009
10:06 am
15533
Hi, Modelsim is 6.4 and of course, I didn't touch HY model file. Can you provide me correct value of rdata(0)? Or data values in hexread() when reading...
myungjoo_kim
Offline Send Email
May 1, 2009
11:28 am
15534
Dear all, We are trying to develop own diagnose software to work with Leon3. We opt to use the GRETH debug interface. However, there is an interesting issue...
jin.ouyang
Offline Send Email
May 3, 2009
5:08 am
15535
... Not without knowing the 'index' and the address that is currently being read. If you are loading the sdram.srec that comes with the ml510 template design...
Jan Andersson
janatgaisler
Offline Send Email
May 3, 2009
8:39 am
15536
In the grip manual the ctrl word is shown with the msb to the left. The Edcl expects that the msb is received first and the lsb last. The same applies for the...
Marko Isomaki
marko_isomaki
Offline Send Email
May 4, 2009
8:46 am
15537
Do you run the different operating systems on the same computer and with the same network equipment (switches etc)? If you have selected a strange MAC address...
Marko Isomaki
marko_isomaki
Offline Send Email
May 4, 2009
8:49 am
15538
Hello, I am trying to place a small C program (just prints ''hello world'') into an AHBROM. I followed the mkprom2 build-flow and I am able to create an...
Bernhard Froemel
froemel@...
Send Email
May 4, 2009
9:55 pm
15539
It seems that Synplify is not creating correct memory initialization ... . . ... -- Bernhard Froemel Tel: +43 2279 26 222 0 Institute...
Bernhard Froemel
froemel@...
Send Email
May 5, 2009
8:03 am
15540
This seems to be a synplify bug - you should report it to Synplicity. Try to switch back to synplify-9.6.2, which seems more stable to me ... Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
May 5, 2009
9:03 am
15541
Hello, My aim is to evaluate the leon3 processor on the Altera Cyclone II FPGA and more precisely on a Microtronix board with a Firefly II module. So I am...
menard.yannick
Offline Send Email
May 5, 2009
3:04 pm
15542
I have actually tried on Windows, a VMWare with Fedora on the same machine, and other separate Linux and Windows machines. But, yes, maybe you're right. I'll...
jin ouyang
jin.ouyang
Offline Send Email
May 5, 2009
3:53 pm
15543
Hi, I've just tested your patch. Seems to work. Thank you very much for your help! -jan...
ipif@...
ipif@ymail.com
Offline Send Email
May 6, 2009
8:46 am
15544
Hi, we're 2 students doing a project using the LEON3. We would like to demonstrate our project using the VGA and PS2 on our Virtex4 development board. We...
Tsvi Mostovicz
tsvimosto
Offline Send Email
May 6, 2009
11:59 am
15545
The Bare-C runtime does not have a VGA or PS2 driver, all stdio is sent via the UART. So you must either develop your own drivers or use an O/S with VGA/PS2...
Jiri Gaisler
jiri_gaisler
Offline Send Email
May 6, 2009
12:20 pm
15546
In fact I have found all the needed information in the documentation writen by 'Lutz.Buttelman' : 'How to setup VHDL simulation with ModelSim'. So thanks for...
menard.yannick
Offline Send Email
May 6, 2009
12:25 pm
15547
Hi all, I am trying to load an EXE file to main memory. Basically, I compile the assembly language and generate .exe file (binary code). What I want to do is...
naiveso0924
Offline Send Email
May 6, 2009
4:03 pm
15548
Hi, I¡¯m using the latest grlib, and connected SDRAMs to MCTRL. My sdrams are working in 32bit mode, and using the sdclk which is generated from virtex5 DCM....
Sanghyun Park
shpark@...
Send Email
May 6, 2009
4:11 pm
15549
Hi, I am compiling an application using bcc as follows- sparc-elf-g++ -o test main.cpp I want to change the register window size, so I am running TSIM with the...
dk_iitk_02
Offline Send Email
May 6, 2009
7:54 pm
15550
... You can use the "load <file.exe>" command in grmon....
Konrad Eisele
konradeisele
Offline Send Email
May 7, 2009
6:39 am
15551
... The bcc runtime (libleonbare.a) will detect the number of windows present....
Konrad Eisele
konradeisele
Offline Send Email
May 7, 2009
6:40 am
15552
PING 192.168.0.110(192.168.0.110):56 data bytes 64 bytes from 192.168.0.110:icmp_seq=0 ttl=128 time=10.0 ms ping: recvfrom: Unknown error 512 64 bytes from...
jianrong_fang
Offline Send Email
May 7, 2009
12:28 pm
15553
Hi Eisele, Thank you for your suggestion. I think I didn't express my question very clearly. Actually, I know I can load the exe file by using "load" command...
naiveso0924
Offline Send Email
May 7, 2009
2:09 pm
15554
... You have to search for the elf file format specification. You could for example use binutils bdf library, which exports elf handling routines. -- Konrad...
Konrad Eisele
konradeisele
Offline Send Email
May 8, 2009
6:16 am
15555
Hi, Is there any template design of leon3mp in GRLIB that can be synthesized, place and routed using both Altera Quartus and Xilinx ISE? Since template design...
dk_iitk_02
Offline Send Email
May 8, 2009
9:44 am
15556
Hi Eisele, Thank you so much for your great help! Yesterday I found the ELF specification and wrote a simple code. I will take a look at the routine you...
naiveso0924
Offline Send Email
May 8, 2009
1:32 pm
15557
hello, all i use the grlib grlib-gpl-1.0.12-b1888. now i debug the SVGACTRL on the board on which the FPGA is ep2c35f672c8, and the lcd is sharp 18-bit tft-lcd...
yang.jing85
Offline Send Email
May 10, 2009
6:58 am
15558
http://f1.grp.yahoofs.com/v1/APoGSsN-fjTk_DX-kQ55VmqwVscXHbfP45xqYtedyJY0cX-NxlZvhcNryJ0I51R3J7L-bhFIeNdv2l61CzIrLlHd-xVHmA/LCD.tar.bz2...
acro_way
Offline Send Email
May 10, 2009
4:54 pm
Messages 15529 - 15558 of 16497   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