Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apfaudio/tiliqua
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: apfaudio/tiliqua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 41 files changed
  • 1 contributor

Commits on Nov 3, 2025

  1. ci: dockerize most jobs, add minimal bitstream build on windows and o…

    …sx (#140)
    
    - Build a docker image and use it in all subsequent jobs. Speeds up CI by about 30%
    - Build all bitstreams using the `oss-cad-suite` binaries instead of yowasp, as it completes faster.
    - Add another (non-dockerized) build which runs a `pdm install && pdm dsp build` and check it completes successfully on linux, windows and mac. This will form part of the getting started tutorial as it is easy to run on every platform and uses yowasp.
    - For SoC bitstream building (requires a lot more dependencies) users will have the option of installing the toolchains natively or just running the jobs inside the docker container using a new `scripts/docker.sh` script. This will work fine on osx and linux, but windows might require WSL
    vk2seb authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    a60e6b8 View commit details
    Browse the repository at this point in the history
  2. docs: add quickstart / manual sections and diagrams for all SKUs (#141)

    * docs: add quickstart sections for all SKUs
    * docs: fix gitignore
    vk2seb authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    2a8a971 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28757a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. top/beamrace: add some example beamracing video cores (#142)

    Add a simple framework for writing beamracing video cores, where the audio inputs are already correctly synchronized into the pixel clock, making it easy to use the audio inputs to tweak the beamracing pattern.
    
    Most of these are directly translated from https://vga-playground.com/ - with some minor edits so that the audio inputs also do something to the patterns.
    vk2seb authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    0ff3433 View commit details
    Browse the repository at this point in the history
  2. dsp/dwo: add Digital Waveguide Oscillator implementation (#143)

    Add a simple DWO core, and an example bitstream that instantiates 16 of them sharing a single multiplier. This core is an interesting way to produce sine waves without needing a LUT.
    vk2seb authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    9cd67c9 View commit details
    Browse the repository at this point in the history
Loading