Files
3d_audio/lib_sw_pll/tools/ci/do-model-examples.sh

12 lines
122 B
Bash
Raw Normal View History

2025-12-11 09:43:42 +08:00
#! /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