chclau

↗ HN profile [ 87.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I started with a very simple Arduino project: two traffic lights controlling a junction (six LEDs). I refactored it by using arrays and small, modular functions, so it’s easier to read, modify, and extend.

  2. https://fpgaer.tech/?p=533 - Part 1, what is an arbiter? https://fpgaer.tech/?p=542 - Part 2, implementing and testing a fixed-priority arbiter https://fpgaer.tech/?p=622 - Part 3, Round-robin VHDL arbiter, code and…

  3. Monitor registers through TCL commands (via JTAG to AXI module) and/or display on Basys 3 board

  4. Free Range VHDL - https://fpgaer.tech/?p=371 The Zynq book – free pdf: https://fpgaer.tech/?p=198 Understanding Machine Learning – free book: https://fpgaer.tech/?p=224 FPGA for dummies – free book:…

  5. Several examples in VHDL including source code, testbench file, and Vivado waveform: Generic register with load Binary to seven-segment decoder Generic demultiplexer and decoder Generic down-counter Modulo counter…

  6. Several legally free books and courses (FPGA design, Machine Learning) The Zynq book – free pdf: https://fpgaer.tech/?p=198 Understanding Machine Learning – free book: https://fpgaer.tech/?p=224 FPGA for dummies – free…