Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST


Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | Problem with Nios Development Board (Cyclone)

There are 4 messages in this thread.

You are currently looking at messages 0 to 4.

Problem with Nios Development Board (Cyclone) - Marcin Olak - 2004-11-06 08:34:00

Hello,

    I've quickly written AHDL code  ( out = !in ), assigned out to the led
pin and in to the on-off switch pin. Then I downloaded that code into
Cyclone using ByteblasterII. Quartus reported that everything gone fine.

    BUT...

....all the leds started to blink (including the error led). It seemed like
my design was being loaded then configuration controller realized that
something was not right and was reprogramming Cyclone again and again and
again and.....

    Does anybody know how to successfully program that Cyclone chip on the
Nios Development Board?

    I'll be very gratefull for any help.

thanks in advance!
Marcin Olak





Re: Problem with Nios Development Board (Cyclone) - Marcin Olak - 2004-11-06 08:36:00

Hello,

>     I'll be very gratefull for any help.

    A simple design THAT WORKS for Quartus 4 Web Edition would be also all
right : )

greetings!
Marcin Olak


______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: Problem with Nios Development Board (Cyclone) - NoThisRAT - 2004-11-06 09:09:00

Hi, Marcin
  I got the same problem like you yesterday. What I do is:
  From the quartus menu assignments->device->device & pin Options ->Unused
Pins
  The default is As outputs, driving ground, change it to "As inputs,
tri-stated", then recompile the design.
  If u still have problem, please mail me, I may send u a simple design.



______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: Problem with Nios Development Board (Cyclone) - Hans - 2004-11-10 05:24:00

Hi Marcin,

You need to set pld_RECONFIGREQ_n pin to '1'. I have no idea why Quartus 
defaults all unused pins to gnd instead of tri-stating them.

You might also want to change your language to VHDL or Verilog, much better 
on your CV :-)

Hans
www.ht-lab.com


"Marcin Olak" <k...@aster.pl> wrote in message 
news:cmiju6$2a7d$1...@mamut1.aster.pl...
> Hello,
>
>    I've quickly written AHDL code  ( out = !in ), assigned out to the led
> pin and in to the on-off switch pin. Then I downloaded that code into
> Cyclone using ByteblasterII. Quartus reported that everything gone fine.
>
>    BUT...
>
> ....all the leds started to blink (including the error led). It seemed 
> like
> my design was being loaded then configuration controller realized that
> something was not right and was reprogramming Cyclone again and again and
> again and.....
>
>    Does anybody know how to successfully program that Cyclone chip on the
> Nios Development Board?
>
>    I'll be very gratefull for any help.
>
> thanks in advance!
> Marcin Olak
>
> 


______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.