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 12210 - 12239 of 16505   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12210
Hello! I find myself with the same problems, but using Xilinx ISE 9.2.03i... What should we do? Thank you! ... bitstream for the leon3-digilent-xup folder in...
sileon3
Offline Send Email
Nov 1, 2007
10:52 am
12211
Change the leon3mp.ucf from: NET "ddrsp0.ddr0/ddr_phy0/xc2v.ddr_phy0/rclk90b" TNM_NET = "rclk90b"; to: NET...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Nov 1, 2007
11:03 am
12212
It worked perfectly, thanks! ... "rclk90b"; ... instance(s) ... instance(s)...
sileon3
Offline Send Email
Nov 1, 2007
2:55 pm
12213
I would also recommend to keep the DDR frequency at 90 MHz. We have seen some random bit errors at 100 MHz with large (512 Mbyte) DIMMs ... Jiri....
Jiri Gaisler
jiri_gaisler
Offline Send Email
Nov 1, 2007
3:22 pm
12214
GRMON version 1.1.25 is available from http://www.gaisler.com/cms/index.php?option=com_content&task=view&id=190&Itemid=124 This release adds support for PCI...
Jonas Flodén
jonas.floden
Offline Send Email
Nov 2, 2007
8:34 am
12215
Hi All, I'm trying to synthesyze a really minimalistic version of the LEON3 processor on a ep1c6 Cyclone. So far I've managed to chop-off almost everything...
rosskata
Offline Send Email
Nov 2, 2007
1:12 pm
12216
A new version of GRTools are available from http://www.gaisler.com/cms/index.php?option=com_content&task=view&id=272&Itemid=31 GRTools is our new installer...
Jonas Flodén
jonas.floden
Offline Send Email
Nov 2, 2007
3:05 pm
12217
... Thanks! ... design. ... As a follow up to this email, there are two constants defined in Leon3mp.vhd that make use of CFG_USBHC that were not mentioned in...
richardrhough
Offline Send Email
Nov 2, 2007
5:53 pm
12218
Hi everyone I have a question about the integer pipeline. Something that I am slightly confused about is this -- let us say that there is a miss in the...
Abhishek Bhattacharjee
abttje
Offline Send Email
Nov 3, 2007
6:58 pm
12219
... <snip> ... Yes the CFG_USBHC constant should be removed. In the default design this constant is set to 0 and will not cause any problems. However if you...
Jan Andersson
hjkhhnjkh
Offline Send Email
Nov 4, 2007
8:10 pm
12220
Hello, I am trying to bring basic network connectivity up on a leon3-digilent-xup board in linux-2.0. I have synthesized a leon3 processor without MMU and...
psicrushgx
Offline Send Email
Nov 5, 2007
12:37 pm
12221
Hello, "SIOCADDRT: No such device" comes from that no eth0 device is available (driver did not find any GRETH cores). The printout on the homepage can be...
Daniel Hellstrom
hedani3l
Offline Send Email
Nov 5, 2007
1:36 pm
12222
Hi Jiri, I wanted to activate the interrupt for a little RTEMS driver in the TSIM simulation environment. When registering the interrupt vector number with...
hwulf@...
Send Email
Nov 5, 2007
3:06 pm
12223
... The IRQ assignment for the built-in is as follows: UART1: IRQ 2 UART2: IRQ 3 TIMER1: IRQ 8 TIMER2: IRQ 9 I have added this to the next version of the TSIM...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Nov 5, 2007
3:42 pm
12224
Hi Jiri, I am testing the example TSIM I/O module io.c. I wanted the io_read() function to be executed, but io_read() is only called when accessing the memory...
hwulf@...
Send Email
Nov 5, 2007
4:00 pm
12225
Hello Daniel, Hmm, I am able to connect to the board using grmon's "-eth" option though: "grmon-eval -nb -eth -ip 192.168.1.51". I thought the DSU and the...
psicrushgx
Offline Send Email
Nov 5, 2007
5:22 pm
12226
If you are using the template I/O module provided with TSIM, then address 0x10000000 should work. If you are using an AHB module, make sure it returns -1 for...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Nov 5, 2007
10:46 pm
12227
We are running linux-2.0.x on the Leon3 processor and are trying to write a C program can read from and write to arbitrary memory addresses. More...
xobz
Offline Send Email
Nov 5, 2007
11:03 pm
12228
Never mind. We figured it out. It was a simple word alignment issue :-) ... disable it?...
xobz
Offline Send Email
Nov 6, 2007
3:33 am
12229
Yes, I'm using the template I/O module, provided in io.c. I'm sorry, I think there was a typo in the last message. The address that I was trying and where the...
hwulf@...
Send Email
Nov 6, 2007
8:04 am
12230
Address 0x1000000 is mapped on the first PROM chip select (PROMSN[0]), which is always accessing the built-in PROM. You can use 0x10000000, which will be send...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Nov 6, 2007
8:51 am
12231
Hi, Thanks for the tips. We have successfully synthesized a Leon3 core with the scratch pad rams. We have also written a bmm file to initialize the BRAMs with...
Hipólito Guzmán
jevivolador_...
Offline Send Email
Nov 6, 2007
10:39 am
12232
You can either load your program with grmon, which will automatically store it in the scratch pad RAM, or wrap your binary with mkprom. The mkprom image should...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Nov 6, 2007
10:53 am
12233
What config options should be used in order to include the prom? (CONFIG_AHBROM_ENABLE ? ) In order to not duplicate the program code inside the FPGA, can we...
Hipólito Guzmán
jevivolador_...
Offline Send Email
Nov 6, 2007
12:49 pm
12234
Dear Jiri, now I've changed the template I/O module, so that is it imported as an AHB module. When I try to load the executable, TSIM says that the load ...
hwulf@...
Send Email
Nov 6, 2007
1:38 pm
12235
Hello, I'm using the GR-CPCI-XC2V6000 development board and when I'm configuring the leon3 with PCI master/target without PCI DMA and want to use the ethernet...
hwulf@...
Send Email
Nov 6, 2007
2:11 pm
12236
Okay, I overlooked the ahb.c which is implementing the RAM ......
hwulf@...
Send Email
Nov 6, 2007
2:47 pm
12237
Dear Jiri, I found an old posting from you regarding TSIM + SystemC co-simulation. There you said that under some circumstances, you have to provide TSIM the...
hwulf@...
Send Email
Nov 6, 2007
3:03 pm
12238
The problem is that the number of ahb masters calculated in the leon3mp.vhd file is lower then the master index the GR Ethernet core. You could change the...
nilsjohan
wesni
Offline Send Email
Nov 6, 2007
3:07 pm
12239
You need to supply the -stack parameter if you are running a RAM image without prom initialization, and have added custom memory in the AHB module, or want a...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Nov 6, 2007
5:19 pm
Messages 12210 - 12239 of 16505   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