Hello, I have modified grlib LEON 3 source for DE2-115 to work with 2 ethernet port. I used the driver from example folder for Gaisler Ethernet. My goal is...
I'm again over this issue. It turns out that I'm having a problem with the apbuart resources configuration in the application source file. I've verified that...
If you have a license for TSIM professional, you can add modules that emulate your custom peripherals. This is not possible when you use the eval/academic ...
Ok thanks for that input, one last thing and that will relieve me a lot. If I write my own code for some peripheral, tsim still doesnt work with that (like i...
You cannot run systest on TSIM or real hardware, this has been said many times. Systest relies on an external test module which is only present in the VHDL ...
Hi, I changed the mcfg register in grmon to the value "0x000bc1ff"as you suggested. But still the IU error mode (tt = 0x2b) is there. Thanks [Non-text portions...
Hi, I am trying to run the default system test of leon3-asic in tsim. When i run the system.exe file the tsim give an error tsim> run Memory exception at...
Hi again, I found the problem. First, I had to do "i2c 1 dvi init_ml50x_dvi". Also, I was using a monitor with VGA cable and a DVI adaptor. This doesn't work....
We are developing a board with a UT699 ASIC and are having a problem getting RTEMS to locate the plug and play cores. Specifically, it halts after failing to...
Hi all, I'm working in a board XUPV5-LX110T, with the design leon-xilinx-ml509 and the peripheral SVGA controller is enable. Through grmon I'm trying to...
You can find the register description on grip.pdf (http://www.gaisler.com/products/grlib/grip.pdf). IOEN is bit 19 of mcfg 1, so make a 'mcfg1 0x000bc1ff39; in...
How can i enable that? If i write 'mcfg139; in grmon it gives mcfg1 = 0x0003c1ff Does it means it is enabled? ... From: Jiri Gaisler <jiri@...> Subject:...
Hi, I have uploaded the source code in Files with "Arslan_ tt=0x2b " as folder name kindly have a look at them as well. I tried the 'inst' command when then...
Hi, tt = 0x2b means "data store error". Do an 'inst' command in grmon and try to figure out what caused the error. You need to post your source code if you...
Hi, I am trying to adapt iu3.vhd in such a way, that it can execute a multiplication from a 32x32 multiplier in one cycle. The frequency might need to be...
Hi, I am trying to run the simple GPIO program on ml605 fpga using the leon3 processor. When i run the gpio.exe file it gives IU in error mode (tt = 0x2b) 3 or...
Hi, Yes, I have fixed a bug that I believe was the cause. The fix will be included in the next release. /Arvid ... -- Arvid Björkengren Software Design...
Hi, I am facing a problem with leon3 memory. When i run the system test in simulation, it runs fine. But when i try to run it using tsim, there is an error...
Hi, The GRMON driver does not support the flash device you are using (it is missing an entry for the manufacturer/device to match against its internal lists of...
Hi Jan, I still have a problem, Got manufacturer ID 0xa0 and Device ID 0x2373 No device match for READ ID instruction, trying RES instruction.. I browsed the...
Hi Jiri Thanks but did you mean the Memory Config Register MCFG1[IOEn field @ bit 19] rather than the MCFG2 because I could not find I/O related stuff in MCFG2...