Spherical Microphone Arrays Little Library https://www.sekisushai.net/ambitools/2024/07/25/small.html
  • VHDL 83.7%
  • Tcl 10.6%
  • Python 5.7%
Find a file
2026-04-07 09:34:30 +02:00
board_files Initial commit 2026-03-11 14:20:55 +01:00
hdl Fixed design for one channel configuration 2026-03-27 17:19:13 +01:00
ip_block LogiCore CIC Compiler uses signed two complement in/out signals 2026-03-25 15:56:27 +01:00
modules Move lib_common to a dedicated submodule 2026-03-27 15:47:42 +01:00
scripts Changed default board 2026-04-07 09:34:30 +02:00
testbenches Fix wrong dataset 2026-04-07 09:32:55 +02:00
tools/dataGeneratorPDM Refactoring, cleaning, and documenting 2026-03-26 10:21:11 +01:00
.gitignore PDM2PCM_TB: Export PCM results to RAW 2026-03-17 14:42:48 +01:00
.gitmodules Move lib_common to a dedicated submodule 2026-03-27 15:47:42 +01:00
README.md Initial commit 2026-03-11 14:20:55 +01:00

SMALL

Spherical Microphone Arrays Little Library

Updated version of this project

Note

Board files are delivered by Trenz Electronic

File structure

  • hdl: contains HDL
  • ip_block: contains vendor IP configurator file
  • constraints: Time constraint, I/O layout, Port Mapping
  • scripts: TCL script to automate process (e.g. generating a new project)
  • board_files: Contains board file information
  • software: Software code running on the Processing System part of FPGA
  • modules: Instanciate module (e.g. lib_common)
  • documentation: The actual treasure gold 👀
  • projects: Project will be generated inside this folder (.gitignore is set to ignore this folder)