Successfully compiled the simulation library
Experimental Manuals FII-PE7030 FPGA Board Based FPGA Products FPGA Tutor

zynq xc7z030 board – FII-PE7030 Experiment 6 – Use of Multipliers and ISIM

Experiment 6 Use of Multipliers and ISIM 6.1 Experiment Objective Learn to use multiplier Use ISIM to simulate design output 6.2 Experiment Implement 8×8 multiplier, the first input value is an 8-bit switch, and the second input value is the output of an 8-bit counter. Observe the output in ISIM 6.3 Experiment 6.3.1 Program Design The first step: the establishment of the main program framework module mult_sim( input inclk_p, input inclk_n, input [7:0] sw, output [15:0] mult_res, output reg [7:0] count ); endmodule The second step: call multiplier IP core…

Read More
zynq xc7z030 board – FII-PE7030 Experiment 4 -Digital clocl comprehensive design result
FII-PE7030 FPGA Board Based FPGA Products

zynq xc7z030 board – FII-PE7030 Experiment 5 – Digital Clock Comprehensive Experiment

Experiment 5 Digital Clock Comprehensive Experiment 5.1 Experiment Objective Review the segment display content of experiment 3, and the button debounce content of experiment 4; Combine experiment 3 and experiment 4 to design a complete adjustable digital clock; 5.2 Experiment Implement Set four push buttons (left, right, up, down); Left and right push buttons control the calibration function, switch between segment display of hour, minute and second; Up and down calibration by adding 1 and subtracting 1 to the data to be calibrated; Modular design so that the design can…

Read More
Button Debounce - Experiment results
Experimental Manuals FII-PE7030 FPGA Products

Learn button debounce principle and adaptive programming, Zynq_7030 button hardware circuit – zynq xc7z030 board – FII-PE7030 Experiment 4 – Button Debounce

Experiment 4 Button Debounce 4.1 Experiment Objective Review the design process of the shifting LED Learn button debounce principle and adaptive programming Learn the connection and use of the Zynq_7030 button hardware circuit Comprehensive application button debounce and other conforming programming 4.2 Experiment Implement Control the movement of the lit LED by pressing the button Each time the button is pressed, the lit LED moves one bit. When the left shift button is pressed, the LED moves to the left, presses the right button, and the LED moves to the…

Read More
zynq xc7z030 board
Experimental Manuals FII-PE7030 FPGA Products

BCD decoder, Display design of hexadecimal to 7 segment display decoders, Achieve digital clock display – zynq xc7z030 board – FII-PE7030 Experiment 3 – Segment Display Digital Clock Experiment

3.1 Experiment Objective Review the contents of experiment 1 and experiment 2, master the configuration of PLL, the design of frequency divider, the principle of schematics and the pin assignment of FPGA. Familiar with the design of Verilog’s tree hierarchy Study BCD decoder Display design of hexadecimal to 7 segment display decoders Achieve digital clock display 3.2 Experiment Implement The display decoder has two lower digits to display seconds, the middle two digits to display minutes, and the highest two digits to display hours. Separate the seconds, minutes, and hours…

Read More
Debugging results - Analysis of Switch Signals via ILA
Experimental Manuals FII-PE7030 FPGA Products

Learn to use ILA (Integrated Logic Analyzer) in Vivado, Practice the call of system resource PLL, zynq xc7z030 board – FII-PE7030 Experiment 2

Experiment 2 Analysis of Switch Signals via ILA 2.1 Experiment Objective Continue to practice using develop board Continue to practice the call of system resource PLL Learn to use ILA (Integrated Logic Analyzer) in Vivado 2.2 Experiment Implement Capture and analyze switch signals on the development board by using ILA 2.3 Experiment 2.3.1 Introduction of Switches The on-board switch is 8 DIP switches, as shown in Figure 2.1. The switch is used to switch the circuit by turning the switch handle. Figure 2.1 Switch physical picture 2.3.2 Hardware Design The…

