3740 views|2 replies

154

Posts

0

Resources
The OP
 

QuartusII for Altera FPGA development example 1 [Copy link]

 This post was last edited by Yufeng on 2020-8-4 19:20

Board: Altera DE2-35

Functional description: The first test demo

Function: switch control light

#源文件
# SW LEDR 在pin planer中配置
module part1 (SW, LEDR);
    input [17:0] SW; // toggle switches
    output [17:0] LEDR; // red LEDs
    assign LEDR = SW;
endmodule

1. Create your first project

2. Configure a PIN plan

3. No pin configuration

4. Configure the Top-level entity

question:

quartus ii Error (12007): Top-level design entity "function" is undefined

Solution:

5. Programming and burning

Burning problem, close all open quartus software and re-enter the programming interface

Burn successfully

6. Effect demonstration:

This post is from Altera SoC

Latest reply

I just started learning FPGA, and I think this is suitable for beginners to learn. This process is a little helpful  Details Published on 2020-8-16 11:46
 
 

9

Posts

0

Resources
2
 

This post is from Altera SoC
 
 
 

9

Posts

0

Resources
3
 

I just started learning FPGA, and I think this is suitable for beginners to learn. This process is a little helpful

This post is from Altera SoC
 
 
 

Guess Your Favourite
Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list