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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 13927 - 13956 of 16499   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13927
hi, all One quick question, if i want to store my data into the SDRAM, and load my application to execute this data. Which address is good for it? Because i am...
yusheyi1023
Offline Send Email
Oct 1, 2008
11:12 am
13928
Grmon supports loading of binary files to an arbitrary address, see the manual for the 'bload' command. If you lower the stack below the top-of-ram (use the...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Oct 1, 2008
12:43 pm
13929
Hello, ... I installed the netlist-package. but the problem isn't solved. I get the same error message. Thirst I thought that there is a problem with the ...
Maria Mauerhofer
m.maui
Offline Send Email
Oct 1, 2008
12:52 pm
13930
... "tech" here can be spartan3, virtex4, etc. ... If you want to use the Xilinx netlists you should NOT say yes to the "Use netlist" option in xconfig. If you...
Jan Andersson
janatgaisler
Offline Send Email
Oct 1, 2008
1:05 pm
13931
A new release of GRTools is available from http://www.gaisler.com/cms/index.php?option=com_content&task=view&id=272&Itemid=31 GRTools is our all-in-one...
Jonas Flodén
jonas.floden
Offline Send Email
Oct 1, 2008
2:07 pm
13932
Have you turned off Accelerated UART tracing under VHDL Debugging when running make xconfig. /Magnus...
Magnus Sjalander
magnus@...
Send Email
Oct 3, 2008
7:40 am
13933
Hello, thirst thanks for helping with my other problems. Now I synthesized Leon3 with FPU and there is no error anymore. Now I have problems after flashing the...
m.maui
Offline Send Email
Oct 3, 2008
8:35 am
13934
... It is possible. However then the tools should tell you so. Did your design fit in the device? Did you meet the timing requirements? If you instantiate...
Jan Andersson
janatgaisler
Offline Send Email
Oct 3, 2008
8:48 am
13935
... the tools did not say anything about the space.. And when I flash the board with iMPACT there is now error or something else.. It looks good.. ... left ......
m.maui
Offline Send Email
Oct 3, 2008
9:00 am
13936
... OK, so the utilization summary in the log file leon3mp.par looks ok? (Just to be sure) ... If all timing checks were OK there may be some other problem.. ...
Jan Andersson
janatgaisler
Offline Send Email
Oct 3, 2008
9:21 am
13937
... OK, I never read the par file.. and of the end of the synthesizing was no error, so I thought that everything is okay.. How can I optimize it.. Thanks for...
m.maui
Offline Send Email
Oct 3, 2008
11:20 am
13938
... The simplest solution is to drop the SVGACTRL or GRETH core. But you probably need those? Otherwise you can try: - Playing with the tool switches to...
Jan Andersson
janatgaisler
Offline Send Email
Oct 3, 2008
11:38 am
13939
Is there a way to force IU to store result in regfile and then read it back, rather than use the result from the pipeline register, even if instructions using...
kawka85
Offline Send Email
Oct 5, 2008
9:17 am
13940
Yes, if you place 4 nops between each assembly instruction ... Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Oct 5, 2008
8:20 pm
13941
I can't find any documentation for "bload" in the GRMON manual (1.1.30 or newer). Where is it documented? thanks, Jerry ... load ... 0x40000000...
Jerry Needell
jerryneedell
Offline Send Email
Oct 6, 2008
2:44 pm
13942
Yes, it is indeed missing. I will add it to next release. The syntax is: bload <file_name> <address> Example: bload binfile 0x40400000 Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Oct 6, 2008
3:33 pm
13943
Hi, when I try to generate a Post-Place&Route Simulation Model, I have an error. I'm using Xilinx ISE: ERROR:ProjectMgmt - TOE: ITclInterp::ExecuteCmd gave Tcl...
alixu2000
Offline Send Email
Oct 6, 2008
3:57 pm
13944
Thanks a lot Jiri, right now it works!! ... (1.1.30 ... and ... it? ... formats are ... hexdecimal....
yusheyi1023
Offline Send Email
Oct 6, 2008
4:15 pm
13945
Hi everyone, I have synthesized a typical Leon3 processor with grlib-gpl-1.0.18-b2950. I used the preset design "leon3-xilinx-ml505", but the board i am using...
sergio.miranda1
Offline Send Email
Oct 6, 2008
6:35 pm
13946
Looks like a bug in Xilinx ISE, you should report it to the Xilinx support line. Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Oct 6, 2008
9:01 pm
13947
hello friends,                 I am chintan Patel.I need leon3 data sheet.If anyone have ,plese send me on my E-mail ID:...
chintan patel
chintan_patel08
Offline Send Email
Oct 7, 2008
3:48 am
13948
Do a 'flash status' to check that all blocks are unlocked before programming. If not, power cycle the board, do a 'flash unlock all' and check the status...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Oct 7, 2008
8:58 am
13949
Ignore the previous reply. Your problem is that you are trying to program a RAM image into PROM. This will obviously not work. grlib> flash load hello.exe ...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Oct 7, 2008
9:00 am
13950
Hi, with the command make ise I synthesize and place&route the file leon3mp.vhd, but I want to the same to the testbench instead of leon3mp.vhd which changes...
alixu2000
Offline Send Email
Oct 7, 2008
9:49 am
13951
The testbench can obviously NOT be synthesized as it describes a simple leon3 board with flash PROM, SRAM and SDRAM... Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Oct 7, 2008
10:03 am
13952
Hi Jiri, I only want to synthesize and place&route the testbench for simulate it, not to implement it in a FPGA. When I try to do that with Xilinx I have a lot...
alixu2000
Offline Send Email
Oct 7, 2008
10:21 am
13953
Hi Jiri: When I use t1-xilinx-ml507 template. I simulate it and found the error like "tbench.ddr2mem__3.u1.cmd_task: at time 9506678.0 ps INFO: Initialization...
adonics1975
Offline Send Email
Oct 7, 2008
10:50 am
13954
The ML507 board can not be simulated since the DDR2 memory models do not support pre-loading of data. I would suggest that you simulate the t1-gr-cpci-xc4v or...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Oct 7, 2008
11:58 am
13955
Read my reply again - you cannot synthesize the test bench since it contains non-synthesizable behavioral models of various memories. You should simulate the...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Oct 7, 2008
12:04 pm
13956
Hi Jiri, I can read from <grmon.pdf> that grmon is compatible with DLC9 Xilinx USB cable. Is it also compatible with DLC10 cable ? Regards, Karim...
tompaurelyen
Offline Send Email
Oct 7, 2008
2:37 pm
Messages 13927 - 13956 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