sábado, 7 de abril de 2018



FPGA COURSE SYLLABUS 2018


I have the pleasure of inviting you to my FPGA course either using VHDL or Verilog.
If you are interested please contact me at:
postgraduatecahg@gmail.com

1. Introduction.

2. Design flow.
3. Types of the hardware description.
    a) Data Flow.
    b) Algorithmic design.
    c) Hierarchical design.
4. Combination design.
5. Sequential design.
6. State machines.
7. Hierarchical design (TOP Level).
8. Simulation by test- bench.
9. Design of complex circuits.
   a) UART-Bluetooth.
      a) Transmitter.
      b) Receiver.
   b) PS2.
   c) LCD.
   d) VGA.
   e) Ultrasonic sensor HC-RS04.
   f) SPI-DAC (MCP4921).
   g) FPU (floating point unit IEEE 754).
10) Implementation of artificial neural networks.
       a) Design of the neural network.
       b) Implementation using floating point.
       c) Implementation of the sigmoid function.



Also, you can make a registration at:
https://docs.google.com/forms/d/e/1FAIpQLSfdZts2LMiqPP9xhmGjb9xaCt5hWpJsIQajFECTVrmL0w4O0Q/viewform?usp=sf_link

No hay comentarios.:

Publicar un comentario

BTFSS INSTRUCTION  IN ASSEMBLER FOR PIC18F In this sample, we show that how to use a switch input to make an action. Remember that I...