... bin/xstrun is not executable. This can depend on how you installed the grlib package, or which shell you are running. Jiri....
22981
Jiri Gaisler
jiri_gaisler
May 14, 2013 8:07 pm
... You can not ping the EDCL, it only supports ARP and UDP packets. Make sure your network settings are OK by trying to ping an other computer on the network....
22982
hyuken1
May 14, 2013 9:42 pm
I have two Ethernet adapters in my computer, one that connects to a network and one that connects straight to the ML605. So I cannot ping anything when only...
22983
axzloy
May 15, 2013 6:52 am
Have you allowed grmon-eval through your windows firewall?...
22984
vakkascelikodtu
May 15, 2013 8:51 am
Hi, I have installed modelsim student edition. When I execute 'mig_series739; command it gives error. So, I have modified the Makefile in...
22985
Ihsen Alouani
ihsenalouani
May 15, 2013 4:53 pm
after using chmod , make ise gives the following: make ise rm -rf xst xst -ifn leon3mp.xst Release 13.4 - xst O.87xd (lin64) Copyright (c) 1995-2011 Xilinx,...
22986
Jiri Gaisler
jiri_gaisler
May 15, 2013 5:24 pm
Try to execute: source /opt/Xilinx/13.4/ISE_DS/settings64.sh in the shell before running 'make ise'. This is necessary to set up the Xilinx library paths. ...
22987
Fardin
fardinabdi
May 15, 2013 6:32 pm
Hi, i have written a monitoring module that is only responsible for reading PC of one the cores and do some analysis. I want to put it in the testbench and...
22988
hyuken1
May 15, 2013 6:46 pm
Oh man, thank you! That worked! You are a life saver....
22989
Jan Andersson
jan_at_gaisler
May 15, 2013 10:35 pm
... Specify the files you need to compile in the template design's Makefile by adding them to VLOGSYNFILES or VHDLSYNFHILES (depending on if you have the...
22990
Jan Andersson
jan_at_gaisler
May 15, 2013 10:35 pm
... The mig_series7 target assumes ModelSim. For the next release we have also added support for Xilinx's simulators so there should be less trouble. If you...
22991
Jan Andersson
jan_at_gaisler
May 15, 2013 10:39 pm
Hi, ... OK. And the split generics of both AHBCTRL and SPIMCTRL are assigned? ... Yes, this could happen if you are connected over JTAG. Can you try performing...
22992
Jan Andersson
jan_at_gaisler
May 15, 2013 11:18 pm
... Will be fixed. Thanks for the report. Best regards, Jan...
22993
Konrad Eisele
konradeisele
May 16, 2013 8:24 am
... Ok, thanks for the note. I'll add KEEP statments to the linkerscripts so that -gc-sections can be used in the next bcc release. -- Konrad...
22994
Ihsen Alouani
ihsenalouani
May 16, 2013 8:35 am
Yes it is already done before the make ise command. I still have the same error. ________________________________ From: Jiri Gaisler <jiri@...> To:...
22995
usddm
May 16, 2013 8:46 am
I solved the clock issue with removing the leonbare_init_ticks() command. Now I have a wide range accurate 1MHz clock called with my clock() function......
22997
maxime.peycelon
May 16, 2013 2:00 pm
Hi everyone, I have a question about the caches set size. Indead I used 8kB of instruction cache in 1 set, and it worked fine. I then wanted to increase this...
22998
hyuken1
May 16, 2013 7:55 pm
I'm making a system where I change hardware configuration at runtime with a kernel module. For certain bitfiles I get a "kernel illegal instruction". I'm not...
22999
maxime.peycelon
May 17, 2013 9:15 am
Hi everyone, it seems that I found my problem: it's in the memory_umc18.vhd. There is RAM implemented only to abits=11 and the error message only if abits is...
23000
chaka_lex
May 19, 2013 12:24 pm
Thank you. MKPROM2 executes without creating the output file because following: Line 339: attempt to open...
23001
stempiooo
May 20, 2013 1:45 pm
Hi everybody does anyone know if it would be possible to add comments on a Grmon batchfile? Didn't find anything mentioned in the manual. cheers Flavio...
23002
Arvid Björkengren
abjorkengren...
May 20, 2013 1:53 pm
Hi, Lines starting with a # will be treated as a comment. /Arvid ... -- Arvid Björkengren Software Design Engineer Aeroflex Gaisler AB Kungsgatan 12,...
23003
stempiooo
May 20, 2013 2:51 pm
Thanks loads! :)...
23004
chaka_lex
May 21, 2013 9:30 am
HiI have an application on LEON3 based processor. The application runs from RAM using GRMON.Today I try to run it from PROM. I use mkprom2 for build PROM...
23005
vakkascelikodtu
May 21, 2013 10:58 am
Hi Jan, Thank you very much for the answer. Let me give feedback what I have done later so far. First of all, I have understood 'make mig_series7_generate39; is...
23006
Student Usddm
usddm
May 21, 2013 2:29 pm
Hello, I'm trying to configure the Xilinx ML509 board with LEON3 processor, grlib-com-l2c-1.1.0-b4116 distribution, leon3-xilinx-ml50x design, but as I end my...
23007
Konrad Eisele
konradeisele
6:22 am
... If you are trying to create a execute-from-rom image for a rtems application then this will not work. execute-from-rom is only supported for BCC...
23008
chaka_lex
8:29 am
So How I can create from hand RTEMS application loaded into PROM and runned from ROM? Where is manual or any reference document for this?...
23009
Konrad Eisele
konradeisele
9:05 am
... It is not implemented in mkprom. Basically you need to figure out how it is done for BCC and then implement the same for RTEMS. mkprom is supplied with...
23010
Jiri Gaisler
jiri_gaisler
11:39 am
... RTEMS has the trap table is in the .text segment and it cannot be written if you run from PROM. You would need to change the kernel to relocate the trap...