Read More
Experimental phenomenon of LED shifting
Experimental Manuals FII-PE7030 FPGA Products Risc-V

zynq xc7z030 board – use Vivado to establish a new project, call the system resource PLL to establish the clock, Write Verilog HDL program to achieve frequency division and implement LED shifting,FII-PE7030 Experiment 1 LED Shifting Design

Experiment 1 LED Shifting Design 1.1 Experiment Objective Practice how to use the development system software Vivado to establish a new project, call the system resource PLL to establish the clock. Write Verilog HDL program to achieve frequency division and implement LED shifting Combine hardware resources for FPGA pin configuration Compile, download the program to the develop board, and verify Observe the experimental result and debug the project 1.2 Experiment Implement All LEDs light up during reset; After reset, LED lights from low to high (from right to left) in…

Read More
FII-PE7030-Physical-Picture
FII-PE7030 FPGA Products

zynq_7030 Main Resources Usage and FPGA Development Experiemnt

This part mainly guides the user to learn the development of FPGA program and the use of onboard hardware through the development example of FPGA. At the same time, the application system software Xilinx is introduced from the elementary to the profound. The development exercises covered in this section are as follows: Experiment 1: LED shifting design Experiment 2: ILA experiment Experiment 3: Segment display digital clock experiment Experiment 4: button debouncing experiment Experiment 5: digital clock comprehensive experiment Experiment 6: use of multiplier and ISIM simulation Experiment 7: hex…

Read More
FII-PE7030-Physical-Picture
FII-PE7030 FPGA Products

Zynq_7030 Development System FII-PE7030

System Design Objective The main purpose of this system design is to complete FPGA learning, development and experiment with Xilin-Vivado. The main device uses the XC7Z030-1FFG676C. The main learning and development projects can be completed as follows: (1)Basic FPGA design training (2)Construction and training of the SOPC (Microblaze) system (3)IC design and verification, the system provides hardware design, simulation and verification of RISC-V CPU. (4)Based on RISC-V development and application. (5)The system is specifically optimized for hardware design for RISC-V system applications. 2、System Resource Extended memory: two DDR3 (PL end)…

Read More
FII-PE7030-Physical-Picture
Experimental Manuals FII-PE7030 FPGA Board Based FPGA Products FPGA Tutor

EVB Board – Basic FPGA design training – FII-PE7030 User Experimental Manuals

Version Control Version Date Description V1.0 21/11/2019 Initial Release Contents Part One: Introduction to Zynq_7030 Development System 5 1、System Design Objective 5 2、System Resource 5 3、Human-computer Interaction Interface 5 4、Software Development System 6 5、Supporting Resources 6 6、Physical Display 6 Part Two: zynq_7030 Main Resources Usage and FPGA Development Experiemnt 8 Experiment 1 LED Shifting Design 9 1.1 Experiment Objective 9 1.2 Experiment Implement 9 1.3 Experiment 9 1.3.1 LED Introduction 9 1.3.2 Hardware Design 9 1.3.3 Program Design 10 1.4 Experiment Verification 26 Experiment 2 Analysis of Switch Signals via…

Read More
Configuration FII-PE7030 FPGA Board Based FPGA Products Hardware Reference Guide

FII-PE7030 Hardware Reference Guide

V1.1 Fraser innovation inc FII-PE7030 Hardware Reference Guide Version Control Version Date Description V1.0 08/27/2019 Initial Release V1.1 11/19/2019 Add some SD Card Part and Potentiometer Part Copyright Notice: © 2019 Fraser Innovation Inc ALL RIGHTS RESERVED Without written permission of Fraser Innovation Inc, no unit or individual may extract or modify part of or all the contents of this manual. Offenders will be held liable for their legal responsibility. Thank you for purchasing the FPGA development board. Please read the manual carefully before using the product and make sure…

Read More