Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 854 Bytes

File metadata and controls

29 lines (23 loc) · 854 Bytes

Notes

Lab 1

  • If DMA transfer doesn't work properly or hangs forever, just redo the tutorial step-by-step carefully. Don't complain because it is a relatively simple process that gets you familiar with the toolchain anyways.

Lab 2

  • Very useful video before doing lab 2: Merge FIFO
  • Useful commands
# Check if PYNQ's package contents recognises / includes your driver 
import pynq.lib
help(pynq.lib)

# Check IP types in your overlay
overlay.ip_dict

# Verify correct driver associated with your IP
print(type(overlay.<your_ip>))

Terminology

  • PDM: Pulse-density modulation
  • PCM: Pulse-code modulation
  • WAV: Waveform Audio File Format
  • ASR: Automatic speech recognition
  • TTS: Text-to-speech
  • CSV: Comma-separated values
  • API: Application programming interface