简体   繁体   English

关于在Quartus II中编程Altera Cyclone II的新手问题

[英]Newbie question about programming Altera Cyclone II in Quartus II

I bought a cheap board with Altera Cyclone II from ebay and want to start experimenting. 我从ebay上用Altera Cyclone II买了一块便宜的板子,想开始试验。

I created a simple program, after some research I managed to compile it and after flashing to the board the programming tool said it is 100% complete. 我创建了一个简单的程序,经过一些研究后,我设法对其进行了编译,并在烧录到板上后表示该编程工具已完成100%。

However the behaviour of the board has not changed since the time I first plugged the power supply in(three onboard LEDs are blinking). 但是,自从我第一次插入电源以来,该板的行为就没有改变(板上的三个LED闪烁)。

It looks like the program has not been loaded to the board. 程序尚未加载到板上。

I don't know what I did wrong. 我不知道我做错了什么。

Any ideas? 有任何想法吗? I am completely new to FPGAs. 我对FPGA完全陌生。 Thank you 谢谢

Normally the configuration stream is written into fpga sram, and it won't live across the power cycle. 通常,配置流会写入fpga sram中,并且不会在关机后再开机。 If you want that configuration be "permanent", write it into on-board configuration flash chip. 如果您希望该配置为“永久性”,则将其写入板上配置闪存芯片。

Did you check with this short introduction: http://laurie.tech/start-fpga/ ? 您是否查看了以下简短介绍: http : //laurie.tech/start-fpga/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM