I found the cause after checking the board.Because oscillator failed,no clock input to the board.Therefore no connect can establish.So when stuck at...
Hi all, I am able to configure network in for the GR-CPCI-XC2V with LEON3 and GRETH running a RTEMS application (using either a bootp server or directly in...
Hello Doug, I am working from a leon2-1.0.32-xst repository to rebuild my .bit files. When I make the VHDL configuration for Leon2 ( make xconfig ) and...
hy people actually I am working in the Leon3 Silicon Validation project. I want run Leon 3 in the tecnology AMS .35 The /lib/gaisler/arith/mul32.vhd module was...
They are giving away a 2007- 2008 membership to cycles magazine at http://techsignal@.../register.htm In addition, I'm told that if you registered for...
The MUL/DIV units use VHDL generics for their configuration. You must elaborate the top-level leon3mp design first, to propagate the generic values through the...
Hi guys, I'm taking use of the "leon3-avnet-ml401" design template for my design. I follow the doc, but when I use Makefile to compile the design with "make...
thanks very much jiri I almost lost my last night thinking this problem ... Alternatively, ... Regard Yan Jiri. ... [Non-text portions of this message have...
... You need to remove the host controller completely from the template design. That is, remove the line: use gaisler.usbhc_pkg.all and the lines: signal...
Hello, I don't know what do. When I type the command "make quartus", appears this error message. Anybody could help me? make quartus-map quartus-route make[1]:...
It is not finding the library path of quartus. Using linux you would need just type: export LD_LIBRARY_PATH=/SOMEPATH/altera/quartus/linux/ but, using window,...
It doesn't work, but thanks for the help André. I had create the variable LD_LIBRARY_PATH, but the mistake continues. [Non-text portions of this message have...
Then try to reinstall make or associated package from mingwin. I met same type of problem some time ago. Stephane ... Stéphane Davy LESIA, Observatoire de...
... Not recommended. The whole idea behind generics is that you do NOT modify the VHDL code, just pass different generic parameters. ... Yes, SOLD contains the...
... Absolutely, After 3 days with headpainess, I can understand it ..... Regard Thanks very much Jiri. ... [Non-text portions of this message have been...
Hi. I"m using the linux-2.6.18.1 in snapgear-p31 and I need to do a driver for my hardware(apb slave: 0x80000b00). Simple read and write register operation. I...
Hello group, I want to use technology not defined in GRLIB,so I set FABTECH,MEMTECH and PADTECH generics to "inferred".Assertion error reported when simulation...
Most synthesis tools are unable to infer dual-port RAM, so this option has been disabled for the 'inferred' technology. A quick work-around is to disable cache...
Thanks for your reply,Jiri I read "memory_inferred.vhd" file,and noticed that all sram realized by registers.So I think aside from dual-port srams,other large...
Hello, I followed the instructions: http://www.gaisler.com/cms/index.php?option=com_content&task=view&id=149&Itemid=31 to install the Ecos on MinGW, but when I...
If you target an ASIC library, you will always have to write your own techmap support. For FPGA, most synthesis tools will infer single and two-port RAM blocks...
hello group, I have edited bprom for leon2 and adapted him for leon3,but it does not function so correctly ,I have edited Make file for pmon to make an ahbrom...