Graphics FPGA design in Quartus [PL]

In this seris of videotutorials you will learn how to use Quartus graphics tool and synthesis it for Rysino dev board. Currently films are only available in Polish.

1. Logic gates

First project: logic gates

learn more source

2. D flip-flop

Modelin D flip-flop in Quartus.

learn more source

3. Whate! There is no gates?

Theoretical section. We take a look inside FPGA chip.

learn more source

4. Counter

We will learn how to use counter module. Result will be shown on LEDs.

learn more source

5. Debounce

As mechanical buttons create meany open/close transistions when pressed we need to add filter. We need to debounce an input.

learn more source

6. Shift register

Shift register is very popular element in digital logic.

learn more source

7. LFSR

LFSR are shift register where input is linear function of it state. It is commonly used in cryptography.

learn more source

8. Stepper motor

We create FSM (Finite-state machine) to control stepper motor.

learn more source