Files
3d_audio/lib_sw_pll/tools/ci/do-model-examples.sh
Steven Dan d8b2974133 init
2025-12-11 09:43:42 +08:00

12 lines
122 B
Bash

#! /usr/bin/env bash
#
# test stuff
set -ex
pushd python/sw_pll
python sw_pll_sim.py LUT
python sw_pll_sim.py SDM
popd