.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AGENTS.md
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
GEMINI.md
IFLOW.md
LICENSE
LICENSE.txt
LLM辅助硬件设计毕业设计.md
LLM辅助硬件设计毕业设计项目申请书.md
README.md
README_vdcorput.md
_config.yml
benchmarks.py
coverage.json
environment.yml
my_congestion.svg
mypy.ini
pyproject.toml
requirements.txt
setup.cfg
setup.py
slides.md
toolchain-slides.md
tox.ini
visualizations_1d.png
visualizations_2d.png
visualizations_3d.png
visualizations_coverage.png
visualizations_sphere.png
visualize_distributions.py
基于SystemVerilog的低差异序列生成器设计_项目申请书.md
基于SystemVerilog的低差异序列生成器设计与实现_毕业设计.md
.github/workflows/ci.yml
.github/workflows/jekyll-gh-pages.yml
.github/workflows/multi-platforms.yml
.github/workflows/python-app.yml
.github/workflows/python-publish.yml
.github/workflows/pythonapp.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/figures_demo.rst
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
docs/examples/plot_halton_2d.py
docs/examples/plot_sphere_points.py
requirements/README.md
requirements/default.txt
requirements/doc.txt
requirements/test.txt
src/lds_gen/__init__.py
src/lds_gen/ilds.py
src/lds_gen/lds.py
src/lds_gen/numpy_utils.py
src/lds_gen/py.typed
src/lds_gen/skeleton.py
src/lds_gen/sphere_n.py
src/lds_gen/validation.py
src/lds_gen.egg-info/PKG-INFO
src/lds_gen.egg-info/SOURCES.txt
src/lds_gen.egg-info/dependency_links.txt
src/lds_gen.egg-info/not-zip-safe
src/lds_gen.egg-info/requires.txt
src/lds_gen.egg-info/top_level.txt
tests/test_ilds.py
tests/test_lds.py
tests/test_simple_interp_fallback.py
tests/test_skeleton.py
tests/test_sphere3.py
tests/test_sphere_n.py
tests/test_validation.py